This admin package provides a qucik start to Laravel projects its using Laravel 8.x version.
This package formerly known as Laflux platform , this can be considered as upgrade to the Laflux platform as well
This package provide a permission manager as well for FREE.
-
Admin Module with separate Auth Guard so you can manage front and back end session separately.
-
Access controll logic is included
-
User Management
-
Groups/Roles Management
-
Basic Site Profile and Meta data details
PHP and Laravel Knowledge
1.) Download the zip and extract it to a directory or Clone/Fork the repository to a directory.
2.) Create a databse and give the credentials in the .env file existing in the root directory.
3.) Run the following commands from the terminal in the root directory of the project.
Migrations and Seeders initializations
composer install
php artisan migrate
php artisan db:seed
composer dumpautoload -o
Uploading profile and site logo you may need to set write permission for
public/packages/extensionsvalley/dashboard/images/
folder
yourdomain.com/admin
or localhost/folder/public/admin
[email protected], Password : 123456.
Once you login top right corner click on the name choose Access permission -> select the Super admin and set all permission. Yep done :)
You can deploy this laravel admin template anywhere.
This project is licensed under the MIT License - see the LICENSE.md file for details