Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/scotch-io/laravel-angular-time-tracker
- Owner: scotch-io
- Created: 2015-03-15T22:54:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-25T04:43:22.000Z (over 9 years ago)
- Last Synced: 2024-04-14T11:32:19.575Z (7 months ago)
- Language: PHP
- Size: 1.62 MB
- Stars: 66
- Watchers: 14
- Forks: 40
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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 ComposerLaravel 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.