I got a problem, I tried to install a new package to my Laravel 4 project.
But when I run php composer.phar update
I get this:
Loading composer
Here's how I succeeded in installing maatwebsite\excel package from composer in Laravel Framework:
composer update
from local command prompt (then wait until all the install process finished).composer install
on remote server (then wait until all process finished).