-
Notifications
You must be signed in to change notification settings - Fork 255
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
Urgent: version 0.6.0 isn't working (on laravel 5.4 at least) #120
Comments
Can confirm. Doesn't work with Laravel v5.5.29 on PHP 7.1.7 with Ziggy v0.6.0. Downgrading to |
I also upgraded my project to version |
Hey folks, @jakebathman and I have both tried to duplicate this issue (on 5.4 and 5.5.29 with Ziggy 0.6) and failed to do so. Any further info? Could one of yall who is having the issue post your composer.json? |
We are closing this issue because it appears to be related to a package conflict as noted in #115 Please update your packages and if you are able to identify other conflicting packages, point their maintainers to this thread: 404labfr/laravel-impersonate#25 |
All my installed packages @DanielCoulbourne.
|
@the94air I just installed that package set into my testing project and Ziggy continued to work. If you end up narrowing it down to a specific dependency, let us know and we'll look into it some more. |
@jakebathman Sorry man, I was working on it yesterday but my PC has been stolen this morning and I can't get my hands on a PC right now. Sorry again for letting you down guys 😢 |
You're totally fine man, that sucks. Appreciate the help you've given so far. |
I Installed "htmlmin/htmlmin": "^9.0" and ziggy stopped working. Probably the case? |
Currently installed Laravel version:
5.4.*
Currently installed Ziggy version
^0.6.0
Example route from your Laravel Routes file.
i.e. -
After the installation process that indicates the readme file I got the 0.6.0 version.
but it has this issue #115 , so I change the
ZiggyServiceProvider
file as @rorymcdaniel proposed. Then after that, I've got this one #69 and this one #110So... on the
composer.json
file I changed the version 0.6.0 for the 0.4.1and it works fine (calling the
.toString()
function).I don't know what merge went wrong, but it needs a quick fix.
The text was updated successfully, but these errors were encountered: