2017 © Pedro Peláez
 

silverstripe-vendormodule silverstripe-bolttools

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

image

christopherbolt/silverstripe-bolttools

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

  • Wednesday, July 4, 2018
  • by christopherbolt
  • Repository
  • 1 Watchers
  • 0 Stars
  • 43 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 6 Versions
  • 30 % Grown

The README.md

This module includes common extensions, functions etc used by christopherbolt.com developed websites., (*1)

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., (*2)

Install silverstripe (update to version required):, (*3)

composer create-project silverstripe/installer . 3.3.1

Install BoltTools:, (*4)

composer require christopherbolt/silverstripe-bolttools

Copy accross base mysite and themes., (*5)

Run the silverstripe web installer if you use it., (*6)

Run post install commands as required:, (*7)

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

The Versions