zhaolion / aixue-log
AixueLog,just log something
Installs: 3 053
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: >=5.6.0
- illuminate/support: ^5.2
- monolog/monolog: ^1.21
README
安装使用
Require this package with composer using the following command:
composer require zhaolion/aixue-log:^1.0
After updating composer, add the service provider to the providers
array in config/app.php
AixueLog\AixueLogServiceProvider::class
You can also publish the config file to change implementations (ie. interface to specific class) or set defaults for --helpers
or --sublime
.
php artisan vendor:publish --tag="aixue" --force