What's your setup to make your Laravel app alive ?

Here is mine :

- Ide : Visual Code Studio
- Git : GitKraken & Github
- Ops : Forge & AWS

I need only these, to make magic happens 🎉

Capture d’écran 2024-07-27 à 08.34.55

9

In response to @atalocke

I figured out that the generated models extended a new /mixed class instead of _BaseCollection. Search and replace fixed it for now.

I also noticed it only happens in Laravel 11, not 10. I am wondering if it is related to the docblocks switching to phpstan generics a few weeks ago.

49

Anyone else having issues with Laravel Idea and latest version of Laravel 11? I just re-generated all the helpers, and now my autocomplete is broken and PHPStorm isn't happy.
Screenshot 2024-07-26 at 4.04.39 PM

1

57