На laravel есть реализация SPA приложения, можете его изучить, как раз собрано все, что вас интересует
https://github.com/codecasts/spa-starter-kit Client side
Vue.js 2.0 project create with vue-cli + webpack template
Centralized state management with Vuex
Route management with Vue-router
Authentication with JWT
Keep user signed in using local stored info
HTTP requests with Axios
ESLint with AirBNB preset
Pagination integrated with Laravel's LengthAwarePaginator
Alerts and Confirmation Alerts provided by SweetAlert
Server side
Laravel 5.3
Authentication with JWT
Fractal
Web service RESTful with Dingo (planned)