You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, please help me to solve the problem. I have a module with structure like laravel/APP . I want to set up the work of translations in a different way, for example, site.loc\Modules\MyModule\Resources\lang
'scan_paths' => [
base_path(),
app_path(),
resource_path(),
base_path('Modules\MyModule\Resources\lang')
],
But none of the options work...
laravel translation
stubbornly does not see my files with translations... Please help me!!! I will be very grateful for any help
The text was updated successfully, but these errors were encountered:
Hello, please help me to solve the problem. I have a module with structure like laravel/APP . I want to set up the work of translations in a different way, for example, site.loc\Modules\MyModule\Resources\lang
'scan_paths' => [
base_path(),
app_path(),
resource_path(),
base_path('Modules\MyModule\Resources\lang')
],
But none of the options work...
laravel translation
stubbornly does not see my files with translations... Please help me!!! I will be very grateful for any help
The text was updated successfully, but these errors were encountered: