laravel-10-starter-kit maintained by edyspider
Laravel 10 Starter Kit
Features
Installation
composer create-project edyspider/laravel-10-starter-kit.- Run
php artisan key:generate. - Edit database connection in
.envif needed. - Run
php artisan migrate - Run
npm install
Usage
Development
npm run dev
Production
npm run build
License
The Laravel framework is open-sourced software licensed under the MIT license.