You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i use mjml in my laravel 5.6 homestead env. I run return $this->mjml('email.register'); in my Mail Class. First i get an Permission denied Error in 'storage/framework/views/. I solved this with sudo chmod -Rvc 755 storage. Now i get the error:
Hi,
i use mjml in my laravel 5.6 homestead env. I run
return $this->mjml('email.register');
in my Mail Class. First i get an Permission denied Error in'storage/framework/views/
. I solved this withsudo chmod -Rvc 755 storage
. Now i get the error:What do i wrong?
Cheers
Ralf
The text was updated successfully, but these errors were encountered: