monkeyUser
monkeyUser

Reputation: 4671

Problem cache with symfony during development

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

Answers (1)

Ali Kazemi
Ali Kazemi

Reputation: 616

I can't post comment on your question.

Are you sure your web server doesn't cache the content?

Upvotes: 2

Related Questions