I have view file, I make some changes in there but I don't look changes in browser.
I put next command (it doesn't help me):
php artisan cache:clear
php artisan view:clear
php artisan route:clear
How to fix this problem?
I have view file, I make some changes in there but I don't look changes in browser.
I put next command (it doesn't help me):
php artisan cache:clear
php artisan view:clear
php artisan route:clear
How to fix this problem?
In my case I just rename file and it's help me. For example, edit.blade.php->editt.blade.php->edit.blade.php After that I can do any edits and it's work. But I don't understand why it happens.
some text
) but it doesn't change in browser. When I do finding by folder i see my view file in two place - resources/views/user and storage/framework/views. Of cource I delete in storage/framework/views, but it doesn't help me. It's magic for me. What can I do else? – befreeforlife May 22 '18 at 15:07` and refreshing the page _shouldn't_ require the cache to be updated, so I'm not sure why your content would be caching like that. Perhaps your server is doing something? Beyond my scope of knowledge unfortunately...
– Tim Lewis May 22 '18 at 15:11