stingo/buildkit
最新稳定版本:v1.0.1
Composer 安装命令:
composer create-project stingo/buildkit
包简介
Stingo Buildkit: A custom Drupal starter kit with site install profile and configurations.
README 文档
README
Stingo Buildkit is a custom Drupal 10.5.3 starter kit with a powerful set of modules and themes to accelerate the development of modern, secure, and flexible Drupal websites. It is built on top of Drupal's core, leveraging best practices and essential site-building tools out of the box.
📦 Included Modules
This buildkit comes pre-installed with the following modules:
admin_toolbarblock_classblock_content_permissionsbootstrap_layout_builderbootstrap_stylesbpmn_iocaptchackeditor5_plugin_packckeditor5_premium_featuresconditional_fieldscss_editoreasy_emailecaembedentity_browserentity_embedentity_reference_revisionsevents_log_trackfield_groupfield_permissionsfilefield_pathsgin_toolbarimcejquery_uijquery_ui_resizablelayout_optionsmedia_directoriesmedia_library_form_elementparagraphsseckitsecurity_reviewsymfony_mailertokentwig_debuggertwig_uiui_patternsui_stylesviews_bulk_operationsviews_field_permissionsreroute_emailsautotitledisable_messages
🎨 Included Themes
bootstrap5– Responsive front-end theme using Bootstrap 5gin– Clean, modern administration themeui_suite_bootstrap– Component-driven theming with UI Suite integration
🛠️ Installation Guide
✅ Step 1: Create a New Project
composer create-project stingo/buildkit my_project
cd my_project
🛢️ Step 2: Create a MySQL Database
mysql -u root -p
Then run these commands inside the MySQL prompt:
CREATE DATABASE stingo_buildkit CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci; GRANT ALL PRIVILEGES ON stingo_buildkit.* TO 'root'@'localhost' IDENTIFIED BY 'your_db_password'; FLUSH PRIVILEGES; EXIT;
🔐 Replace
'your_db_password'with your actual MySQL password.
⚙️ Step 3: Install the Site via Drush
drush si stingo_buildkit \
--site-name="Stingo Site" \
--account-name=admin \
--account-pass=admin123 \
--account-mail=admin@example.com
Replace
your_db_passwordwith your actual MySQL root password.
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2025-12-18
