Speed Admin

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).

Quickly create Forms and Grids:

Easy to create data tables (grid)

Easy to create datatables (grid)

Easy to add Forms with translations support

Easy to add Forms with translations support

Installation

Install via composer

Publish package config file and assets

Add alias in app.php (Optional):

Run following commands

Autoloading Applications/Modules (nwidart/modules)

Update composer.json to autoload modules. Add "Modules\": "Modules/" as shown below in psr-4.

Run the following command to create the admin user

The following command will create admin user username: admin@admin.com and password: admin.

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

License

MIT

Last updated