Skip to content

Latest commit

 

History

History
34 lines (33 loc) · 1.16 KB

File metadata and controls

34 lines (33 loc) · 1.16 KB

Task Manager built on Laravel

  • Users can assign task to other users
  • CRUD resources on Task
  • Admin Dashboard
  • Email notification to users after task creation and completion
  • Admin dashboard to summarize actions
git clone https://github.com/wasilolly/Task-Manager-with-laravel-framework.git
composer install
cp .env.example .env

Then create the necessary database.

php artisan db
create database taskmanagement

And run the initial migrations and seeders.

php artisan migrate --seed