|
| 1 | +# A Boilerplate Package Laravel/Lumen 5.x |
| 2 | + |
| 3 | +[](https://packagist.org/packages/:organization/:package_name) |
| 4 | +[](LICENSE.md) |
| 5 | +[](https://travis-ci.org/:organization/:package_name) |
| 6 | +[](https://styleci.io/repos/:style_ci_id) |
| 7 | +[](https://insight.sensiolabs.com/projects/:sensio_labs_id) |
| 8 | +[](https://scrutinizer-ci.com/g/:organization/:package_name) |
| 9 | +[](https://scrutinizer-ci.com/g/:organization/:package_name/?branch=master) |
| 10 | +[](https://packagist.org/packages/:organization/:package_name) |
| 11 | + |
| 12 | +This package makes it easy to send notifications using [:package_name](link to service) with Laravel 5.3. |
| 13 | + |
| 14 | +**Note:** Replace ```:organization``` ```:package_name``` ```:author_name``` ```:author_username``` ```:author_website``` ```:author_email``` ```:package_name``` ```:package_description``` ```:style_ci_id``` ```:sensio_labs_id``` with their correct values in [README.md](README.md), [CHANGELOG.md](CHANGELOG.md), [CONTRIBUTING.md](CONTRIBUTING.md), [LICENSE.md](LICENSE.md), [composer.json](composer.json) and other files, then delete this line. |
| 15 | +**Tip:** Use "Find in Path/Files" in your code editor to find these keywords within the package directory and replace all occurences with your specified term. |
| 16 | + |
| 17 | +This is where your description should go. Add a little code example so build can understand real quick how the package can be used. Try and limit it to a paragraph or two. |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | +## Contents |
| 22 | + |
| 23 | +- [Installation](#installation) |
| 24 | + - [Setting up the :package_name service](#setting-up-the-:package_name-service) |
| 25 | +- [Usage](#usage) |
| 26 | + - [Available Message methods](#available-message-methods) |
| 27 | +- [Changelog](#changelog) |
| 28 | +- [Testing](#testing) |
| 29 | +- [Security](#security) |
| 30 | +- [Contributing](#contributing) |
| 31 | +- [Credits](#credits) |
| 32 | +- [License](#license) |
| 33 | + |
| 34 | + |
| 35 | +## Installation |
| 36 | + |
| 37 | +Please also include the steps for any third-party service setup that's required for this package. |
| 38 | + |
| 39 | +### Setting up the :package_name service |
| 40 | + |
| 41 | +Optionally include a few steps how users can set up the service. |
| 42 | + |
| 43 | +## Usage |
| 44 | + |
| 45 | +Some code examples, make it clear how to use the package |
| 46 | + |
| 47 | +### Available methods |
| 48 | + |
| 49 | +A list of all available options |
| 50 | + |
| 51 | +## Changelog |
| 52 | + |
| 53 | +Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently. |
| 54 | + |
| 55 | +## Testing |
| 56 | + |
| 57 | +``` bash |
| 58 | +$ composer test |
| 59 | +``` |
| 60 | + |
| 61 | +## Security |
| 62 | + |
| 63 | +If you discover any security related issues, please email :author_email instead of using the issue tracker. |
| 64 | + |
| 65 | +## Contributing |
| 66 | + |
| 67 | +Please see [CONTRIBUTING](CONTRIBUTING.md) for details. |
| 68 | + |
| 69 | +## Credits |
| 70 | + |
| 71 | +- [:author_name](https://github.com/:author_username) |
| 72 | +- [All Contributors](../../contributors) |
| 73 | + |
| 74 | +## License |
| 75 | + |
| 76 | +The MIT License (MIT). Please see [License File](LICENSE.md) for more information. |
0 commit comments