Quantcast
Channel: How do i run 'composer' command via SSH? - Stack Overflow
Browsing all 8 articles
Browse latest View live

Answer by pedrozopayares for How do i run 'composer' command via SSH?

If you are working with shared hosting, you probably need to put the full path to your composer executable. So it was in my case. Following the recommendations in this answer SSH Shell commands not...

View Article



Answer by Elliot Fehr for How do i run 'composer' command via SSH?

If you are running in a production environment make sure to run: [path to composer.phar] dump-autoload --optimizeThis will autoload ony the necessary classes and GREATLY increase performance of your...

View Article

Answer by Ronald Do for How do i run 'composer' command via SSH?

Try:php composer.phar dump-autoloadorphp composer.phar update

View Article

Answer by Jackss for How do i run 'composer' command via SSH?

Try this command: # php-cli composer.phar --helpIn some servers Composer should be invoked via the CLI

View Article

Answer by RamiroRS for How do i run 'composer' command via SSH?

In webfaction is: php54 composer.phar dump-autoload

View Article


Answer by huglester for How do i run 'composer' command via SSH?

please try:php composer.phar dump-autoloadBecause composer is only avaialble when installed globally, into /usr/local/bin/composer path.Hope that helps!

View Article

Answer by Jarlskov for How do i run 'composer' command via SSH?

You have to install composer on the remote machine that your are ssh'ing to. You can find installation instructions on the composer homepage.

View Article

How do i run 'composer' command via SSH?

I want to reload my project's custom classes in Laravel so they become accessible, but on a shared hosting enviroment. To my understanding, so far, locally, I've been achieving the desired by using...

View Article

Browsing all 8 articles
Browse latest View live




Latest Images