pdir / contao-webtools
Install pdir webtools dependencies via Contao Manager or Composer
Installs: 3 998
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 1
Open Issues: 0
Type:contao-bundle
Requires
- php: ^8.1
- contao/core-bundle: ^4.13 || ^5.0
- pdir/contao-sticky-footer: ^1.1
- symfony/config: ^5.4 || ^6.0 || ^7.0
- symfony/dependency-injection: ^5.4 || ^6.0 || ^7.0
- symfony/http-kernel: ^5.4 || ^6.0 || ^7.0
Requires (Dev)
- contao/easy-coding-standard: ^3.0
- contao/manager-plugin: ^2.0
- phpunit/phpunit: ^9.5
- symfony/phpunit-bridge: ^6.0
Conflicts
- contao/manager-plugin: <2.0 || >=3.0
README
pdir webtools for contao web development
Features in this bundle
- 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
Configuration the purge button
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.
New functions through dependencies ðŸ›
- 🔒 Sticky Backend Footer Placement of the action buttons at the bottom of the screen.
Purge Script Cache Icon
"zap" from https://feathericons.com/
Wishlist
- add purge button to preview toolbar