Page 24

Add Laravel API End Points Part 7 of 48 in API Driven Development With Laravel and VueJS
Author Dan Pastori avatar
Dan Pastori October 9th, 2017

UPDATE 10/12/2017 I had the wrong slashes in the routes/api.php file for the namespace of the CafesController.php. These have been changed to be properly namespaced in the tutorial. Sorry for the inconvenience! In the last article Configuring Vue Router for a Single Page App we added the routes for viewing pages on Roast. Now we […]

Keep Reading →
Break between articles Break between articles
Structuring Vue 2, Vue Router, Vuex for a Single Page Application Part 5 of 48 in API Driven Development With Laravel and VueJS
Author Dan Pastori avatar
Dan Pastori October 2nd, 2017

As of right now we have the scaffolding up for a single page application. We’ve installed Laravel, configured social logins with Socialite, configured our own oAuth server with Laravel Passport and configured SASS and JS. Now we will start working with the Vue JS eco system (Vue2 + Vuex + Vue Router). In my opinion, […]

Keep Reading →
Break between articles Break between articles Break between articles