Skip to content
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

Closed
FoxRocks76 opened this issue Nov 15, 2019 · 4 comments
Closed

Conclusion: remove laravel/framework v5.1.46 #70

FoxRocks76 opened this issue Nov 15, 2019 · 4 comments

Comments

@FoxRocks76
Copy link

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"

@jeremykenedy
Copy link
Owner

Yeah this package doesn’t have support for 5.1.

I would say fork it, make the changes, and add it to composer.

@FoxRocks76
Copy link
Author

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!!

@jeremykenedy
Copy link
Owner

It’s not an issue with this package it’s an issue with the html dependency

@FoxRocks76
Copy link
Author

Hi Jeremy,
I've been digging through this and I don't believe this package works with Laravel v5.1. Reason being is that the frameworks ServiceProvider.php doesn't have two of the methods required by LaravelLoggerServiceProvider.php, specifically loadRoutesFrom and loadMigrationsFrom, which don't appear until v5.3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants