Best laravel framework open-source packages.

Jot bot

Token-Based Authentication for AngularJS and Laravel Tutorial
Updated 3 years ago

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.