laravel 5 - Heroku : Sync file from heroku to local -
this may stupid question, didn't find answer question.
i in heroku bash : php artisan make:controller user/edit.
it's there, in cloud, not in computer. please note not make:controller can anything.
for example, pull databse easy, heroku db:pull. how pull file?
i tried git pull, , already up-to-date. answer.
i can't play files, , not awesome.
thanks
you can't, , that's intentional. see e.g. https://stackoverflow.com/a/28463836/162354 , https://stackoverflow.com/a/28083271/162354 answers same question.
you run stuff php artisan make:controller user/edit on local computer, test there, , when stuff works, push up. that's correct workflow. heroku not development sandbox.
Comments
Post a Comment