mostlyserious / ms-craft
A Craft CMS Starter
Installs: 179
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 9
Forks: 1
Open Issues: 2
Type:project
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
- dev-master
- v2.6.5
- v2.6.4
- v2.6.3
- v2.6.2
- v2.6.1
- v2.6.0
- v2.5.2
- v2.5.1
- v2.5.0
- v2.4.0
- v2.3.1
- v2.3.0
- v2.2.2
- v2.2.1
- v2.2.0
- v2.1.0
- v2.0.8
- v2.0.7
- v2.0.6
- v2.0.5
- v2.0.4
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v1.11.1
- v1.11.0
- v1.10.3
- v1.10.2
- v1.10.1
- v1.10.0
- v1.9.4
- v1.9.3
- v1.9.2
- v1.9.1
- v1.9.0
- v1.8.7
- v1.8.6
- v1.8.5
- v1.8.4
- v1.8.3
- v1.8.2
- v1.8.1
- v1.8.0
- v1.7.1
- v1.7.0
- v1.6.0
- v1.5.3
- v1.5.2
- v1.5.1
- v1.5.0
- v1.4.1
- v1.4.0
- v1.3.1
- v1.3.0
- v1.2.6
- v1.2.5
- v1.2.4
- v1.2.3
- v1.2.2
- v1.2.1
- v1.2.0
- v1.1.0
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- dev-header-in-main
- dev-dependabot/composer/aws/aws-sdk-php-3.294.5
- dev-dependabot/composer/composer/composer-2.6.4
- dev-dev/mike
- dev-feat/s3-logging
- dev-feat/frontEndEditButton
- dev-next
- dev-mikeatmostlys-cpresources
- dev-mikeatmostlys-fuzzy-search
- dev-console-apply
- dev-mikeatmostlys-envconfig
This package is auto-updated.
Last update: 2025-01-06 16:12:15 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.example
to.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
.env
file -
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
serve
command, or use a local.test
domain with Laravel Valet.
php craft serve