jabsa / laravel-logs
A simple package to check production logs
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Language:Blade
pkg:composer/jabsa/laravel-logs
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-12-18 18:36:05 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.