sh Composer Create Drupal Env
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh Composer Create Drupal Env相关的知识,希望对你有一定的参考价值。
composer create-project drupal/drupal drupal_folder_example
cd drupal_folder_example
drush si --db-url=mysql://root:root@localhost/drupal_folder_example
drush upwd admin --password="easypassword"
composer require drupal/console:~1.0 --prefer-dist --optimize-autoloader
以上是关于sh Composer Create Drupal Env的主要内容,如果未能解决你的问题,请参考以下文章
sh 在非Multidev环境中部署到Composer Drupal 8到Pantheon。这在将代码从发布分支推送到Pantheon d时非常有用
使用Composer来管理Drupal 8项目是否绝对必要?
text Drupal 8模块的最小Composer安装
text Drupal 8模块的最小Composer安装
text 安装服务器apache composer drupal
markdown Drupal composer.json(解决疯狂冲突等问题!)