sun / task
Sun task helps you to manage your tasks easily.
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 1
Open Issues: 0
Type:project
Requires
- illuminate/mail: ^5.1
- laravel/lumen-framework: 5.1.*
- vlucas/phpdotenv: ~1.0
Requires (Dev)
- fzaninotto/faker: ~1.0
- phpunit/phpunit: ~4.0
This package is auto-updated.
Last update: 2024-10-08 17:37:06 UTC
README
Sun task helps you to manage your tasks easily.
Installation via Composer
composer create-project sun/task
Remainder
Artisan command to send remaining task through email.
php artisan sun-task:remainder
Configuration
All of the configuration for the SUN TASK are stored in the .env file.
Setup your email id & password to send email.
MAIL_USERNAME=your_email@gmail.com
MAIL_PASSWORD=email_password
Setup your email id & name for getting remaining task through email.
REMAINDER_EMAIL=your_email@gmail.com
REMAINDER_NAME=your_name
To Start Development Server
php artisan serve
Reset Dummy Data
To reset all dummy data (default database reset key is suntask)
www.example.com/reset/suntask
Tasks Search
Search by name
name@ your_task_name
Search by description
description@ your_task_description
Search by date
date@ your_task_date
Search by time
time@ your_task_time
Screenshots
Tasks View:
Task Create:
Task Update:
Remaining Tasks Email:
Tasks Search By Name:
Tasks Search By Date:
License
This apps is licensed under the MIT License