Skip to content

firstcomdigital/laravel5-task-manager-api

 
 

Repository files navigation

Task Manager API

Laravel 5 JSON API implementation for Task manager Web App.

response format:

uses:

Installation

$ composer install
$ php artisan key:generate
$ cp .env.example .env

Fill in .env file

Data

To create required database tables, update .env file with local database configuration and then run:

php artisan migrate

To populate the database with demo data run:

php artisan db:seed

To reseed, first recreate the tables by running:

php artisan migrate:refresh

Dev

$ php artisan serve

About

Laravel 5 JSON API for Task Manager Web App

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages