This template is for Laravel Framework starter configuration that helps you build Laravel websites faster. Feel free to contribute.
git remote add template https://github.com/Gruce/laravel-starter-template.git
git fetch --all
git merge template/master
Copy .env.example Paste in in root directory and rename to .env
make database
composer install
php artisan key:generate
php artisan jwt:secret
php artisan reset
npm install
npm run dev
※ Laravel eloquent-eager-limit
※ Flowbite
php artisan reset
- Reset database
- Migrate database
- Seed database
- Optimize
php artisan ip
- Start the server on the specified port
Route::get('/', function () {
return view('welcome');
})->middleware('admin');
Email: [email protected]
Password: 123456
Email: [email protected]
Password 123456