gnarula / sublime-laravelgenerator

A Sublime Text Plugin which allows using Laravel 4 Generators by Jeffrey Way via the command palette.
165 stars 41 forks source link

Generators Doesn't Work On Ubuntu #23

Closed ghost closed 11 years ago

ghost commented 11 years ago

It doesn't work on Ubuntu 13.04 raring with Sublime Text 3

as the command runs from the root not from the project folder

the command is bondo2@BonDo2-PC:/$ /usr/bin/php /var/www/duaa/artisan generate:model Test

while it should be bondo2@BonDo2-PC:/var/www/duaa$ /usr/bin/php /var/www/duaa/artisan generate:model Tet

I hope anyone Can Help Me