Skip to content

Task management where users can create and assign task to other users. Email notification upon task completion and when task is assigned or updated with user and admin dashboard

wasilolly/Task-Manager-with-laravel-framework

Repository files navigation

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

About

Task management where users can create and assign task to other users. Email notification upon task completion and when task is assigned or updated with user and admin dashboard

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published