ErrorException rmdir (/ tmp /): Permission denied Laravel

0

I'm using class Mail of Laravel and it sends the email via SMTP right, but it shows an error.

ErrorException

  

rmdir(/tmp/): Permission denied

I have already given full permission to the tmp folder of the root of Laravel and the storage folder as well, but the error continues.

    
asked by anonymous 01.02.2017 / 20:20

0 answers