inertiajs / inertia-laravel

The Laravel adapter for Inertia.js.
https://inertiajs.com
MIT License
2.01k stars 224 forks source link

Multiple definitions exist for class 'Route' #557

Closed galtsevt closed 3 months ago

galtsevt commented 9 months ago

What is this for? I don't like that ide underlines my code.

image

johnpyp commented 3 months ago

If anyone is still having this issue, I recommend you use https://github.com/barryvdh/laravel-ide-helper to unify and normalize the type definitions. Seems to make everything more well behaved.

driesvints commented 3 months ago

Thanks @johnpyp

galtsevt commented 1 month ago

If anyone is still having this issue, I recommend you use https://github.com/barryvdh/laravel-ide-helper to unify and normalize the type definitions. Seems to make everything more well behaved.

I don't need this package