fadion / Maneuver

Easily deploy Laravel projects via FTP or SFTP, using Git for versioning
MIT License
174 stars 26 forks source link

Commad "Deploy" is not defined #23

Closed mustafa96m closed 8 years ago

mustafa96m commented 8 years ago

when I try to run "php artisan deploy"

this returns [InvalidArgumentException] Command "deploy" is not defined

i'm using laravel 5.1 and I had to copy maneuver.php config file from vendor folder.

Thanks