-
-
Notifications
You must be signed in to change notification settings - Fork 120
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
Conclusion: remove laravel/framework v5.1.46 #70
Comments
Yeah this package doesn’t have support for 5.1. I would say fork it, make the changes, and add it to composer. |
Ok, it did say it worked with Laravel 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, and 5.7+, but nonetheless I think the boostrap3 version will work. Thanks!! |
It’s not an issue with this package it’s an issue with the html dependency |
Hi Jeremy, |
I'm running Laravel 5.1 and I keep getting this error when I try to install this plugin:
Problem 1
- The requested package laravelcollective/html (locked at v5.1.11, required as ^5.8.0) is satisfiable by laravelcollective/html[v5.1.11] but these conflict with your requirements or minimum-stability.
I think I'm locked to the laravelcollective/html[v5.1.11] because I'm on Laravel 5.1.46. I'm following the guide by using "composer require jeremykenedy/laravel-logger" but it fails. I was able to install an older version successfully by running "composer require jeremykenedy/laravel-logger:dev-bootstrap3"
The text was updated successfully, but these errors were encountered: