After creating a fresh installation of laravel 4, installing all the composer dependancies and going to the url where the installation is located I get this error:
ErrorException: Warning: file_put_contents(/var/www/mysite/app/config/../storage/meta/services.json): failed to open stream: Permission denied in /var/www/mysite/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php line 77
Any idea's why or what this error is, and how I can fix it?