Package Data | |
---|---|
Maintainer Username: | IftekherSunny |
Package Create Date: | 2015-07-09 |
Package Last Update: | 2015-09-09 |
Home Page: | https://packagist.org/packages/sun/task |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-09 03:02:21 |
Package Statistics | |
---|---|
Total Downloads: | 17 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 2 |
Total Watchers: | 2 |
Total Forks: | 1 |
Total Open Issues: | 0 |
Sun task helps you to manage your tasks easily.
composer create-project sun/task
Artisan command to send remaining task through email.
php artisan sun-task:remainder
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
php artisan serve
To reset all dummy data (default database reset key is suntask)
www.example.com/reset/suntask
name@ your_task_name
description@ your_task_description
date@ your_task_date
time@ your_task_time
This apps is licensed under the MIT License