Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

The blade is not updated with minor changes to the first blade

In order to avoid the parsing of Blade files on each reload, 
Laravel caches the views after Blade is processed. 
I've experienced some situations where the source (view file) is updated 
but the cache file is not "reloaded". In these cases,
all you need to do is to delete the cached views and reload the page.

The cached view files are stored in storage/framework/views.
 
PREVIOUS NEXT
Tagged: #The #blade #updated #minor #blade
ADD COMMENT
Topic
Name
1+8 =