- Laravel 8.4.0 The PHP Framework for Web Artisans
- Vue: 2.6.12The Progressive JavaScript Framework
- Vuetify 2.5.0Material Design Framework
- Vuetify Vuetify components and responsive pages on all devices
- vue-router Vue router and frontend middleware
- vuex modules
- ESLint "@indielayer/eslint-config-vue": "^1.0.0"
- Multi User roles
- Unit Test
- Download source code
git clone https://github.com/scar-2018/Laravel-vue-SPA-Blog.git
- Go to created directory
- Download PHP packages
composer install
- Config .env file from .env.sample
- Generate key
php artisan key:generate
- Install laravel passport and config
php artisan passport:install
php artisan vendor:publish --tag=passport-config
- Setup database
php artisan migrate:seed
- Install the dependencies and devDependencies
npm install
- Build assets
npm run dev
- email: [email protected]
- password: password