sun/task

Sun task helps you to manage your tasks easily.
18 2
Install
composer require sun/task
Latest Version:v1.1
License:MIT
Last Updated:Sep 9, 2015
Links: GitHub  ·  Packagist
Maintainer: IftekherSunny

SUN TASK

Build Status Total Downloads Latest Stable Version Latest Unstable Version License

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 view

Task Create:

task create

Task Update:

task update

Remaining Tasks Email:

remaining task email

Tasks Search By Name:

task search by name

Tasks Search By Date:

task search by Date

License

This apps is licensed under the MIT License

Related Packages

lushdigital/microservice-model-utils

A set of model related utility and convenience classes for a Lumen microservice.

5,264 2
lushdigital/microservice-crud

A CRUD convenience layer for microservices built in Lumen.

3,927 7
laravel/lumen-framework

The Laravel Lumen Framework.

27,088,880 1,506
lushdigital/microservice-core

A set of core functionality and convenience classes for a Lumen microservice.

5,505 10
orchestra/lumen

Lumen Framework for Orchestra Platform

17,205 4