dynamic / silverstripe-base-site
Base page types for SilverStripe websites
Fund package maintenance!
dynamic
Installs: 15 720
Dependents: 1
Suggesters: 1
Security: 0
Stars: 0
Watchers: 6
Forks: 2
Open Issues: 7
Type:silverstripe-vendormodule
pkg:composer/dynamic/silverstripe-base-site
Requires
- php: ^8.1
- axllent/silverstripe-email-obfuscator: ^2
- axllent/silverstripe-scaled-uploads: ^2.1
- dnadesign/silverstripe-elemental: ^6
- dynamic/silverstripe-site-tools: ^5
- jonom/silverstripe-betternavigator: ^7
- jonom/silverstripe-text-target-length: ^2
- silverstripe/linkfield: ^5.0
- silverstripe/recipe-cms: ^6
- silverstripe/sharedraftcontent: ^4
- tractorcow/silverstripe-robots: ^5
- wilr/silverstripe-googlesitemaps: ^4
Requires (Dev)
- 8.x-dev
- dev-master / 8.0.x-dev
- 8.0.0
- 7.x-dev
- 7.1.x-dev
- 7.1.1
- 7.1.0
- 7.0.1
- 7.0.0
- 6.x-dev
- 6.0.1
- 6.0.0
- 5.x-dev
- 5.0.0
- 4.1.x-dev
- 4.1.0
- 4.0.x-dev
- 4.0.12
- 4.0.11
- 4.0.10
- 4.0.9
- 4.0.8
- 4.0.7
- 4.0.6
- 4.0.5
- 4.0.4
- 4.0.3
- 4.0.2
- 4.0.1
- 4.0.0
- 3.1.x-dev
- 3.1.5
- 3.1.4
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.x-dev
- 3.0.1
- 3.0.0
- 2.0.x-dev
- 2.0.0
- 2.0.0-beta4
- 2.0.0-beta3
- 2.0.0-beta2
- 2.0.0-beta1
- 1.0.x-dev
- 1.0.0-beta1
- 1.0.0-alpha2
- 1.0.0-alpha1
- dev-8.0/php-8.3-requirement
- dev-8.0/readme-update
- dev-docs/update-readme-8.0
- dev-8.0/ss6-upgrade
- dev-add-github-funding
- dev-2024_02_19_cacheKeyConfiguration
This package is auto-updated.
Last update: 2025-11-19 21:00:58 UTC
README
Base page types and extensions for SilverStripe websites
Requirements
- PHP: ^8.1
- SilverStripe: ^6
- axllent/silverstripe-email-obfuscator: ^3
- axllent/silverstripe-scaled-uploads: ^3
- dnadesign/silverstripe-elemental: ^6
- dynamic/silverstripe-site-tools: ^5
- jonom/silverstripe-betternavigator: ^7
- jonom/silverstripe-text-target-length: ^3
- silverstripe/linkfield: ^5
- silverstripe/sharedraftcontent: ^4
- tractorcow/silverstripe-robots: ^5
- wilr/silverstripe-googlesitemaps: ^3
Installation
composer require dynamic/silverstripe-base-site
Features
- Multiple Page Types: HomePage, BlockPage, CampaignLandingPage, SearchPage
- Header Image Support: Add hero images to pages
- Elemental Integration: Full page builder support with drag-and-drop elements
- Shared Drafts: Collaborate with shared draft content management
- SEO Tools: Google Sitemaps and robots.txt configuration
- Accessibility Features: Built-in accessibility enhancements
- Better Navigation: Enhanced CMS navigation via jonom/betternavigator
- Email Obfuscation: Protected email links from spam bots
- Image Optimization: Automatic scaled uploads for performance
Upgrading from version 7
Base Site v8 is compatible with SilverStripe 6. Key changes:
- Updated all dependencies to SilverStripe 6 compatible versions
- Requires PHP 8.1 or higher
- Updated LinkField integration from v3 to v5
See the SilverStripe 6 Upgrade Guide for more details.
Bugtracker
Bugs are tracked in the issues section of this repository. Before submitting an issue please read over existing issues to ensure yours is unique.
If the issue does look like a new bug:
- Create a new issue
- Describe the steps required to reproduce your issue, and the expected outcome. Unit tests, screenshots and screencasts can help here.
- Describe your environment as detailed as possible: SilverStripe version, Browser, PHP version, Operating System, any installed SilverStripe modules.
Please report security issues to the module maintainers directly. Please don't file security issues in the bugtracker.
Development and contribution
If you would like to make contributions to the module please ensure you raise a pull request and discuss with the module maintainers.