christopherbolt/silverstripe-bolttools

There is no license information available for the latest version (v1.0.2) of this package.

Includes common tools and configuration used in ChristopherBolt.Com silverstripe sites.

v1.0.2 2018-09-04 02:54 UTC

This package is auto-updated.

Last update: 2024-04-08 01:09:35 UTC


README

This module includes common extensions, functions etc used by christopherbolt.com developed websites.

It's not really intended for public use, so support and documentation is limited, but you are more than welcome to use it and contribute to it.

Install silverstripe (update to version required):

composer create-project silverstripe/installer . 3.3.1

Install BoltTools:

composer require christopherbolt/silverstripe-bolttools

Copy accross base mysite and themes.

Run the silverstripe web installer if you use it.

Run post install commands as required:

cat bolttools/install/htaccess.txt >> .htaccess && rm install.php && chmod 777 themes/mytheme/combined && chmod 777 assets && chmod 777 assets/Uploads