Quality tutorials & resources. No BS._

Page 28

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
Installing and Configuring Laravel Passport Part 3 of 48 in API Driven Development With Laravel and VueJS
Author Dan Pastori avatar
Dan Pastori September 25th, 2017

Laravel Passport was introduced in Laravel 5.3 and uses PHP League’s oAuth2 server GitHub – thephpleague/oauth2-server: A spec compliant, secure by default PHP OAuth 2.0 Server. If you haven’t used it, it’s simply incredible. Within minutes you can get a functioning oAuth2 server up and running and people can log in across the web using […]

Keep Reading →
Break between articles Break between articles