https://github.com/marcusmyers/report
A way to add announcements to a website
https://github.com/marcusmyers/report
Last synced: 4 months ago
JSON representation
A way to add announcements to a website
- Host: GitHub
- URL: https://github.com/marcusmyers/report
- Owner: marcusmyers
- License: mit
- Created: 2019-10-24T13:46:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-28T13:54:55.000Z (over 5 years ago)
- Last Synced: 2025-01-15T13:59:56.428Z (5 months ago)
- Language: PHP
- Size: 9.77 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
# report
Report is used to add simple announcements to a web site.
## Installation
You can install the package via composer:
```bash
composer require marcusmyers/report
```## Usage
``` php
$announcements = Report::getAnnouncements();
```### Testing
``` bash
composer test
```### Todo
[] Add custom views
[] Add a way to test the facade### Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
### Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
## Credits
- [Mark Myers](https://github.com/marcusmyers)
- [All Contributors](../../contributors)## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
## Laravel Package Boilerplate
This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).