suilven/silverstripe-configurator

Install one of several standard config files for a new development site

Installs: 32

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 1

Type:silverstripe-vendormodule

0.2.3 2018-03-23 09:55 UTC

This package is auto-updated.

Last update: 2024-03-27 07:22:32 UTC


README

Latest Version on Packagist Software License Coverage Status Quality Score Total Downloads

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.