- Laravel: https://laravel.com/
- Vuex: https://vuex.vuejs.org/installation.html
- VueRouter: https://router.vuejs.org/
Copy env file
cp .env.example .env
Edit env file
Generate key
php artisan key:generate
Run migrations
php artisan migrate
Run seeders
php artisan db:seed --class=UsersTableSeeder
Install assets
npm install
npm run dev
Run application
php artisan serve