Quality tutorials & resources. No BS._

Page 27

Build a Vuex Module Part 9 of 48 in API Driven Development With Laravel and VueJS
Author Dan Pastori avatar
Dan Pastori October 16th, 2017

In the last tutorial Build Out API Requests in Javascript , we went through building methods to call our Laravel API routes with Javascript. We built the /resources/assets/js/api/cafe.js file which contains the front end requests to our backend API that we built here: Add Laravel API End Points – Server Side Up. Now we are […]

Keep Reading →
Break between articles
Build Out API Requests in Javascript Part 8 of 48 in API Driven Development With Laravel and VueJS
Author Dan Pastori avatar
Dan Pastori October 12th, 2017

In the last tutorial we added a few API Endpoints in Laravel https://serversideup.net/add-api-end-points-laravel/. Now it’s time to build out API requests in javascript to access these routes. Since we have everything ready to rock and roll with our VueJS configuration and our routes, it should be pretty smooth to add these requests and we can […]

Keep Reading →
Break between articles
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