os2web / os2web_builder
Project template for Drupal 8 projects with composer
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 7
Forks: 0
Open Issues: 0
Language:Shell
Type:project
Requires
- php: >=7.0.8
- composer/installers: ^1.2
- cweagans/composer-patches: ^1.6.5
- drupal/console: ^1.0.2
- drupal/core: ^8.8.0
- drupal/core-composer-scaffold: ^8.8.0
- drupal/fieldblock: ^2.0@alpha
- drush/drush: ^9.7.1 | ^10.0.0
- vlucas/phpdotenv: ^4.0
- webflo/drupal-finder: ^1.0.0
- zaporylie/composer-drupal-optimizations: ^1.0
Requires (Dev)
- drupal/core-dev: ^8.8.0
Conflicts
This package is auto-updated.
Last update: 2024-10-29 05:41:13 UTC
README
Drupal environment is base on Composer template for Drupal projects See information about how to install and use it on Drupal-composer README page.
It supposed to use Docksal as development environment. See Docksal documentation to setup project on your local environment and start work with it.
Builder usage
fin cex
command
This command will export Drupal configuration and remove uuid
and core
from
all config files inside ./web/modules/custom/*/config
path.
To get your files split to ./web/modules/custom/[your-module]/config
folder,
you should have proper config_split config activated to this project. See
In case there is no split config for your project, feel free to add it and commit to project. So other developers could use it during development also.
See command script .docksal/commands/cex
fin clean-config [your-config-directory]
command
Command that removes uuid
and core
keys from files inside directiry your
will specify as parameter. You will find this command userful if you have
submodules.
See command script .docksal/commands/clean-config
fin bwrs
command (builder workflow reset)
Command will reinstall os2web_builder_workflow
module. It could be usefull
if you added new config split settings rule or enabled module that use existing
rules.
See command script .docksal/commands/bwrs
fin rebuild
command
You can use this command to get fresh Drupal installation based on standard profile. After running command you can enable required modules and develop your modules.
See command script .docksal/commands/rebuild
fin rebuild-test
command
This command could be used for testing purposes where all unused modules such as: Field UI, Config Management, is deactivated.
See command script .docksal/commands/rebuild-test