https://github.com/azhar25git/taskman
A laravel package for task management
https://github.com/azhar25git/taskman
Last synced: 5 months ago
JSON representation
A laravel package for task management
- Host: GitHub
- URL: https://github.com/azhar25git/taskman
- Owner: azhar25git
- License: other
- Created: 2021-07-04T15:54:33.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-04T16:30:45.000Z (almost 5 years ago)
- Last Synced: 2024-04-23T23:37:25.794Z (about 2 years ago)
- Language: PHP
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- Contributing: contributing.md
- License: license.md
Awesome Lists containing this project
README
# TaskMan
[![Latest Version on Packagist][ico-version]][link-packagist]
[![Total Downloads][ico-downloads]][link-downloads]
[![Build Status][ico-travis]][link-travis]
[![StyleCI][ico-styleci]][link-styleci]
Take a look at [contributing.md](contributing.md) to see a to do list.
## Installation
Via Composer
``` bash
$ composer require azhar25git/taskman
```
## Usage
```bash
$ php artisan migrate
$ php artisan db:seed
$ php artisan vendor:publish
```
## Change log
Please see the [changelog](changelog.md) for more information on what has changed recently.
## Testing
``` bash
$ composer test
```
## Contributing
Please see [contributing.md](contributing.md) for details and a todolist.
## Security
If you discover any security related issues, please email getazharuddin@gmail.com instead of using the issue tracker.
## Credits
- [Azhar Uddin][link-author]
- [All Contributors][link-contributors]
## License
MIT. Please see the [license file](license.md) for more information.
[ico-version]: https://img.shields.io/packagist/v/azhar25git/taskman.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/azhar25git/taskman.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/azhar25git/taskman/master.svg?style=flat-square
[ico-styleci]: https://styleci.io/repos/12345678/shield
[link-packagist]: https://packagist.org/packages/azhar25git/taskman
[link-downloads]: https://packagist.org/packages/azhar25git/taskman
[link-travis]: https://travis-ci.org/azhar25git/taskman
[link-styleci]: https://styleci.io/repos/12345678
[link-author]: https://github.com/azhar25git
[link-contributors]: ../../contributors