inertia-laravel icon indicating copy to clipboard operation
inertia-laravel copied to clipboard

[1.x] remove IDE helpers from package

Open krzysztofrewak opened this issue 1 year ago • 1 comments
trafficstars

Since v1.1.0 release (with changes from #625) my IDE has a big problem with understanding where Illuminate\Http\Request is implemented.

image image

It looks like [_ide_helpers.php](https://github.com/inertiajs/inertia-laravel/blob/1.x/_ide_helpers.php) is propagating its own classes into projects using Inertia.

I believe that IDE helpers could be great if someone needs them, but they should be in scope of package only. They should not interfere with projects using these packages.

This should fix the problem.

krzysztofrewak avatar Aug 20 '24 13:08 krzysztofrewak

Yeah, having issues with this too. This feels like a developer preference and shouldn't be included in the repository or it's scope should be limited.

SamMakesCode avatar Sep 05 '24 08:09 SamMakesCode

Closing this one in favor of #740 (I'll add you as co-author!)

pascalbaljet avatar Jun 06 '25 14:06 pascalbaljet