/laravel-ember-todo

Sample todo application built with Laravel 4 and EmberJS

Primary LanguagePHP

Laravel 4 + EmberJS Todo App

A sample todo application built with Laravel 4 and EmberJS

Demo

Stuff used

  • Laravel 4.1
  • jQuery 1.10.2
  • Handlebars 1.1.2
  • EmberJS 1.2
  • Ember Data 1.0.0 Beta 3

How to use

  1. Clone repo
  2. Run composer install
  3. Run php artisan migrate (Make sure to set your database credentials in the database.php file)
  4. Enjoy

Contributing

Feel free to send PRs and fork hard