ErrorException in Filesystem.php line 81:
file_put_contents(/f3066c7346d5b050360486339b8015a1): failed to open stream: Permission denied
伊谢尔伦2017-04-10 15:51:11
make sure :
sudo chmod -R 775 storage/
then try :
php artisan cache:clear
Hope that works. Happy Hacking