nikaia / translation-sheet

Translating Laravel languages files using a Google Spreadsheet.
GNU General Public License v3.0
291 stars 60 forks source link

[Bug] Cannot publish config file #11

Closed vinsonio closed 7 years ago

vinsonio commented 7 years ago

Development environment: Ubuntu 16.04 LTS Laravel Homestead 2.1.0 Laravel 5.4.x

After running this command in console, no file is copied to config folder php artisan vendor:publish --provider="Nikaia\TranslationSheet\ServiceProvider"

Iseldore commented 7 years ago

You have to do this : php artisan vendor:publish --provider="Nikaia\TranslationSheet\TranslationSheetServiceProvider"