Starter Admin For Laravel 8
It's just like any other Laravel project. Basically here is how you use it for yourself. (it's not completed yet)
- Clone the repo
git clone https://github.com/mhraihan/laraStart.git cdto project folder.- Run
composer install - Save as the
.env.exampleto.envand set your database information - Run
php artisan key:generateto generate the app key - Run
npm install - Run
php artisan migrate - Run
php artisan passport:install - Done !!! Enjoy Customizing and building awesome app