This is the MakersValley Bootcamp code repo. All codes from all bootcamps are stored in here and can easily be accessible. Master will always be a blank template with Laravel and AngularJS installed for the frontend and the backend
Apache License 2.0
1
stars
1
forks
source link
Create migration to handle users and authentication #6
This is going to create tables and structures in the database to handle user information and information for authentication.
Read more about how to set up migrations here https://laravel.com/docs/5.5/migrations
Related to Project I #2