monkfish-fr / monkfish_project
Drupal 8 project template for composer based installer for Monkfish distribution.
Installs: 31
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:project
Requires
- composer/installers: ^1.2
- cweagans/composer-patches: ^1.6
- drupal-composer/drupal-scaffold: ^2.2
- drupal/console: ^1.0.2
- drupal/core: ~8.4
- drush/drush: ~8.0|^9.0.0-beta8
- monkfish-fr/monkfish_starter: dev-master
- webflo/drupal-finder: ^1.0.0
- webmozart/path-util: ^2.3
Requires (Dev)
- behat/mink: ~1.7
- behat/mink-goutte-driver: ~1.2
- jcalderonzumba/gastonjs: ~1.0.2
- jcalderonzumba/mink-phantomjs-driver: ~0.3.1
- mikey179/vfsstream: ~1.2
- phpunit/phpunit: >=4.8.28 <5
- symfony/css-selector: ~2.8|~3.0
Conflicts
This package is not auto-updated.
Last update: 2025-03-30 07:05:40 UTC
README
This is a composer based installer for the Monkfish Starter Kit distribution.
Prerequisites
You may install Composer by following the official instructions. For usage, see the documentation.
Installation of Monkfish distribution
composer create-project Monkfish-FR/monkfish_project MY_PROJECT --no-interaction
Composer will create a new directory called MY_PROJECT where you will find the web
directory with the entire code base of Monkfish Starter Kit.
Then, install this distribution like any other Drupal site.
Credits
The installer is based on drupal-composer/drupal-project.