/laravel9-starter

Laravel 9 Admin backend base setup

Primary LanguageCSSThe UnlicenseUnlicense

Laravel 9 admin backend

Argon

Build Status Total Downloads Latest Stable Version License

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 clone and cdto 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>😊