plugin icon indicating copy to clipboard operation
plugin copied to clipboard

Laravel Idea plugin for PhpStorm

Results 311 plugin issues
Sort by recently updated
recently updated
newest added

### 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 .....

will be fixed/implemented soon

### 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...

implemented - wait next release

### 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...

will be fixed/implemented

### 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?

implemented - wait next release

### Feature Description Is it possible to auto-complete model properties on attributes field of the Eloquent model?  ![image](https://user-images.githubusercontent.com/473379/185724241-240b1207-7103-4086-ae1d-b33e2a17778b.png)

implemented - wait next release

### Feature Description Fetch Table name for Migration from Model class instance via the getTable method when getTable() method for this model is overrriden