-1

file_put_contents(/home/gbtire/domains/site/public_html/gb-tire/storage/framework/Views/74f95f98511096a7aa6ab74d75b8f13a61b7b1d3.php): failed to open stream: No such file or directory

in vps centos i run any command

php artisan cache:clear 
php artisan cashe:clear

and set any permission not work

Zain Farooq
  • 2,956
  • 3
  • 20
  • 42
  • i try that not work – Morteza Piri Apr 23 '19 at 11:38
  • Change the permissions recursive to something more opened, ex `chmod 777 -R /home/gbtire/domains/site/public_html/gb-tire/storage/framework` or make the application's user the owner of the folder – ka_lin Apr 23 '19 at 12:56

1 Answers1

2

Try: php artisan view:clear to clear your views cache.

namelivia
  • 2,657
  • 1
  • 21
  • 24