Download the PHP package manaticr/trichechus without Composer
On this page you can find all versions of the php package manaticr/trichechus. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package trichechus
Trichechus Install Profile 
A base Drupal install profile to scaffold Manati projects.
How to use it?
On any Drupal project, add trichechus to your build:
What does it contain?
Modules
This project contains several modules commonly used in Manati projects:
- admin_toolbar
- admin_toolbar_tools
- better_exposed_filters
- components
- config_split
- ctools
- default_content_deploy
- devel
- dropzonejs
- entity_embed
- environment_indicator
- focal_point
- google_analytics
- honeypot
- image_style_quality
- inline_entity_form
- layout_builder_browser
- layout_builder_restrictions
- media_entity_browser
- media_entity_facebook
- media_entity_twitter
- metatag
- paragraphs
- pathauto
- quicklink
- rabbit_hole
- recaptcha
- redirect
- redis
- retina_images
- search_api_solr
- seckit
- shs
- smtp
- stage_file_proxy
- svg_image
- twig_tweak
- xmlsitemap
Themes
Includes:
- emulsify-drupal
Basic configuration
We have already done some basic configuration:
- media module (including wysiwyg entity embed)
- config_split
- some other modules basic config
Configuration Management
You are expected to export all your site configuration and keep it in your normal configuration workflow. This profile already have a config split named "dev" so you can separate your dev modules and config. It's disabled by default.
Extra Steps
In order to use some of the provided config, you need to do some extra steps:
Configuration Split
You need to enable the split wherever it's necessary by using this line of code in settings.php:
Environment Indicator
You need to enable environment indicator wherever you want to use it by adding these lines of code in settings.php:
Default Content Deploy
You need to create a folder called content
in the root of the project and then we need to let Drupal to know the location of the folder:
DropzoneJS
This profile includes dropzonejs library; however, it's installed under vendor/enyo until https://github.com/ManatiCR/trichechus/issues/1 gets fixed. It's your responsability to move it to the right folder (web/libraries/dropzone). If your project is using https://github.com/kporras07/composer-symlinks you could do it with a symlink like this:
All versions of trichechus with dependencies
drupal/pathauto Version ^1.3
drupal/devel Version ^2.0
drupal/admin_toolbar Version ^2.0
drupal/rabbit_hole Version 1.x-dev
drupal/twig_tweak Version ^2.1
drupal/svg_image Version ^1.8
drupal/config_split Version ^1.3
drupal/xmlsitemap Version ^1.0
drupal/metatag Version ^1.7
drupal/seckit Version ^1.0
drupal/paragraphs Version ^1.3
drupal/environment_indicator Version ^4.0
drupal/default_content_deploy Version 1.x-dev
drupal/video_embed_field Version ^2.0
drupal/recaptcha Version ^2.3
drupal/ctools Version ^3.0
drupal/honeypot Version ^1.29
drupal/better_exposed_filters Version 3.x-dev
drupal/dropzonejs Version 2.x-dev
drupal/stage_file_proxy Version 1.x-dev
drupal/material_admin Version 1.x-dev
drupal/inline_entity_form Version 1.x-dev
drupal/focal_point Version 1.x-dev
enyo/dropzone Version ^5.5
drupal/media_entity_browser Version 2.x-dev
drupal/entity_embed Version 1.x-dev
drupal/media_entity_facebook Version ^2.0@alpha
drupal/media_entity_twitter Version 2.0-alpha2