You can install the package via composer:
composer require cion/laravel-log-readerThe package will register itself automatically.
Optionally, you can publish the package configuration using:
php artisan vendor:publish --provider=Cion\\LaravelLogReader\\ServiceProviderThis will publish a file called log-reader.php in your config folder to adjust a few config values.
You just need to visit /logreader if you didn't change prefix in your config
- Copy
.env.exampleto.envand fill in your database credentials. - Run
composer test.
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email contact@mohamedbenhida.com instead of using the issue tracker.
The MIT License (MIT). Please see the License File for more information.
