- Laravel 5.7 Verification via API!
- Forgot password and Reset password
- Profile with user info
- Password change
- Auth through tymon/jwt-auth with refresh token functional
- Auth route middleware(guest, auth)
- Bootstrap 4
- vue-notifications (with iziToast) There is no attachment to a particular library!
- Vee-validate validation
- Awesome vue-plugin-axios
git clone https://github.com/iliyaZelenko/laravel5.7-vue-cli3-boilerplate.git
composer install
- Edit
.env
to set your database connection details andFRONTEND_URL
,APP_URL
php artisan migrate:fresh --seed
make tables and userscd frontend
- Edit
.env
to set yourVUE_APP_BACKEND
(backend url) yarn
ornpm install
Frontend is in the folder frontend, the following commands for this folder:
yarn serve // OR npm run install
For laravel server you can run php artisan serve
(in root directory)
yarn build // OR npm run build
You can open your finished build via laravel SpaController!
The index file in app/resorces/views/index.blade.php
content is generated via vue!
Your css, js, img, etc... will be added to the app/public
folder!
yarn lint // OR npm run lint
yarn test:unit // OR npm run test:unit
yarn test:e2e // OR npm run test:e2e
Also i have vuetify and nuxt + vuetify version! Let me know if you are interested in this project.
- i18n
- avatar
- select timezone and display date/time for user timezone
- socialite
- all users have public profile and own settings page
- unit and end-to-end tests