I'm using Laravel 5.1 in Cloud9 IDE but cannot do a composer update (permission denied), that way I cannot install laravelcollective (Forms/Html) from composer. I try copy the laravelcollective from my local PC and edit the App providers and aliases but get the error:
FatalErrorException in ProviderRepository.php line 146:
Class 'Collective\Html\HtmlServiceProvider' not found
How can I install it?