Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 911 Bytes

readme.md

File metadata and controls

19 lines (10 loc) · 911 Bytes

Jot-Bot - Token-Based Authentication for AngularJS and Laravel Tutorial

This is the code for the AngularJS and Laravel token-based authentication tutorial on Scotch.io and RyanChenkie.com

Installation

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

Branches

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.