capistrano / laravel

Gem for deploying Laravel projects with capistrano v3.*
MIT License
222 stars 71 forks source link

Enable task artisan to be run twice in one flow #20

Closed yiichou closed 8 years ago

yiichou commented 8 years ago

Because of using invoke to call laravel:artisan[:command_name], we should make task laravel:artisan can be run twice and more in one flow.

ikari7789 commented 8 years ago

LGTM