Adel
Adel
That's really weird. So you don't have any `loadViewsFrom` calls in the project? It has a default Laravel structure and the views aren't recognized?
does the plugin complete anything in the `view('here')` call?
I'm not sure. Could you send all `.idea/laravel_*` files? Here or [email protected]
Is it in one of the packages or it was your `loadViewsFrom`? Yes, my logic is that `loadViewsFrom` calls override the default settings, since there are a lot of package...
@RicardoAugustoTulio Could you check your settings? Is Laravel directory empty?
@timotee could you send your composer.lock(and .json if possible) to [email protected]? And maybe some additional parts of the project(service providers, views, etc.). If it doesn't violate NDA.
It's fixed. Thank you all for posting about the issue and sorry that it took so long to fix.
Fixed. Sorry for the inconvenience. A new update will be released soon. In the next week, probably.
Fixed in 8.1.4. Thank you.
Hello. I'm thinking a lot about the "Add New Field" feature. It will create a migration and add this field to all corresponding classes: requests, factories, etc. I hope it...