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 PHPStorm does not give any autocompletion for state attributes in model factory when using arrow function. https://user-images.githubusercontent.com/28797003/183276056-3612651a-e9d7-4674-af0a-babb652ce524.mp4 ### Plugin version 5.7.3.221 ### Operating system MacOS ### Steps...

implemented - wait next release

## What happened? I have a function that returns a `Builder` instance, with the generic set to a specific model: Code ```php use Illuminate\Database\Eloquent\Builder; ... /** * @return Builder */...

### Bug description Based on the docs [here](https://laravel.com/docs/9.x/database-testing#has-many-relationships-using-magic-methods) the `$attributes` of the factory magic relationship methods is optional. ### Plugin version 5.7.3.221 ### Operating system MacOS ### Steps to reproduce...

implemented - wait next release

### Bug description PhpStorm show that builder instance is required when you call `withTrashed` with relationship in a Model (e.g. `hasMany`, `belongsTo` ...). ![CleanShot 2565-08-07 at 07 29 26@2x](https://user-images.githubusercontent.com/28797003/183275471-c6d4089f-cb7f-4efd-969b-b97062fc6ff1.png) ###...

### Feature Description most of the project i work with i create some dynamic structure to read the policies and handle the roles/permissions and i found a way to modify...

### Bug description Using PhpStorm 2022.1.1, Laravel 9 and Laravel idea 5.4. When I create a local scope in a model and use it in a controller or anywhere in...

implemented - wait next release

### Feature Description Allow blade component auto-completion with colon as first separator. Taylor added this feature here https://github.com/laravel/framework/commit/dfff0dd133eff56b93dbc27f61f15fb4882fcfbc

### Bug description Laravel Idea plugin menu disappears during initial indexing, and the regular pop-up window no longer opens. Everything was working fine until the latest update. Please advise. ###...

### Feature Description When writing migrations, I often use the `->after()` method to put a column at a certain position (so that my `created_at` and `updated_at` columns stay at the...

### Feature Description Add option to create a new Laravel project via the wizard with all the options and prompts of the Laravel installer.

will be fixed/implemented soon