zerospam / laravel-gettext

Adds localization support to laravel applications using PoEdit and GNU-Gettext.
99 stars 56 forks source link

Multiple definitions of classes in PhpStorm #28

Open andreich1980 opened 5 years ago

andreich1980 commented 5 years ago

PhpStorm keep showing me warnings that all my classes have 'multiple definitions' (this package creates a copy of each my model in storage/framework/messages/... image

I marked the whole storage/framework directory as ignored but it didn't help. image

Is anyone have the same problem? What is your solution?

Laravel 5.5