-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Laravel 5.6] Call to undefined method Monolog\Logger::getMonolog() #789
Comments
I have the same error too! |
I get this same error just after installing the debugbar via composer and running my app in the browser. |
Same problem. |
@garygreen, check app/Exceptions/Handler.php. |
I also got this error, any solution? |
i have changed |
I do not have the debugbar package in my composer.json project, still:
|
Same here... |
Ok, just find out what's wrong in my laravel project : Using Logentries in my AppServiceProvider register method. Some clues :
|
I did a composer cleancache and deleted vendor/* -rf.. then edited composer.json to use laravel/[email protected].*, minimum stability is dev, still composer fetches a wrong Illuminate Logger code, which calls that function that seems to not exist anymore.. worth noticing I added the missing .env and logging.php new entries for this laravel upgrade, I still get the old version of the logger.php Illuminate, which makes that wrong call |
In Laravel 5.6 |
I used |
I know this is an old issue, but i found by deleting/updating the debug configuration file in app/config/debugbar.php resolved this one for me |
Thank you |
But how can I update this string: |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
I'm still getting this error using laravel 6 ;( |
On Laravel 5.6 I get this error.
The text was updated successfully, but these errors were encountered: