Blade view not reflecting changes

后端 未结 10 2175
忘掉有多难
忘掉有多难 2020-12-05 00:04

I am developing a Laravel(5.2.29) project in Windows environment and testing it on Chrome browser.

I have made some changes on a Blade file using atom text editor an

10条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-05 00:32

    Clear the cache and clear the cached blade files:

    php artisan cache:clear
    php artisan config:clear
    php artisan view:clear
    

提交回复
热议问题