danieladarve/craft-startup-kit

CraftCMS 3 Startup Boilerplate Kit

0.0.6 2020-10-08 01:57 UTC

This package is auto-updated.

Last update: 2024-04-08 14:01:12 UTC


README

A lightly opinionated Craft CMS setup. Used internally for projects.

See Tailwind CSS and AlpineJS for more details.

How to Install

  1. composer create-project danieladarve/craft-startup-kit
  2. Don't run ./craft setup, instead manually edit the .env file.
  3. Once the .env is filled in, run ./craft install

What is included?

Tailwind Configuration

Used a few plugins to speed up the development of common tasks such as styling typography, forms, aspect ratios.

CraftCMS Global Configuration

Added the following global generic fields

  • Head, Body & Footer
    • Scripts
      • Head Scripts
      • Body Scripts
      • Footer Scripts
    • Favicons
  • Site
    • Site Logo
    • Mobile URL Bar Colour
    • Cookie Consent

Useful Resources