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
- PHP version 8 and above
- MySql
- Composer
Install this starter
- Do
clone
andcd
to your project directory - Run following command
composer install or composer update
-
create
.env
file and configure database credentials,APP_URL
etc -
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>
😊