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

1.0.1 2020-03-13 08:04 UTC

This package is auto-updated.

Last update: 2024-04-13 16:34:58 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"
    ]
}