suilven / silverstripe-configurator
Install one of several standard config files for a new development site
Installs: 33
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 1
Type:silverstripe-vendormodule
Requires (Dev)
README
Module to copy over standard configs for the purposes of development.
Install
Via Composer
$ composer require --dev suilven/silverstripe-configurator
Usage
This copies all of the available config files to mysite/_config
sake dev/tasks/configure configs=mailhog,lastedited,logfile
Config files
MailHog
Redirects all outgoing mail to mailhog, trapping it and allowing it to be viewed
LastEdited
Adds an index to the LastEdited field for SiteTree, Member and Group
Log File
Log to silverstripe/logs/silverstripe.log a la Laravel. Note, for SilverStripe < 4.1, change this path
Change log
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
Security
If you discover any security related issues, please email gordon.b.anderson@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.