plugin
plugin copied to clipboard
Laravel Idea plugin for PhpStorm
### Bug description Hi, Livewire components namespace doesn't work properly. # The field contains elements: # The config contains elements # The namespace Folders ### Plugin version 5.7.3.221 ### Operating...
It will be good to have a code generation for Nova things, like Filters, Actions, Lense, etc .....
### Feature Description Hello, I'm trying to use [Spatie View Models](https://github.com/spatie/laravel-view-models) and found that autocomplete doesn't work. This is most important within the view itself though the reverse would also...
### Bug description When I opened the documentation with a keyboard shortcut, I accidentally noticed that the link was incorrectly generated. Generated url by plugin - `https://laravel.com/docs/validation#rule-sometimes` But expected and...
### Feature Description Laravel Dusk has [pages](https://laravel.com/docs/9.x/dusk#pages) and [components](https://laravel.com/docs/9.x/dusk#components) to help you organize your testing code. Following the [official example of page methods](https://laravel.com/docs/9.x/dusk#page-methods): ```php // Dashboard page class // --------------------...
### Bug description Hello, Like you can I see, I have no autocompletion for my class ``GetQuoteRequest`` :( I'm a just on a simple Laravel project https://github.com/SirMishaa/yago-challenge Am I doing...
### Feature Description Hello, Well I am confused that something is wrong in my side or it's just like that! I generate helper code by `Ctrl+Shift+.` and well, If i...
### Feature Description Plugin version 5.7.3.221 Operating system MacOS PhpStorm Version 2022.2.1 Is it possible to auto-complete model properties with Eloquent model methods?
### Feature Description Is it possible to auto-complete model properties on attributes field of the Eloquent model? 
[Feature Request]: Fetch Table name for Migration from Model class instance via the getTable method
### Feature Description Fetch Table name for Migration from Model class instance via the getTable method when getTable() method for this model is overrriden