RonasIT / laravel-entity-generator

6 stars 3 forks source link

Unable to generate test #55

Open Goodmain opened 10 months ago

Goodmain commented 10 months ago

I'm using the fresh version of empty project. When I tried to generate a new entity I got an error:

image

As I see the empty project stores translations at the lang/en/ folder while entity generator attempt to write into resources/lang/en/ folder instead. We should sync pathes of the translation folders.

KonstantinLapkovsky commented 9 months ago

@Goodmain @DenTray this bug is already resolved on the master branch

DenTray commented 9 months ago

Testing blocked by https://github.com/RonasIT/laravel-entity-generator/issues/20