Reputation: 4671
I'm using symfony 3.4 and when I add code in controller or in twig I don't see the changes.
Anytime I have to run php bin/console cache:clear
.
I try to add
twig:
cache: false
debug: true
and use app_dev.php, but without lucky
use php bin/console server:run
to develop
Upvotes: 0
Views: 191
Reputation: 616
I can't post comment on your question.
Are you sure your web server doesn't cache the content?
Upvotes: 2