imi / composer-scripts-contao
Helper classes for development of Contao projects, meant to be called by composer scripts
Installs: 77
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
pkg:composer/imi/composer-scripts-contao
Requires
- imi/database-helper: ^0.3.1
- symfony/symfony: *
This package is auto-updated.
Last update: 2025-09-13 19:47:04 UTC
README
= Example =
== Dumping Database to Master Dump ==
"scripts": {
"db:dump:master": [
"@putenv DUMP_STRIP_ADDITIONAL='tl_search tl_search_index tl_rateit_ratings tl_om_searchkeys tl_om_searchkeys_count tl_comments tl_comment_notify tl_formdata tl_formdata_details'",
"IMI\\ComposerScriptsContao\\DbDump::dumpToMaster"
]
}