You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An option to clear the Cloudflare cache (we all know the problems it caused) via their API to save 5 seconds of time and a couple of clicks to go to the website instead.
The text was updated successfully, but these errors were encountered:
Do you want to do it by yourself or I can assign the issue?
The best way is to add a command to src/Command and call it in composer.json/scripts/up like doctrine:schema:update.
Since we don't need to clear cache in dev environment, command should do a dry run if API key isn't provided via .env.local
You can pass API key to command in such way: config/services.yaml:67
@insideone You know more than me about it so you can do it if you wish. Just shoot me a message on Steam if you want and I will give you all the info you need.
An option to clear the Cloudflare cache (we all know the problems it caused) via their API to save 5 seconds of time and a couple of clicks to go to the website instead.
The text was updated successfully, but these errors were encountered: