Skip to content

A simple task management API implementation with Laravel

Notifications You must be signed in to change notification settings

devkabir/laravel-rest-api-exmple

Repository files navigation

Task Flow - Simple Task Management Api

A simple task management API implementation with Laravel

Installation

  1. Clone this repository
  2. Create a new database
  3. Run cp .env.example .env
  4. Update env
  5. Run
composer install
php artisan migrate
php artisan key:generate
php artisan serve
  1. Open another terminal to process email notifications php artisan queue:work

Releases

No releases published

Packages

No packages published

Languages