-
-
Notifications
You must be signed in to change notification settings - Fork 553
working disable cache page in site:mode dev #2998
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
##CAUTION: i added to my composer.json of strangely, it didn't work with the actual -- ##WHAT THIS PR DOES
<?php include __DIR__ . "/settings.local.php"; ?> to
that's all! 🎆 |
But what if the user wants to check site function in mode prod locally? We have our local db creds and so forth in |
@FatherShawn hmmm maybe i'm wrong, but AFAIK the here it is the description of the
|
We use it for credentials to the local developer's site, not a server. And it's common for our devs to switch site mode on and off locally, so |
@FatherShawn so, if i understand well, you have the regarding testing would do this make you happy? ^^ |
That would take care of my use case, but I'm imagining that there are many use cases where Also, it will be AWESOME to have this automated - I've helped many devs, especially front end devs, in our company turn off all caching. |
so a <?php include __DIR__ . "/settings.local.php"; ?> |
@FatherShawn @jmolivas @enzolutions |
@novia713 Thanks for your contribution, your PR was merged. This will be included on the next release. |
@FatherShawn thanks for your participation on this PR. |
@jmolivas Thank you for the gift of Drupal Console! I hope to help out more in the new year - it is an awesome project :) |
@jmolivas it can be closed |
this comes from #2969
it's a fresh and actulized PR for easy merge 😉