File tree Expand file tree Collapse file tree 3 files changed +35
-0
lines changed
Expand file tree Collapse file tree 3 files changed +35
-0
lines changed Original file line number Diff line number Diff line change 1+ # Required files after Aljibe installation
2+ # Format: file_path # comment explaining why it is required (DO NOT use single quotes "'")
3+
4+ grumphp.yml # GrumPHP configuration for code quality checks on git commits
5+ phpstan.neon # PHPStan static analysis configuration
6+ phpunit.xml # PHPUnit testing framework configuration
7+ composer.json # Composer dependency management and project metadata
8+ composer.lock # Composer lock file for consistent dependency versions
9+ drush/drush.yml # Drush configuration file for command-line Drupal management
Original file line number Diff line number Diff line change 1+ # Required folders after Aljibe installation
2+ # Format: folder_path # comment explaining why it is required (DO NOT use single quotes "'")
3+
4+ backups # Storage for manual backups
5+ config # Drupal configuration files
6+ config/default # Default Drupal configuration sync directory
7+ config/envs # Environment-specific configuration overrides
8+ config/envs/local # Local environment configuration overrides
9+ drush # Drush commands and configuration
10+ drush/Commands # Custom Drush commands
11+ drush/sites # Drush site aliases
12+ patches # Composer patches for dependencies
13+ private-files # Drupal private files placed out of docroot
14+ recipes # Drupal recipes specific for this project
15+ scripts # Projects scripts and automation tools
16+ tests # Automated tests
17+ web # Drupal web root (docroot)
18+ web/core # Drupal core files
19+ web/modules/custom # Custom Drupal modules
20+ web/themes/custom # Custom Drupal themes
21+ web/sites/default # Default Drupal site files
Original file line number Diff line number Diff line change 1+ # Required symlinks after Aljibe installation
2+ # Format: symlink_path # comment explaining why it is required (DO NOT use single quotes "'")
3+
4+ docroot # Symlink to Drupal web root for compatibility with tools and setups that expect docroot
5+ public_html # Symlink to Drupal web root for hosting environments
You can’t perform that action at this time.
0 commit comments