codebunch/silverstripe-bootstrap
Composer 安装命令:
composer create-project codebunch/silverstripe-bootstrap
包简介
SilverStripe Bootstrap Recipe
README 文档
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
Special thanks to https://startbootstrap.com/ for the free bootstrap 4 template.
统计信息
- 总下载量: 12
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2019-01-22


