Reputation: 6269
I deployed my laravel app on Azure i've changed the Virtual applications and directories to point to /public
i configured the database connection & migrated etc...
when i browse to mywebsite.azuresites.net/
it throws this error
ErrorException in compiled.php line 7310: file_put_contents(/79aa254227239a520e87412b44eed555ed812978.php): failed to open stream: Permission denied
I could not manage to make this work! any help ?
Upvotes: 0
Views: 814
Reputation: 6269
The fix was so easy but tricky
after deploying with github there is no views
folder in storage/framework
the fix was just to create the folder views
there
Upvotes: 1