A super simple Agular + Laravel 4 todo app - I do plan on adding to this..
Based heavily on the excellent Laravel and Angular tutorial featured on Laracasts - massive love to Jeffrey Way.
- Clone the repo (
git clone [email protected]:BeingTomGreen/angular-laravel-todo-app.git
) - Create a new database & configure
app/config/database
with the appropriate details (you could also use environments) - Run
php composer install
to install the dependencies (get composer here) - Run
php artisan migrate
(to setup the database) - Run
php artisan db:seed
(if you want some sample data)
This is open-sourced software licensed under the MIT license.