Twig files are not rendered after update (dev envitoment require clearing cache)How to force browser to reload cached CSS/JS files?How to pass multiple variables from twig to symfony controller action with renderSymfony2: disable Twig cacheTwig is unable create cache directorySymfony caches Twig templates in web folderTwig does not update changes in symfonyupdates in symfony's code are not renderingSymfony2 cache is not clearingRunning `composer require …` fails on post process cache clearing stepSymfony 4, when i ope public folder i have blank page after deployment
Is a roofing delivery truck likely to crack my driveway slab?
Short story about space worker geeks who zone out by 'listening' to radiation from stars
Should my PhD thesis be submitted under my legal name?
Personal Teleportation as a Weapon
Tiptoe or tiphoof? Adjusting words to better fit fantasy races
What is the term when two people sing in harmony, but they aren't singing the same notes?
Is there a problem with hiding "forgot password" until it's needed?
Generic lambda vs generic function give different behaviour
Print name if parameter passed to function
Efficiently merge handle parallel feature branches in SFDX
Is there an Impartial Brexit Deal comparison site?
Is expanding the research of a group into machine learning as a PhD student risky?
Why Were Madagascar and New Zealand Discovered So Late?
What will be the benefits of Brexit?
What would happen if the UK refused to take part in EU Parliamentary elections?
Modify casing of marked letters
Is there any easy technique written in Bhagavad GITA to control lust?
Everything Bob says is false. How does he get people to trust him?
Trouble understanding overseas colleagues
I'm in charge of equipment buying but no one's ever happy with what I choose. How to fix this?
Valid Badminton Score?
Applicability of Single Responsibility Principle
Student evaluations of teaching assistants
The plural of 'stomach"
Twig files are not rendered after update (dev envitoment require clearing cache)
How to force browser to reload cached CSS/JS files?How to pass multiple variables from twig to symfony controller action with renderSymfony2: disable Twig cacheTwig is unable create cache directorySymfony caches Twig templates in web folderTwig does not update changes in symfonyupdates in symfony's code are not renderingSymfony2 cache is not clearingRunning `composer require …` fails on post process cache clearing stepSymfony 4, when i ope public folder i have blank page after deployment
I merged some changes I had on other branch and since then I can't render twig changes on the server. Even though I have APP_ENV=dev in .env and files are uploaded I have to clear cache every time to see update.
My twig.yaml
is like this:
twig:
paths: ['%kernel.project_dir%/templates']
debug: '%kernel.debug%'
strict_variables: '%kernel.debug%'
In symfony 4 I don't think I need to set anything else to switch to dev env but I have no clue what I did wrong.
Also, cleaning cache by command doesn't work, I have to manually remove folder from the server (in var/cache I have only "dev" folder)
Very interesting thing... The next day I just sat to the project and it appear to work normally. I have no idea what could have been wrong, but it works!
caching twig symfony4
add a comment |
I merged some changes I had on other branch and since then I can't render twig changes on the server. Even though I have APP_ENV=dev in .env and files are uploaded I have to clear cache every time to see update.
My twig.yaml
is like this:
twig:
paths: ['%kernel.project_dir%/templates']
debug: '%kernel.debug%'
strict_variables: '%kernel.debug%'
In symfony 4 I don't think I need to set anything else to switch to dev env but I have no clue what I did wrong.
Also, cleaning cache by command doesn't work, I have to manually remove folder from the server (in var/cache I have only "dev" folder)
Very interesting thing... The next day I just sat to the project and it appear to work normally. I have no idea what could have been wrong, but it works!
caching twig symfony4
add a comment |
I merged some changes I had on other branch and since then I can't render twig changes on the server. Even though I have APP_ENV=dev in .env and files are uploaded I have to clear cache every time to see update.
My twig.yaml
is like this:
twig:
paths: ['%kernel.project_dir%/templates']
debug: '%kernel.debug%'
strict_variables: '%kernel.debug%'
In symfony 4 I don't think I need to set anything else to switch to dev env but I have no clue what I did wrong.
Also, cleaning cache by command doesn't work, I have to manually remove folder from the server (in var/cache I have only "dev" folder)
Very interesting thing... The next day I just sat to the project and it appear to work normally. I have no idea what could have been wrong, but it works!
caching twig symfony4
I merged some changes I had on other branch and since then I can't render twig changes on the server. Even though I have APP_ENV=dev in .env and files are uploaded I have to clear cache every time to see update.
My twig.yaml
is like this:
twig:
paths: ['%kernel.project_dir%/templates']
debug: '%kernel.debug%'
strict_variables: '%kernel.debug%'
In symfony 4 I don't think I need to set anything else to switch to dev env but I have no clue what I did wrong.
Also, cleaning cache by command doesn't work, I have to manually remove folder from the server (in var/cache I have only "dev" folder)
Very interesting thing... The next day I just sat to the project and it appear to work normally. I have no idea what could have been wrong, but it works!
caching twig symfony4
caching twig symfony4
edited Mar 8 at 8:31
Aerogirl
asked Mar 7 at 11:37
AerogirlAerogirl
4912
4912
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55042882%2ftwig-files-are-not-rendered-after-update-dev-envitoment-require-clearing-cache%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55042882%2ftwig-files-are-not-rendered-after-update-dev-envitoment-require-clearing-cache%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown