jinjie / silverstripe-starter
Silverstripe Starter Pack
Installs: 25
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 2
Type:project
Requires
- php: >=7.1.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.10
- silverstripe/recipe-plugin: ^1.5
- symbiote/silverstripe-gridfieldextensions: ^3.4
Requires (Dev)
- phpunit/phpunit: ^5.7
This package is auto-updated.
Last update: 2023-01-05 23:50:17 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