barryvdh / laravel-ide-helper

IDE Helper for Laravel
MIT License
14.17k stars 1.16k forks source link

Ide helper files seem not recognized #1383

Open mdemori opened 1 year ago

mdemori commented 1 year ago

Versions:

Question:

When I use

php artisan clear-compiled
php artisan ide-helper:models -M
php artisan ide-helper:generate
php artisan ide-helper:meta

I also check that the _ide_helper_models and _ide_helper classes file are present and updated on project root. Seems that PhpStorm ignore these files..

I noticed that on PHPStorm (PhpStorm 2022.2.3 - Build #PS-222.4345.15) there is a message about mixing classes not found, take a look at below image:

image

I Miss some kind of settings somewhere?

Thank you very much.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If this issue is still present on the latest version of this library on supported Laravel versions, please let us know by replying to this issue so we can investigate further. Thank you for your contribution! Apologies for any delayed response on our side.