Skip to content
Discussion options

You must be logged in to vote

You do not need to follow the installation instructions from that package. If you do not follow them, not all features from that package are available, however - like this command that you are mentioning.

The package is used because it uses logic from that package to do the logging. This could perhaps be refactored to decouple the two packages although:

private function bootLogger()
{
RequestLoggerFacade::extend('routestat', function ($app) {
$model = config('route-statistics.model');
return new $model();
});
}

I am open to considering such…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mjess
Comment options

Answer selected by mjess
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants