mostlyserious / ms-craft
A Craft CMS Starter
v2.6.5
2023-09-25 22:11 UTC
Requires
- born05/craft-sentry: 2.0.1
- craftcms/aws-s3: 2.0.3
- craftcms/cms: 4.5.4
- craftcms/redactor: 3.0.4
- hillholliday/craft-user-manual: 4.0.0
- nystudio107/craft-retour: 4.1.13
- nystudio107/craft-seomatic: 4.0.31
- percipioglobal/craft-colour-swatches: 4.3.0
- percipioglobal/craft-password-policy: 4.1.0
- putyourlightson/craft-sendgrid: 2.0.1
- spicyweb/craft-embedded-assets: 3.1.8
- spicyweb/craft-neo: 3.8.6
- topshelfcraft/environment-label: 4.0.3
- verbb/expanded-singles: 2.0.5
- verbb/hyper: 1.1.11
- verbb/icon-picker: 2.0.13
- verbb/smith: 2.0.0
- vlucas/phpdotenv: ^5.4.0
This package is auto-updated.
Last update: 2026-05-28 21:33:19 UTC
README
A Craft CMS starter used for new sites built by the Mostly Serious team. It's designed to pair with our build tool, Vitepack.
Software requirements
- node >= 16.0
- php >= 8.0.2
- mysql >= 5.7.8
- composer >= 2.0
Setup instructions
More detailed instructions can be found in the MS Craft Package Guide.
-
Copy
.env.exampleto.env -
Install php dependencies
composer install
-
Create mysql database and import a SQL dump
- You can get a SQL dump from prod by logging into the admin and going to Utilities > Backup Database
-
Fill in the database credentials in the
.envfile -
Install front-end dependencies Currently, installation requires Yarn to work properly.
yarn
- Build front-end dependencies
yarn build
or
npm run build
- Startup a php server by using Craft's
servecommand, or use a local.testdomain with Laravel Valet.
php craft serve