- Notifications
You must be signed in to change notification settings - Fork17
The Official Drupal Lando plugin
License
lando/drupal
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is theofficialLando plugin forDrupal. When installed it...
- Allows users to run
drupal
cms - Allows users to configure
php
version from5.3
all the way to8.3
- Allows users to configure
webroot
- Allows users to configure web server to (
apache
ornginx
) - Allows users to configure database backend to (
mariadb
,mysql
, orpostgres
) - Allows users to configure
composer
- Allows users to run
drush
commands - Allows users to configure
xdebug
Of course, once a user is running their Drupal project with Lando they can take advantage ofall the other awesome development features Lando provides.
Add adrupal9
recipe to your Landofile
name:Drupal 9recipe:drupal9
For more info you should check out thedocs:
# With npmnpm install @lando/drupal# With yarnyarn add @lando/drupal
If you have a question or would like some community support we recommend youjoin us on Slack. Note that this is the Slack community forLando but we are more than happy to help with this module as well!
If you'd like to report a bug or submit a feature request then pleaseuse the issue queue in this repo.
We try to log all changes big and small in bothTHE CHANGELOG and therelease notes.
git clone https://github.com/lando/drupal.git&&cd drupalyarn install
If you don't want to install Node 18 or Yarn for whatever reason you can installLando and use that:
git clone https://github.com/lando/drupal.git&&cd drupal# Install deps and get nodelando start# Run commandslando nodelando yarn
# Lint the codeyarn lint# Run unit testsyarntest
yarn release
Made withcontributors-img.
About
The Official Drupal Lando plugin