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
- Host: GitHub
- URL: https://github.com/wasilolly/task-manager-with-laravel-framework
- Owner: wasilolly
- Created: 2021-10-11T23:22:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-03T00:03:49.000Z (over 2 years ago)
- Last Synced: 2025-07-07T14:05:06.977Z (11 months ago)
- Topics: cms-backend, laravel, laravel-framework, php, php-backend, tailwindcss, task, task-list, task-management, task-manager
- Language: PHP
- Homepage:
- Size: 148 KB
- Stars: 5
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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