mythic / drupal-starter-project
A Drupal starter project by Mythic Digital
Installs: 42
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 1
Open Issues: 0
Language:JavaScript
Type:project
Requires
- php: ^8.1
- ext-mbstring: *
- composer/installers: ^1 || ^2
- cweagans/composer-patches: ^1.7
- drupal/coffee: ^1.0
- drupal/config_split: ^1.6
- drupal/core-composer-scaffold: ^10@stable
- drupal/core-recommended: ^10@stable
- drupal/devel: ^5.0
- drupal/field_group: ^3.0
- drupal/gin: ^3.0
- drupal/gin_lb: ^1.0
- drupal/gin_login: ^2.0
- drupal/gin_toolbar: ^1.0
- drupal/google_tag: ^2.0
- drupal/metatag: ^1.14
- drupal/webform: ^6.0
- drush/drush: ^11
- oomphinc/composer-installers-extender: ^2.0
Requires (Dev)
- behat/mink: ^1.10
- dealerdirect/phpcodesniffer-composer-installer: ^0.7.0
- dg/bypass-finals: ^1.2
- drupal/coder: ^8.3
- phpunit/phpunit: ^8.5
- symfony/dotenv: ^5.1
- symfony/phpunit-bridge: ^5.1
Conflicts
README
This file is a work in progress.
Starting a new Drupal project can seem intimidating. We believe that Drupal projects should be as simple as possible to keep our team moving as quick as possible.
This starter project is a collection techniques acquired over the years working with Drupal for enterprise organizations.
Getting started
This project can be installed to your machine using Composer:
$ composer create-project mythic/drupal-starter-project drupal-project-name
Note: Change drupal-project-name
to your project's name.