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

can't install laravelcollective on laravel 5.5 #411

Closed
robertnicjoo opened this issue Aug 30, 2017 · 21 comments
Closed

can't install laravelcollective on laravel 5.5 #411

robertnicjoo opened this issue Aug 30, 2017 · 21 comments

Comments

@robertnicjoo
Copy link

when try to install in this way
"laravelcollective/html": "5.5.*"
get this error

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - The requested package laravelcollective/html ^5.5.0 is satisfiable by laravelcollective/html[5.5.x-dev] but these conflict with your requirements or minimum-stability.
@Braunson
Copy link

Duplicate #410

@robertnicjoo
Copy link
Author

@Braunson Used the pr and the error above was the result of that.

@cmizzi
Copy link
Contributor

cmizzi commented Aug 30, 2017

Have you updated your composer.json like that with a "laravelcollective/html": "dev-master" until the PR is merged ?

    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/cmizzi/html"
        },
    ]

@Hussam3bd
Copy link

@robertnicjoo I have the same issue, did you solve it?

@lloricode
Copy link

same as mine

@cmizzi
Copy link
Contributor

cmizzi commented Aug 30, 2017

I have no problem using the temporary fork. Wait until PR is merged or use fork

@ghost
Copy link

ghost commented Aug 30, 2017

same...

@robertnicjoo
Copy link
Author

robertnicjoo commented Aug 30, 2017

@Hussam3bd No I didn't solve it I just removed "laravelcollective/html": "^5.5.0", from my composer.jason also it's codes from app.php and upgraded my laravel.

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

@MortyFx
Copy link

MortyFx commented Aug 31, 2017

Just wait for upgrading.

@hakimihamdan88
Copy link

fml

@AnowarCST
Copy link

eagerly waiting for update

@cmizzi cmizzi mentioned this issue Aug 31, 2017
@yajra
Copy link
Contributor

yajra commented Aug 31, 2017

Related issue: yajra/datatables#1

My solution/workaround until tagged:

Update composer.json and add:

    "minimum-stability": "dev",
    "prefer-stable": true

@robertnicjoo
Copy link
Author

any update on new version?

@lloricode
Copy link

lloricode commented Sep 1, 2017

@robertnicjoo This issue already solved by this merged PR.
:)

@robertnicjoo
Copy link
Author

Intallation for laravel 5.5 composer require laravelcollective/html

@chisumo2016
Copy link

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

@khaiyam
Copy link

khaiyam commented Dec 2, 2017

Go to - > https://laravelcollective.com/docs/master/html
or
Copy this to you composer.json file "laravelcollective/html":"^5.4.0"
Go to your command line and update your composer like " composer update "

and image added with this post you can follow it :)
laravel

@manfredjb
Copy link

@khaiyam , thank you!

@mahbubkhan88
Copy link

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

@dejv1993
Copy link

for version 5.6.33 just write composer require "laravelcollective/html"

@vvmspace
Copy link

Update your Laravel to Laravel 5.7:
"require": {
"php": ">=7.1.3",
"fideloper/proxy": "~4.0",
"laravel/framework": "5.7.*",
"laravel/tinker": "~1.0",
},

composer install

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