imi/composer-scripts-contao

There is no license information available for the latest version (1.0.1) of this package.

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

1.0.1 2020-03-13 08:04 UTC

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"
    ]
}