zerospam / laravel-gettext

Adds localization support to laravel applications using PoEdit and GNU-Gettext.
99 stars 56 forks source link

/src/Xinax/LaravelGettext/FileSystem.php:219 - mkdir(): No such file or directory #32

Closed marcth closed 5 years ago

marcth commented 5 years ago

When issuing php artisan gettext:create, the following error occurs:

/var/www/vendor/belphemur/laravel-gettext/src/Xinax/LaravelGettext/FileSystem.php:219 -
mkdir(): No such file or directory

This occurs when the path specified by translations-path (e.g. '../resources/non-existent-dir') in config/laravel-gettext.php does not exist.

devuniverse commented 5 years ago

The vendor name's changed to zerospam from belphemur . Could be the cause

philippe-bourdeau commented 5 years ago

@devuniverse Is right, this project went from private to organization project.

Make sure you update to the latest version.