graham-campbell / logger-core
Provides A Logger Trait For Reuse
Requires
- php: >=5.5.9
- illuminate/contracts: 5.0.*|5.1.*
- psr/log: ~1.0
Requires (Dev)
- phpunit/phpunit: ^4.7.6
This package is auto-updated.
Last update: 2022-02-01 12:48:04 UTC
README
Laravel Logger Core was created by, and is maintained by Graham Campbell, and provides a logger trait for reuse for Laravel 5. Feel free to check out the change log, releases, license, and contribution guidelines.
WARNING
This package is no longer maintained.
Installation
PHP 5.5+ or HHVM 3.6+, and Composer are required.
To get the latest version of Laravel Logger Core, simply add the following line to the require block of your composer.json
file:
"graham-campbell/logger-core": "~1.1"
You'll then need to run composer install
or composer update
to download it and have the autoloader updated.
Configuration
Laravel Logger Core requires no configuration. Just follow the simple install instructions and go!
Usage
There is currently no usage documentation for Laravel Core, but we are open to pull requests.
License
Laravel Logger Core is licensed under The MIT License (MIT).