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?
Try to
chmod 775
yourstorage
folder which is located in root directory of the laravel framework if you are using laravel 5 orapp/storage
if you are using laravel 4.This should solve your problem