https://github.com/apsdehal/to-do-list
A simple To-do list implemented in laravel 4
https://github.com/apsdehal/to-do-list
Last synced: 4 months ago
JSON representation
A simple To-do list implemented in laravel 4
- Host: GitHub
- URL: https://github.com/apsdehal/to-do-list
- Owner: apsdehal
- Created: 2013-12-10T20:32:13.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-10T20:45:16.000Z (over 12 years ago)
- Last Synced: 2024-12-31T08:24:58.970Z (over 1 year ago)
- Language: PHP
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
To-Do List
=================
A simple To-do list implementation using [Laravel 4](github.com/laravel/laravel).
Use `php artisan migrate` to reach the database state same as mine.
Make sure to set your database name, username and password for your database in
`app\config\database.php`
~