marcusmyers / report
Report is a way to show announcements on a website
v0.0.1
2019-10-28 13:54 UTC
Requires
- php: ^7.1
- illuminate/support: ^6.3
Requires (Dev)
- orchestra/testbench: v4.2
- phpunit/phpunit: ^8.4
This package is auto-updated.
Last update: 2024-12-29 01:27:14 UTC
README
Report is used to add simple announcements to a web site.
Installation
You can install the package via composer:
composer require marcusmyers/report
Usage
$announcements = Report::getAnnouncements();
Testing
composer test
Todo
[] Add custom views [] Add a way to test the facade
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email marcusmyers@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.