tighten / ziggy

Use your Laravel routes in JavaScript.
MIT License
3.83k stars 247 forks source link

Laravel 11 support #730

Closed fatrex closed 5 months ago

fatrex commented 5 months ago

Description

Hi! I have the need to migrate a project from Laravel 10 to 11. I have followd the upgrade guide, upgraded all the upgradable packages but when I start the application I get some errore related to Ziggy. I think it's something related to new Laravel 11 classes.

Suggestion

Support to Laravel 11.

Many thanks!

bakerkretzmar commented 5 months ago

Ziggy already supports Laravel 11. If you can share the full details of the error you're seeing and your setup, including the code, I'd be happy to take a look. Feel free to reply here and if it's a bug we can re-open this.

fatrex commented 5 months ago

Ah great! I'll retry the migration then and check deeply if is something on my side or if I found a bug! Thanks!