marcusmyers/report

Report is a way to show announcements on a website

v0.0.1 2019-10-28 13:54 UTC

This package is auto-updated.

Last update: 2024-04-28 23:56:42 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.