zhaolion/aixue-log

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (v1.0.17) of this package.

AixueLog,just log something

v1.0.17 2017-06-08 07:10 UTC

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