etieneabasi/mytaskmanager

dev-master 2019-04-01 02:58 UTC

This package is auto-updated.

Last update: 2024-03-29 03:38:47 UTC


README

Latest Version on Packagist Total Downloads Build Status StyleCI

This is where your description should go. Take a look at contributing.md to see a to do list. it support laravel 5.8 and later

Installation

PHP 5.4+ or HHVM 3.3+, and Composer are required.

latest version of Laravel Taskmanager, simply add the following line to the require block of your composer.json file. Via Composer

composer require etieneabasi/mytaskmanager:dev-master

next run

composer install

or

composer update 

To download it and have the autoloader updated.

php artisan key:generate

If you are using Laravel for the first time and the key is not generated yet,

Usage

Run migrations to create tables

php artisan migrate

Publish the configuration file using this command:

php artisan vendor:publish --tag=public

Good Luck. Just visit

Change log

http://{{site-url}}/task example: 127.0.0.1:8000/task

Please see the changelog for more information on what has changed recently.

Developed by

Etieneabasi Sunday twitter: @etieneabasi2

Testing

$ composer test

Contributing

Please see contributing.md for details and a todolist.

Security

If you discover any security related issues, please email abasi.asuquo@gmail.com instead of using the issue tracker.

Credits

License

MIT. Please see the license file for more information.