Adel
Adel
Hello. The first step in the Eloquent helper generation is field fetching. How to fetch fields for classes in your case?
You should use the main menu > Help > Register... > Laravel Idea > By JetBrains Account > and fill in your credentials there.
Hi. This warning is from the Laravel Query plugin. It tries to find this table and field in the PhpStorm's Database tab.
Sorry, I didn't understand at first. Seems, the plugin couldn't fetch the model table fields. Do you have any logic in the model getTable() method? Do you have migrations for...
Hello. The only possible issue is if these models are in the "\Illuminate\" namespace. Laravel Idea doesn't generate helper code for internal laravel models.
The helper code for these models is in another file. You're reading the "helper_model_builders" file. Models are in the"helper_models" file.
Implemented in 10.1. Sorry it took too long.
Hello. Sorry for the long response. Have you tried adding this connection(you can set up multiple connections there) in the Helper Code Parameters window? main menu > Laravel > Helper...
I hope we will implement it, but I can't make any estimates.
Hello. Laravel Idea analyzes service providers and understands `Date::use` call. So, it should work.