symbiote / silverstripe-base
Ozzy: the Symbiote project installer
Installs: 620
Dependents: 0
Suggesters: 0
Security: 0
Stars: 15
Watchers: 3
Forks: 10
Open Issues: 1
Requires
- php: >=5.6.0
- gdmedia/ss-auto-git-ignore: ~1.0
- silverstripe-themes/simple: ~3.2@stable
- silverstripe/cms: ~4.0@stable
- silverstripe/errorpage: ~1.0@stable
- silverstripe/framework: ~4.0@stable
Requires (Dev)
- phpunit/phpunit: ~5.7.0
- symbiote/silverstripe-build: ~5.0
- symbiote/silverstripe-test-assist: ~4.0
Replaces
- silverstripe-australia/base: 5.3.4
- dev-master / 5.3.x-dev
- 5.3.4
- 5.3.3
- 5.3.2
- 5.3.1
- 5.3.0
- 5.2.x-dev
- 5.2.0
- 5.1.7
- 5.1.6
- 5.1.5
- 5.1.4
- 5.1.2
- 5.1.1
- 5.1.0
- 5.0.0
- 4.0.x-dev
- 4.0.3
- 4.0.2
- 4.0.1
- 4.0.0
- 3.3.x-dev
- 3.3.1
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.x-dev
- 3.0.0
- 2.0.x-dev
- 1.0.x-dev
- dev-set-gtid-purged-off
- dev-fix-ss4-dumps
- dev-large-backups-fix
- dev-fix-pre-deploy
- dev-version-bump
This package is auto-updated.
Last update: 2024-10-24 13:50:40 UTC
README
The recommended foundation for a base project.
Requirement
- SilverStripe 3.0 → 4.0
- Composer
- Phing
Getting Started
composer create-project symbiote/silverstripe-base . 4.0.3
for SS3composer create-project symbiote/silverstripe-base . dev-master
for SS4phing
Upgrading an existing 4.x site to use the Public directory structure
- Add to /.gitignore
- /public/assets
- /public/resources
- /public/.htaccess
- Copy /public and contents to project root
- Align silverstripe-build module version in composer.json
- remove /.htaccess
- remove /resources
composer update symbiote/silverstripe-build
phing
composer vendor-expose