miranj/craft-boilerplate

A Craft CMS 3 starter project by Miranj

Installs: 67

Dependents: 0

Suggesters: 0

Security: 0

Stars: 13

Watchers: 3

Forks: 3

Open Issues: 14

Language:Twig

Type:project


README

Miranj

Miranj Craft Boilerplate

A Craft CMS 4 starter project based on Miranj’s project boilerplate (see craft3 for the older version). It 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
    • assets/package.json
    • 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.

  6. Run composer dump-autoload