Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scotch-io/laravel-angular-time-tracker

Code for the scotch.io tutorial by @chenkie
https://github.com/scotch-io/laravel-angular-time-tracker

Last synced: 8 days ago
JSON representation

Code for the scotch.io tutorial by @chenkie

Awesome Lists containing this project

README

        

# Build a Time Tracker with AngularJS and Laravel 5

Code for the Laravel + Angular Time Tracker Tutorial on [Scotch.io](https://scotch.io).

[Build a Time Tracker with Laravel 5 and AngularJS – Part 1](https://scotch.io/tutorials/build-a-time-tracker-with-laravel-5-and-angularjs-part-1)

[Build a Time Tracker with Laravel 5 and AngularJS – Part 2](https://scotch.io/tutorials/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.