An open API service indexing awesome lists of open source software.

https://github.com/wasilolly/task-manager-with-laravel-framework

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
https://github.com/wasilolly/task-manager-with-laravel-framework

cms-backend laravel laravel-framework php php-backend tailwindcss task task-list task-management task-manager

Last synced: 10 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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