This is the code for the AngularJS and Laravel token-based authentication tutorial on Scotch.io and RyanChenkie.com
Clone the repository and install the Laravel vendor files
composer install
Once your .env file is setup with your database connection parameters, run the migrations and seed the database
php artisan migrate
php artisan db:seed
The Scotch branch has all the code that is covered in the first part of the tutorial on Scotch.io. The master branch is the complete code that includes extra material covered in the second part of the tutorial at RyanChenkie.com.