arillo/silverstripe-cleanutilities

Installs: 131

Dependents: 0

Suggesters: 0

Security: 0

Stars: 6

Watchers: 12

Forks: 1

Open Issues: 1

Type:silverstripe-module

3.0.1 2020-07-22 13:35 UTC

This package is auto-updated.

Last update: 2024-03-22 23:11:52 UTC


README

#Arillo CleanUtilities Arillo CleanUtilities is a module for Silverstripe 3.1 which provides functionality that makes the daily development easier and faster. It comes with a couple of classes which can be easily added as extensions to the SiteTree class.

It also gives more functionality to several other sapphire classes. For more information, please consult the docs and the example sections. ##Installation As with all Silverstripe modules, you have to copy cleanutilities folder and all dependent modules into your project's root directory. After that you should run dev/build and you are done. You should ensure, that you name the module folder "silverstripe-cleanutilities". If you have to, for some reason, use an other name than the standard one you can set it in _config.php like:

CleanUtils::$module = "renamed_cleanutilities";

This is important because some classes use the value of this variable for loading dependent files for example. ##Included packages

##Dependencies CleanUtilities is dependend on following third-party modules:

Brought to you by Arillo.