2017 © Pedro Peláez
 

library simple-taskmanager

A Laravel package that adds simple task management functionality to an app

image

dinyangetoh/simple-taskmanager

A Laravel package that adds simple task management functionality to an app

  • Saturday, December 2, 2017
  • by dinyangetoh
  • Repository
  • 1 Watchers
  • 0 Stars
  • 20 Installations
  • CSS
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Laravel Task Manager

This is a laravel package that adds task management functionality to web applications., (*1)

It supports Laravel 5.0 and later, (*2)

Installation

PHP 5.4+ or HHVM 3.3+, and Composer are required., (*3)

To get the latest version of Laravel Taskmanager, simply add the following line to the require block of your composer.json file., (*4)

"dinyangetoh/simple-taskmanager": "dev-master"

You'll then need to run composer install or composer update to download it and have the autoloader updated., (*5)

If you are using Laravel 5.5 or later, the service provider auto discovery feature will load the required classes after installation otherwise, you need to register the service provider. Open up config/app.php and add the following to the providers key., (*6)

  • Dinyangetoh\SimpleTaskmanager\TaskManagerServiceProvider::class

Also, register the Facade like so:, (*7)

'aliases' => [
    ...
    'Simpletaskmanager' => Dinyangetoh\SimpleTaskmanager\Facades\TaskManager::class,
    ...
]

Configuration

You need to run migrations to create necessary tables, (*8)

php artisan migrate"

You can publish the configuration file using this command:, (*9)

php artisan vendor:publish --tag=public

Then you are ready to get runnings. Just visit, (*10)

http://{{site-url}}/tasks

Add task categories and tasks. Enjoy., (*11)

Developed with love from, (*12)

David Inyangetoh @dinyangetoh, (*13)

License

The MIT License (MIT). Please see License File for more information., (*14)

The Versions

02/12 2017

dev-master

9999999-dev

A Laravel package that adds simple task management functionality to an app

  Sources   Download

MIT

The Requires

  • php ^5.4.0|^7.0

 

The Development Requires

by David Inyang-Etoh

02/12 2017

1.0.5

1.0.5.0

A Laravel package that adds simple task management functionality to an app

  Sources   Download

MIT

The Requires

  • php ^5.4.0|^7.0

 

The Development Requires

by David Inyang-Etoh

02/12 2017

1.0.2

1.0.2.0

A Laravel package that adds simple task management functionality to an app

  Sources   Download

MIT

The Requires

  • php ^5.4.0|^7.0

 

The Development Requires

by David Inyang-Etoh

02/12 2017

1.0.3

1.0.3.0

A Laravel package that adds simple task management functionality to an app

  Sources   Download

MIT

The Requires

  • php ^5.4.0|^7.0

 

The Development Requires

by David Inyang-Etoh

02/12 2017

1.0.4

1.0.4.0

A Laravel package that adds simple task management functionality to an app

  Sources   Download

MIT

The Requires

  • php ^5.4.0|^7.0

 

The Development Requires

by David Inyang-Etoh

02/12 2017

1.0.1

1.0.1.0

A Laravel package that adds simple task management functionality to an app

  Sources   Download

MIT

The Requires

  • php ^5.4.0|^7.0

 

The Development Requires

by David Inyang-Etoh