Reputation: 199
I have a file in my resources/lang folder and when I made a change to it, it didn't show up on my site.
I've tried php artisan cache:clear
, php artisan config:clear
, php artisan view:clear
, but still no change
Upvotes: 0
Views: 914
Reputation: 61
Try to clear views
folder in Project/storage/framework
. It might be an issue.
Upvotes: 1