Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

The Official Drupal Lando plugin

License

NotificationsYou must be signed in to change notification settings

lando/drupal

Repository files navigation

This is theofficialLando plugin forDrupal. When installed it...

  • Allows users to rundrupal cms
  • Allows users to configurephp version from5.3 all the way to8.3
  • Allows users to configurewebroot
  • Allows users to configure web server to (apache ornginx)
  • Allows users to configure database backend to (mariadb,mysql, orpostgres)
  • Allows users to configurecomposer
  • Allows users to rundrush commands
  • Allows users to configurexdebug

Of course, once a user is running their Drupal project with Lando they can take advantage ofall the other awesome development features Lando provides.

Basic Usage

Add adrupal9 recipe to your Landofile

name:Drupal 9recipe:drupal9

For more info you should check out thedocs:

Installation

# With npmnpm install @lando/drupal# With yarnyarn add @lando/drupal

Issues, Questions and Support

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.

Changelog

We try to log all changes big and small in bothTHE CHANGELOG and therelease notes.

Development

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

Testing

# Lint the codeyarn lint# Run unit testsyarntest

Releasing

yarn release

Maintainers

Contributors

Made withcontributors-img.

Other Resources


[8]ページ先頭

©2009-2025 Movatter.jp