daille-daille / ribote
Drupal 分发版
dev-master
2023-12-23 21:04 UTC
Requires
- composer/installers: ^2.2
- cweagans/composer-patches: ^1.7
- drupal/core-recommended: ^10.0
- drush/drush: ^12.4
- oomphinc/composer-installers-extender: ^2.0
This package is auto-updated.
Last update: 2024-09-23 22:25:11 UTC
README
这是一个旨在实现简约和中立风格的 Drupal Profile。
用法
composer create-project daille-daille/ribote-project MY_PROJECT --stability dev --no-interaction
安装 Drupal
您应更新 .env
文件并添加您项目的 URL 到您的 /etc/hosts 文件中
echo "127.0.0.1 my-app.local" | sudo tee -a /etc/hosts
然后使用 drush 安装 drupal
vendor/bin/drush si ribote \ install_configure_form.enable_update_status_emails=NULL \ install_configure_form.enable_update_status_module=false \ install_configure_form.date_default_timezone=Europe/Paris \ install_configure_form.site_default_country=FR
您可以使用 PHP 内置服务器
cd web
php -S my-app.local:8888 .ht.router.php