0

I always get this error with my heroku laravel 5 when using the artisan command

$ heroku run php /app/artisan
Running php C:/Users/snowflex/AppData/Local/Programs/Git/app/artisan on elvote... starting, run.2723 (Free)
Running php C:/Users/snowflex/AppData/Local/Programs/Git/app/artisan on elvote... connecting, run.2723 (Free)
Running php C:/Users/snowflex/AppData/Local/Programs/Git/app/artisan on elvote... up, run.2723 (Free)
Could not open input file: C:/Users/snowflex/AppData/Local/Programs/Git/app/artisan
Mad Physicist
  • 107,652
  • 25
  • 181
  • 264
bil mason
  • 11
  • 4

1 Answers1

0

Please try to run:

composer update

If not, check this here, this might help:

rc.adhikari
  • 1,974
  • 1
  • 21
  • 24