Results 441 comments of Adel

Yes. Laravel Idea didn't know about "tinyText" method :( Sorry. It's fixed, and the new version will be released next week, I hope.

I know... I have to hard-code them.

Laravel Idea suppresses these warnings for PhpStorm. However, Qodana uses its own inspections... maybe later, I could suppress them too.

I analyzed it a bit and probably found a reason. I'll try to make an option to turn one feature off. And you could check if it was a reason....

If you still have this issue, could you please update to Laravel Idea 8.2, turn off this option and check again?

Hello. I made some improvements in ordering model classes for this window. I hope it will help.

Yes, Laravel Idea considers all files with the "_" prefix as internal or helper classes. Maybe better "ClassModel"?

I'm sorry, but I won't be able to support files with "_." It's important for performance and to avoid including test stubs in the helper code, and your case is...

These options work only if the Observed class is not empty. Sorry, it probably should be shown somehow.