Download the PHP package silverware/theme without Composer
On this page you can find all versions of the php package silverware/theme. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download silverware/theme
More information about silverware/theme
Files in silverware/theme
Package theme
Short Description The default theme for a SilverWare application.
License BSD-3-Clause
Homepage https://github.com/praxisnetau/silverware-theme
Informations about the package theme
SilverWare Theme
The default theme for a SilverWare application, based upon:
- Webpack v3 (includes dev server)
- Bootstrap v4 (now supports v4.0.0 final)
- SilverStripe v4
- Font Awesome v4.7.0
- Modernizr
Contents
- Requirements
- Installation
- Usage
- Issues
- Contribution
- Attribution
- Maintainers
- License
Requirements
Installation
Installation is via Composer:
You will also need to use Yarn (or NPM) to install the theme dependencies:
Once your theme dependencies are installed, execute the following to start the webpack development server:
The theme should now compile with hot module reloading enabled, allowing the browser to automatically reload and update your styles as you make changes to the theme Sass.
To prepare your theme for production, execute the following:
Usage
To use this theme with your SilverWare application, you will need to configure SSViewer
via YAML:
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