jabsa / laravel-logs
A simple package to check production logs
v1.0.1
2025-04-10 15:11 UTC
Requires
- php: ^8.0
- illuminate/support: ^9.0|^10.0|^11.0|^12.0
Requires (Dev)
- orchestra/testbench: ^6.0|^7.0|^8.0
- phpunit/phpunit: ^9.0
This package is not auto-updated.
Last update: 2025-06-19 16:07:42 UTC
README
A simple package to check production logs
Installation
You can install the package via composer:
composer require jabsa/laravel-logs
Usage
use jabsa\LaravelLogs\Facades\LaravelLogs; LaravelLogs::hello();
Testing
composer test
License
The MIT License (MIT). Please see License File for more information.