sunnysideup/silverstripe-vanilla
Composer 安装命令:
composer require sunnysideup/silverstripe-vanilla
包简介
An alternative default theme for SilverStripe.
关键字:
README 文档
README
An alternative default theme for SilverStripe v4, based upon:
Also includes responsive typography styles, and form field template overrides to use Bootstrap form styles.
Contents
Requirements
Installation
Installation is via Composer:
$ composer require praxisnetau/silverstripe-vanilla
If you want to modify the theme, you will also need to use Yarn (or NPM) to install the theme dependencies:
$ cd themes/vanilla
$ yarn install
Configuration
To use this theme with your SilverStripe application, you will need to configure SSViewer via YAML:
SilverStripe\View\SSViewer: themes: - 'vanilla' - '$default'
Usage
This theme includes three modes for working with your source files:
$ yarn watch # monitors source files for changes and rebuilds automatically $ yarn build # prepares JS/CSS bundles for deployment to production server $ yarn start # runs webpack-dev-server to automatically update browser
Watch
Using this mode, your source files will be monitored for changes and your theme bundles will be automatically rebuilt when a change is detected:
$ yarn watch
Note that when using this mode, you will need to manually refresh your browser to see the changes.
Build
When your theme is ready to be deployed to production, you can run build
to prepare your JS/CSS bundles. Webpack will optimise and minify the bundles
accordingly:
$ yarn build
Start
In this mode, webpack-dev-server will be started to monitor your
source files changes and will automatically update the browser without the need
to refresh the page:
$ yarn start
This mode is a little trickier to get working than the others. In order
to make use of this mode, you need to inform SilverStripe to
load the theme bundles from the development server, which by default
runs at http://localhost:8080.
Open the templates/Page.ss file, and look for these lines:
<% require themedCSS('production/styles/bundle') %>
<%-- require css('http://localhost:8080/production/styles/bundle.css') --%>
<% require themedJavascript('production/js/bundle') %>
<%-- require javascript('http://localhost:8080/production/js/bundle.js') --%>
To use the development server, you'll need to uncomment the http://localhost:8080 lines and
comment out the themedCSS and themedJavascript lines.
When your theme is ready for production, you'll need to build the bundles and revert back to the
the themedCSS and themedJavascript lines.
You can make this whole process automatic with some logic added to your
PageController class, but that goes beyond the scope of this repo!
Issues
Please use the GitHub issue tracker for bug reports and feature requests.
Contribution
Your contributions are gladly welcomed to help make this project better. Please see contributing for more information.
Attribution
- Makes use of Font Awesome by Dave Gandy.
- Makes use of Bootstrap by the Bootstrap Authors and Twitter, Inc.
- Makes use of webpack and webpack dev server by Tobias Koppers, Kees Kluskens, and many more.
Maintainers
| Colin Tucker | Praxis Interactive |
License
BSD-3-Clause © Praxis Interactive
sunnysideup/silverstripe-vanilla 适用场景与选型建议
sunnysideup/silverstripe-vanilla 是一款 基于 Scheme 开发的 Composer 扩展包,目前已累计 87 次下载、GitHub Stars 达 0, 最近一次更新时间为 2022 年 10 月 21 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「theme」 「silverstripe」 「vanilla」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 sunnysideup/silverstripe-vanilla 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 sunnysideup/silverstripe-vanilla 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 sunnysideup/silverstripe-vanilla 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Provides a standard password hashing interface and support for password hashing in common frameworks.
Provides support for legacy password hashing in common frameworks.
Responsive JavaScript modal window plugin, touch swipe gallery
Analytics chooser extensions for site settings.
A Bootstrap 4.x base theme for SilverStripe
统计信息
- 总下载量: 87
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 10
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2022-10-21