Laravel-Lang/publisher

The "vendor/caouecs/laravel-lang/src" directory does not exist.

andrey-helldar opened this issue · 1 comments

  • Lang Publisher Version: <= 4.9.0 and <= 5.2.0

Replace

'vendor' => base_path('vendor/caouecs/laravel-lang'),

to

'vendor' => base_path('vendor/laravel-lang/lang'),

in the config/lang-publisher.php file of your app, or delete this key, then run composer update

The best solution is to update the app to version 6.x.