Reputation: 511
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?
Upvotes: 2
Views: 2045
Reputation: 511
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.
Upvotes: 1