-
Notifications
You must be signed in to change notification settings - Fork 418
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Export not works in sub folder afer upgrade to laravel 9 #435
Comments
Solved : Comment the code $group = basename($group); in the below file File : vendor/barryvdh/laravel-translation-manager/src/Manager.php |
@bstrahija @djoudi @snipe @dexmans |
same problem +1 Hi @barryvdh In File : public function exportTranslations($group = null, $json = false)
{
$group = basename($group) // In this case, it returns 'overview' not 'product/overview'. So we comment this variable for workaround solution... |
I think this is a duplicate of #406. This seems to be caused by PR #417. I would try a PR for this, but I'm not sure where to start, because it seems that |
After upgrading to 9.0 , export all files failed to write sub folders.
Is anybody have the same issue ?
php artisan translations:export '*'
The text was updated successfully, but these errors were encountered: