Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pdir/contao-webtools
pdir webtools for contao web development
https://github.com/pdir/contao-webtools
Last synced: about 1 month ago
JSON representation
pdir webtools for contao web development
- Host: GitHub
- URL: https://github.com/pdir/contao-webtools
- Owner: pdir
- Created: 2021-02-27T18:47:40.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-16T07:19:00.000Z (about 2 months ago)
- Last Synced: 2024-11-16T08:18:55.166Z (about 2 months ago)
- Language: PHP
- Size: 77.1 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# contao-webtools
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 ![Purge Script Cache](/public/icons/zap.svg?raw=true)**
- **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](https://github.com/pdir/contao-sticky-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