Skip to content

🚀 Composer template for Drupal projects. Quick installation via "composer create-project codekoalas/koality-drupal"

License

Notifications You must be signed in to change notification settings

CodeKoalas/koality-drupal

 
 

Repository files navigation

Composer template for Drupal projects

Code Koalas Edition

How to use

  1. composer create-project codekoalas/koality-drupal:10.x-dev some-dir --stability dev --no-interaction
  2. fin up
  3. cp sample.settings.php docroot/sites/default/settings.php
  4. Go to your new local site.
  5. Update .ddev/commands to point to the info you need to get those working for others. a. replace NAMEOFTHEME with actual name of theme.

Storybook

After site is up and running.

  1. Install modules: (fin|ddev) drush en cl_server sdc_examples -y
  2. Login to Drupal and modify the cl_server permissions to permit anonymous users to view
  3. Edit .storybook/preview.js URL to be your URL.
  4. Run ddev yarn install
  5. Run ddev yarn storybook and navigate to https://nameofiste.ddev.site:6006

Readme After Initial Setup

After you have gotten this spun up be a good person and update the readme to match the project you're building, here's a template:

My Website

Here is some basic information about what the project is

Spinup

This will spin up site, run composer, and download the database.

  • fin init

Environments

Designs

A link to designs could be nice to put in the readme as well.

Members

Project Owner: Someone

Project Manager: Someone

Software Engineer: Someone

Designer: Someone

About

🚀 Composer template for Drupal projects. Quick installation via "composer create-project codekoalas/koality-drupal"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 51.4%
  • Dockerfile 14.9%
  • Makefile 14.6%
  • Shell 12.7%
  • JavaScript 6.4%