alexstack/silverstripe-all-in-one

SilverStripe All-in-one for start a new website. You can build a basic website within 30 minutes after installed.

Installs: 60

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:silverstripe-vendormodule

1.1.2 2019-07-17 23:45 UTC

This package is auto-updated.

Last update: 2024-03-18 09:19:30 UTC


README

  • SilverStripe All-in-one for start a new website. You can build a basic website within 30 minutes after installed.
  • Bootstrap 4 themes included
  • Contact Us Form included
  • Custom Carousel Slider included
  • Change themes in the settings from the admin without touch the themes.yml file
  • Easy to custom page top logo, copyright content at the bottom of every page, page content above nav bar, reserved fields for extension, custom css file

How to install

composer require alexstack/silverstripe-all-in-one

Global settings in the admin

  • Rebuild the database by /dev/build?flush=1 then visit the /admin/?flush=1 'img' 'img'

Start a new SilverStripe website/project

    cd your-website-root-folder
    composer create-project silverstripe/installer ./silverstripe
    ln -s silverstripe/public public
    // Go to the browser install SilverStripe first
    cd silverstripe/
    composer require alexstack/silverstripe-all-in-one

License

  • BSD-3-Clause