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).
Easy to create data tables (grid)
Easy to add Forms with translations support
Install via composer
composer require muhammad-inaam-munir/speed-admin
php artisan vendor:publish --tag=speed-admin-config
php artisan vendor:publish --tag=speed-admin-public
'SpeedAdminHelpers' => MuhammadInaamMunir\SpeedAdmin\Facades\SpeedAdminHelpersFacade::class,
php artisan migrate
php artisan config:cache
php artisan config:clear
php artisan clear-compiled
composer dump-autoload
Following command will create admin user username: [email protected] and password: admin.
php artisan speed-admin:create-admin-user
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.
- spatie/laravel-translatable
- coreui
- https://github.com/nWidart/laravel-modules
MIT