Laravel 9 admin backend
About this base
This is Admin Backend base, You can use it if you want to start a new laravel project.
You don't need to start from scratch as you will get the following functionality/feature inbuilt.
Such as:
- User roles and permission
- Admin dashboard with Login, Registration
- UI Template based on Argon
Requirements
- PHP version 8 and above
- MySql
- Composer
Installation
Install this starter
- Do
cloneandcdto your project directory - Run following command
composer install or composer update-
create
.envfile and configure database credentials,APP_URLetc -
Now run following command again
php artisan key:generate
php artisan migrate --seed
php artisan serve- Its done! and we good to go. Happy
<codding>😊