Ragash/laravel_vue_auth_boilerplate
This is a very sexy auth/login boilerplate for a PHP/Laravel and Vue.js application with bootstrap-vue. Token-based authentication (coupling Vue client with Laravel server) is achieved with Laravel Passport (an Oauth2 server implementation), and Vuex for client-side state management. Once authenticated, Vue-router takes user to a hello world dashboard.
PHP