christopherbolt / silverstripe-bolttools
Includes common tools and configuration used in ChristopherBolt.Com silverstripe sites.
Package info
github.com/christopherbolt/silverstripe-bolttools
Type:silverstripe-vendormodule
pkg:composer/christopherbolt/silverstripe-bolttools
Requires
- php: >=5.5
- bummzack/sortablefile: 1.2.*
- christopherbolt/silverstripe-contentmodules: 1.0.*
- christopherbolt/silverstripe-publishwithme: 1.0.*
- colymba/gridfield-bulk-editing-tools: 2.1.*
- jonom/focuspoint: 2.4.*
- sheadawson/silverstripe-linkable: 1.3.*
- silverstripe/cms: ^3.3
- silverstripe/framework: ^3.3
- symbiote/silverstripe-gridfieldextensions: ^2.0
- unclecheese/betterbuttons: 1.3.*
- wilr/silverstripe-googlesitemaps: 1.6.*
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.
Requires SS 4.x see 1.0 branch for SS 3
Install silverstripe (update to version required):
composer create-project silverstripe/installer . 4.0.3
Install BoltTools:
composer require christopherbolt/silverstripe-bolttools ^2
Copy accross base mysite and themes.
Run the silverstripe web installer if you use it.
Run post install commands as required:
cat vendor/christopherbolt/silverstripe-bolttools/install/htaccess.txt public/.htaccess > temp && mv temp public/.htaccess && cat vendor/christopherbolt/silverstripe-bolttools/install/gitignore.txt >> .gitignore && mv vendor/christopherbolt/silverstripe-bolttools/install/robots.txt public/robots.txt && rm public/install.php