Adding Laravel User Profiles

Originally published at: Adding Laravel User Profiles - Server Side Up

The last few tutorials, we’ve opened up public data for the cafes. We started opening up a few routes with larval Public and Private API with Laravel - Server Side Up, then explored VueJS Route Security and Authentication and finally implemented some navigation guards. In this tutorial we will go through the process of Step 1: Define Data To Collect When building our user…