Search code examples
phplaravelcomposer-phpcloud9-idelaravelcollective

Laravelcollective in Cloud9 without composer


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?


Solution

  • Try to chmod 775 your storage folder which is located in root directory of the laravel framework if you are using laravel 5 or app/storage if you are using laravel 4.

    This should solve your problem