faytecCD

Results 4 issues of faytecCD

### Is there an existing issue for this? - [x] I have searched the existing issues. ### Is this a problem caused by your code, or is it specifically because...

bug

### Feature Description ### Request Add support in **`ide.json`** for model relationship/attribute hints similar to how **laravel-data** handles relational lazy properties. Example: ```php Lazy::whenLoaded('avatar', $user, fn() => $user->avatar); ``` In...

### Feature Description When generating model relations, it would be very helpful if PHPDoc annotations were automatically added so that static analyzers like PHPStan can better infer the relation types....

under discussion - investigating solutions

Added support for DDEV, which can be used when adding a project. However, I think the UI should prompt the user on which command to run or let the user...