jinjie / silverstripe-starter
There is no license information available for the latest version (3.2.0) of this package.
Silverstripe Starter Pack
Package info
github.com/jinjie/silverstripe-starter
Type:project
pkg:composer/jinjie/silverstripe-starter
3.2.0
2023-02-17 15:50 UTC
Requires
- php: >=7.4.0
- dnadesign/silverstripe-elemental: ^4
- dnadesign/silverstripe-elemental-userforms: ^3.2
- fractas/googleanalytics: ^3.0
- jinjie/silverstripe-admin-material-icons: ^0.0.2
- jinjie/silverstripe-bootstrap-forms: ^1.0
- jinjie/slickhero-elemental: ^1.0
- silverstripe/login-forms: ^4.7
- silverstripe/recipe-cms: 4.11
- silverstripe/recipe-plugin: ^1.5
- symbiote/silverstripe-gridfieldextensions: ^3.4
Requires (Dev)
- phpunit/phpunit: ^5.7
This package is auto-updated.
Last update: 2026-06-13 15:56:15 UTC
README
My standard pack to start a new Silverstripe website.
How to start
composer create-project jinjie/silverstripe-starter myproject cd myproject yarn # Copy .env.example to .env and edit the file before running this vendor/bin/sake dev/build
Silverstripe Elemental
When building for the first time, run DNADesign-Elemental-Tasks-MigrateContentToElement task to migrate content to
Elemental
Start developing
- Edit gulpfile.js and change the address of the website
- Run
gulp watch