Laravel 5 JSON API implementation for Task manager Web App.
response format:
- JSON API - specs
uses:
- Laravel 5 - specs
- Dingo API - dingo/api
- Codeception codeception
$ composer install
$ php artisan key:generate
$ cp .env.example .envFill in .env file
To create required database tables, update .env file with local database configuration and then run:
php artisan migrateTo populate the database with demo data run:
php artisan db:seedTo reseed, first recreate the tables by running:
php artisan migrate:refresh$ php artisan serve