0

I have installed Laravel on shared hosting using softoculous. Now I am facing an issue. I have followed SO Answer which did not work for me. How can I manually install laravelcollective package. I also don't have SSH enabled. Therefore, I can't use composer. Everything except package is working fine. I also ran artisan commands using

\Artisan::call()

but sadly nothing has worked for me.

Community
  • 1
  • 1
Qasim Ali
  • 587
  • 2
  • 11
  • 28

1 Answers1

0

I see only one solution you should upload your vendor folder from your local computer to your server. Although its not a recommended way its probably your only option

Jesse de gans
  • 1,432
  • 1
  • 14
  • 27