plugin
plugin copied to clipboard
Laravel Idea plugin for PhpStorm
### 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...
## 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...
### Bug description PhpStorm show that builder instance is required when you call `withTrashed` with relationship in a Model (e.g. `hasMany`, `belongsTo` ...).  ###...
### 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...
### 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.