codebunch / silverstripe-bootstrap
SilverStripe Bootstrap Recipe
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 1
Open Issues: 0
Type:project
Requires
- php: >=5.6.0
- dnadesign/silverstripe-elemental: 3.0.*
- silverstripe/recipe-cms: ^4.2
- silverstripe/recipe-plugin: ^1.2
Requires (Dev)
- phpunit/phpunit: ^5.7
- squizlabs/php_codesniffer: ^3.0
This package is auto-updated.
Last update: 2024-10-22 22:54:54 UTC
README
Introduction
This project can be used as a quick starter for someone who wish to use SilverStripe CMS and BootStrap theme.
Features include
- SilverStripe 4 CMS ++ Bootstrap 4 theme.
- Webpack setup that includes jQuery, BootStrap, font awesome in the bundle.
- SilverStripe elemental module [dnadesign/silverstripe-elemental] included and ready to use in the CMS.
Requirements
- PHP >= 5.6.0
- SilverStripe CMS ^4.2.1
- SilverStripe Elemental Module ^3.0
- PHP_CodeSniffer 3.*
Installation
composer create-project codebunch/silverstripe-bootstrap ./your-project-folder dev-master
Create your own .env file with DB credentials, follow syntax as per .env.example
cd themes/creative
npm install
Coding standard check using PHP_CodeSniffer
./vendor/bin/phpcs *.php
./vendor/bin/phpcbf *.php
Local admin credentials setup
Add your default admin credentials in config - app/_config.php
SilverStripe\Security\Security::setDefaultAdmin("admin","admin");
Build
Execute build.sh for SilverStripe dev/build
Screenprints
Contributing
Your contributions are most welcome!
- use the project for your business
- star the project
- report issues to the project issues page
- README & documentation enhancement (via PR)
- new feature or bug fixing via a PR