- 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