JeffreyWay / Laravel-4-Generators

Rapidly speed up your Laravel workflow with generators
https://packagist.org/packages/way/generators
MIT License
27 stars 9 forks source link

Decode error - output not utf-8 #336

Closed barbuslex closed 10 years ago

barbuslex commented 10 years ago

Hi,

When i use generate:seed fonction in sublime text 3 i've got this error :

[Decode error - output not utf-8]
[Finished in 0.0s with exit code 1]
[cmd: php C:\wamp\www\laravel\artisan generate:seed users]
[dir: C:\wamp\www\laravel]
[path: C:\Ruby193\bin;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\app\oracle\product\11.2.0\client_1\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\Microsoft\Exchange Server\bin;C:\Program Files\Microsoft\Exchange Server\Scripts;C:\wamp\bin\php\php5.4.16;C:\ProgramData\ComposerSetup\bin;C:\Program Files (x86)\Git\cmd;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\OpenVPN\bin;C:\pstools;C:\Program Files\TortoiseSVN\bin;C:\Program Files\nodejs\;C:\Users\mouftier-al\AppData\Roaming\npm]

Anyone can help me to solve it ?

Thanks

JeffreyWay commented 10 years ago

In Sublime? Meaning that you're using a plugin or something?

barbuslex commented 10 years ago

Sorry it's my bad... this problem concerns Laravel-4-Artisan plugin ^^