Skip to content

Latest commit

 

History

History
71 lines (56 loc) · 3.28 KB

README.md

File metadata and controls

71 lines (56 loc) · 3.28 KB

Miranj

Miranj Craft Boilerplate

A Craft CMS 5 starter project based on Miranj’s project boilerplate (see craft4 or craft3 for the older versions).

Contents

Features

This starter project includes:

Usage

  1. Open your terminal and run the following command:

    composer create-project miranj/craft-boilerplate:dev-dev /path/to/project
    
  2. Replace instances of miranj/craft-boilerplate and boilerplate with the handle of the new project in the following locations:

    • composer.json
    • package.json
    • .ddev/config.yaml
    • config/app.php
    • src/Module.php
    • serverconfigs/envs/production/env.conf
    • serverconfigs/envs/production/setup.conf
    • serverconfigs/envs/staging/env.conf
    • serverconfigs/envs/staging/setup.conf
  3. Replace instances of "Miranj Craft Boilerplate" / and "Boilerplate" with the title of the new project.

  4. Inspect all FIXME comments in the project and take necessary action.

  5. Assign values to all shared environment variables in .env.example.