Module to copy over standard configs for the purposes of development.
Via Composer
$ composer require --dev suilven/silverstripe-configurator
This copies all of the available config files to mysite/_config
sake dev/tasks/configure configs=mailhog,lastedited,logfile
Redirects all outgoing mail to mailhog, trapping it and allowing it to be viewed
Adds an index to the LastEdited field for SiteTree, Member and Group
Log to silverstripe/logs/silverstripe.log a la Laravel. Note, for SilverStripe < 4.1, change this path
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
If you discover any security related issues, please email gordon.b.anderson@gmail.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.