https://github.com/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.
https://github.com/alexstack/silverstripe-all-in-one
Last synced: 6 months ago
JSON representation
SilverStripe All-in-one for start a new website. You can build a basic website within 30 minutes after installed.
- Host: GitHub
- URL: https://github.com/alexstack/silverstripe-all-in-one
- Owner: AlexStack
- License: bsd-3-clause
- Created: 2019-07-15T05:33:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-17T23:45:56.000Z (over 6 years ago)
- Last Synced: 2025-02-27T10:00:31.536Z (10 months ago)
- Language: PHP
- Size: 1.47 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: license.md
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
README
# SilverStripe All-in-one
- SilverStripe All-in-one for start a new website. You can build a basic website within 30 minutes after installed.
- [Bootstrap 4 themes included](https://github.com/AlexStack/silverstripe-custom-bootstrap4-theme#readme)
- [Contact Us Form included](https://github.com/AlexStack/SilverStripe-Custom-Layout-Page-with-Contact-Us-Form#readme)
- [Custom Carousel Slider included](https://github.com/AlexStack/SilverStripe-Custom-Carousel-Slider#readme)
- 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
```php
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


## Start a new SilverStripe website/project
```bash
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