A Laravel 9 package for reportable functionality.
You can install the package via composer:
composer require vendor/reportable-laravelThe package will automatically register its service provider.
To publish the configuration file, run:
php artisan vendor:publish --tag=reportable-configThis will create a config/reportable.php file in your Laravel application.
// Add your usage examples herecomposer testPlease see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email your.email@example.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.