-
Notifications
You must be signed in to change notification settings - Fork 869
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
can't install laravelcollective on laravel 5.5 #411
Comments
Duplicate #410 |
@Braunson Used the pr and the error above was the result of that. |
Have you updated your "repositories": [
{
"type": "vcs",
"url": "https://github.com/cmizzi/html"
},
] |
@robertnicjoo I have the same issue, did you solve it? |
same as mine |
I have no problem using the temporary fork. Wait until PR is merged or use fork |
same... |
@Hussam3bd No I didn't solve it I just removed It's better to just wait for merged PR. anyway this might help you if you want to do the same http://tjd-studio.com/blog/article/upgrade-laravel-54-to-55 |
Just wait for upgrading. |
fml |
eagerly waiting for update |
Related issue: yajra/datatables#1 My solution/workaround until tagged: Update
|
any update on new version? |
@robertnicjoo This issue already solved by this merged PR. |
Intallation for laravel 5.5 |
Hi Guys I was able to resolve the problem by adding "firebase/php-jwt": "~3.0|~4.0|~5.0", in a composer.json Then composer update --Works well on me |
Go to - > https://laravelcollective.com/docs/master/html |
@khaiyam , thank you! |
open your composer and copy paste this link composer require "laravelcollective/html":"5.4.0". That means remove "^" symbol. It will install current version rather than installing the latest. Then, composer update |
for version 5.6.33 just write composer require "laravelcollective/html" |
Update your Laravel to Laravel 5.7: composer install |
when try to install in this way
"laravelcollective/html": "5.5.*"
get this error
The text was updated successfully, but these errors were encountered: