2017 © Pedro Peláez
 

silverstripe-project app

SilverWare Application.

image

silverware/app

SilverWare Application.

  • Wednesday, August 1, 2018
  • by PraxisNetAu
  • Repository
  • 1 Watchers
  • 4 Stars
  • 98 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 30 Versions
  • 7 % Grown

The README.md

SilverWare , (*1)

SilverWare Application

Latest Stable Version Latest Unstable Version License, (*2)

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., (*3)

Contents

Requirements

Installation

Installation is via Composer:, (*4)

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., (*5)

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., (*6)

You can inform SilverWare when it is appropriate to build objects from fixtures using configuration:, (*7)

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., (*8)

These settings are particularly useful for application deployment., (*9)

Issues

Please use the GitHub issue tracker for bug reports and feature requests., (*10)

To-Do

  • Tests

Contribution

Your contributions are gladly welcomed to help make this project better. Please see contributing for more information., (*11)

Attribution

Maintainers

Colin Tucker Praxis Interactive
Colin Tucker Praxis Interactive

License

BSD-3-Clause © Praxis Interactive, (*12)

The Versions