- Clone this repo
- Run
composer install - Run
npm install - Run
cp .env.example .env - Run
php artisan key:generate - Run
php artisan serve - Run
npm run dev
your application should be running on http://127.0.0.1:8000
- This application uses inertia to make the Vue + Laravel setup easy.
GOOD LUCK!