Laravelcollective in Cloud9 without composer

237 views Asked by At

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?

1

There are 1 answers

3
Harry Geo On BEST ANSWER

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