Quality tutorials & resources. No BS._

Page 21

VueJS Route Security and Authentication Part 35 of 48 in API Driven Development With Laravel and VueJS
Author Dan Pastori avatar
Dan Pastori January 4th, 2018

In our last tutorial https://serversideup.net/public-private-api-laravel/, we converted the Laravel API Backend to be accessible for both an authenticated user and an unauthenticated user. This tutorial will go through the process of securing pieces of data that we don’t want the user to to view if they are not authenticated. Before we make any crazy claims […]

Keep Reading →
Break between articles
Public and Private API with Laravel Part 34 of 48 in API Driven Development With Laravel and VueJS
Author Dan Pastori avatar
Dan Pastori December 28th, 2017

After some careful consideration, I realized that roastandbrew.coffee would be much more powerful if it was partially a public facing, partially user authenticated. Essentially what that means is a user shouldn’t have to be authenticated to view some of the data, but if they are authenticated, they can do more such as add cafes, edit […]

Keep Reading →
Break between articles
SPA Tutorial Update 4 Part 33 of 48 in API Driven Development With Laravel and VueJS
Author Dan Pastori avatar
Dan Pastori December 21st, 2017

So we are ready for another update! Lots of new features have been added and we are moving forward towards a much more powerful system and some more awesome tutorials! In these updates I include smaller features that I added to make the application more functional and user friendly, but not large enough to require […]

Keep Reading →
Break between articles Break between articles
Customize Google Map Info Windows Part 31 of 48 in API Driven Development With Laravel and VueJS
Author Dan Pastori avatar
Dan Pastori December 14th, 2017

In the last tutorial, we re-used a few mixins to filter the Google Map that contained all of the cafes: https://serversideup.net/re-using-vuejs-mixins-filtering-google-map-data/. The filtering helped because it helped us visualize locally where a cafe was that matched our search parameters was located. However when you click on a marker, the only thing that displays is the […]

Keep Reading →
Break between articles
1 19 20 21 22 23 30