silverware / app
SilverWare Application.
Installs: 144
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 2
Forks: 1
Open Issues: 0
Type:silverstripe-project
Requires
- php: >=5.6.0
- silverstripe/admin: ^1.2
- silverstripe/asset-admin: ^1.2
- silverstripe/assets: ^1.2
- silverstripe/campaign-admin: ^1.2
- silverstripe/cms: ^4.2
- silverstripe/config: ^1.0
- silverstripe/errorpage: ^1.2
- silverstripe/framework: ^4.2
- silverstripe/graphql: ^2.0
- silverstripe/reports: ^4.2
- silverstripe/siteconfig: ^4.2
- silverstripe/versioned: ^1.2
- silverware/admin: ^1.3
- silverware/calendar: ^1.0
- silverware/colorpicker: ^1.0
- silverware/countries: ^1.0
- silverware/font-icons: ^1.1
- silverware/model-filters: ^1.0
- silverware/navigation: ^1.6
- silverware/open-graph: ^1.0
- silverware/silverware: ^1.8
- silverware/spam-guard: ^1.0
- silverware/theme: ^1.6
- silverware/validator: ^1.1
Requires (Dev)
- phpunit/phpunit: ^5.7
README
SilverWare Application
SilverWare is a component framework built upon SilverStripe. This repository sets up a new application environment, downloading everything needed to get underway. Files are also included for easy application deployment using Deployer.
Contents
Requirements
Installation
Installation is via Composer:
composer create-project silverware/app /path/to/app
After Composer finishes creating the project folder, SilverWare will ask a series of questions via the console to configure your installation.
Configuration
Configuration is via YAML files. Upon build, your SilverWare application uses a series of YAML fixture
files to create database objects. Please browse the fixtures
folder to see what is created by default.
You can inform SilverWare when it is appropriate to build objects from fixtures using configuration:
SilverWare\Core\App: load_fixtures: true load_fixtures_once: false
Using SilverStripe's environment-specific configuration, you can configure whether or not SilverWare should build from fixture files, and whether or not SilverWare should build only once, or upon each build.
These settings are particularly useful for application deployment.
Issues
Please use the GitHub issue tracker for bug reports and feature requests.
To-Do
- Tests
Contribution
Your contributions are gladly welcomed to help make this project better. Please see contributing for more information.
Attribution
- Logo icon designed by Freepik from www.flaticon.com and released under a Creative Commons BY 3.0 license.
- includes configuration for Deployer, a most excellent PHP application deployment tool by @antonmedv
Maintainers
License
BSD-3-Clause © Praxis Interactive