pdir webtools for contao web development
- provides a slightly modified version of the dump() function called pdump() which produces dump output only when the system is in dev mode: APP_ENV=dev. This should curb unwanted or forgotten dumps() somewhat.
- specifies an additional key in the query string to delete the assets/css folder from the frontend.
- add purge button to backend
- automatically purge script cache in debug mode
Allow the purge button for all back end users
// .env
WEBTOOLS_ALLOW_PURGE=true
The purge button purge the script cache like maintenance task "Purge data" do.
- 🔒 Sticky Backend Footer Placement of the action buttons at the bottom of the screen.
"zap" from https://feathericons.com/
- add purge button to preview toolbar