Code for the Laravel + Angular Time Tracker Tutorial on Scotch.io.
Build a Time Tracker with Laravel 5 and AngularJS – Part 1
Build a Time Tracker with Laravel 5 and AngularJS – Part 2
###A Note About Composer
Laravel 5 ignores all files in the /vendor directory by default. After you've cloned this repo, run a composer update
to install the necessary dependencies.