jinjie / silverstripe-starter
Silverstripe Starter Pack
Installs: 39
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 0
Open Issues: 6
Type:project
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
- dev-master
- 3.2.0
- 3.1.0
- 3.0.2
- 3.0.1
- 3.0.0
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.1
- 2.0.0
- 1.6.0
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.0
- 1.3.1
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.2
- 1.0.1
- 1.0.0
- dev-dependabot/npm_and_yarn/semver-5.7.2
- dev-dependabot/npm_and_yarn/socket.io-parser-4.2.3
- dev-dependabot/composer/guzzlehttp/psr7-2.5.0
- dev-develop
- dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/cached-path-relative-1.1.0
This package is auto-updated.
Last update: 2024-11-13 12:34:22 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