etieneabasi / mytaskmanager
:description
Requires
Requires (Dev)
- mockery/mockery: ^1.1
- orchestra/testbench: ~3.0
- phpunit/phpunit: ~7.0
- sempro/phpunit-pretty-print: ^1.0
This package is auto-updated.
Last update: 2025-03-29 00:44:28 UTC
README
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.