muhammad-inaam-munir/speed-admin
Composer 安装命令:
composer require muhammad-inaam-munir/speed-admin
包简介
Admin panel for laravel. Quickly build admin like applications
README 文档
README
A rapid application development framework for Laravel 8+. It has built-in Users Management with Roles and Permissions. It speeds up the development of CRUD functionality (adding data tables and forms).
Documentation / Features
https://minaammunir.gitbook.io/speed-admin/
Quickly create Forms and Grids:
Easy to create data tables (grid)
Easy to add Forms with translations support
Installation
Install via composer
composer require muhammad-inaam-munir/speed-admin
Publish package config file and assets
php artisan vendor:publish --tag=speed-admin-config php artisan vendor:publish --tag=speed-admin-public
Add alias in app.php (Optional):
'SpeedAdminHelpers' => MuhammadInaamMunir\SpeedAdmin\Facades\SpeedAdminHelpersFacade::class,
Run following commands
php artisan migrate php artisan config:cache php artisan config:clear php artisan clear-compiled composer dump-autoload
Run the following command to create the admin user
Following command will create admin user username: admin@admin.com and password: admin.
php artisan speed-admin:create-admin-user
Visit admin page:
Visit http://localhost:8000/admin if you are running server through php artisan serve or you can directly visit http://localhost/project_folder/public/admin. Use the above credentials to log in.
Credits: thanks to the following packages
- spatie/laravel-translatable
- coreui
- https://github.com/nWidart/laravel-modules
License
MIT
统计信息
- 总下载量: 98
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 34
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-06-17

