optasy-highschool / drupal-project
Optasy's highschool distribution.
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=7.3
- composer/installers: ^1.9
- cweagans/composer-patches: ^1.7
- drupal/core-composer-scaffold: ^9.0
- drupal/core-recommended: ^9.0
- drupal/highschool: ^1.0@alpha
- drush/drush: ^10.3
- vlucas/phpdotenv: ^5.1
- webflo/drupal-finder: ^1.2
Requires (Dev)
Conflicts
This package is auto-updated.
Last update: 2025-02-27 16:23:11 UTC
README
Usage
First you need to install composer.
Note: The instructions below refer to the global composer installation. You might need to replace
composer
withphp composer.phar
(or similar) for your setup.
After that you can create the project:
composer create-project optasy-highschool/drupal-project:9.x-dev YOUR_DIRECTORY_NAME --no-interaction
Always use composer to download modules
With composer require ...
you can download new dependencies / modules that you additionally need to your
installation.
cd /YOUR_DIRECTORY_NAME/
composer require drupal/devel
For CI Jobs
Run composer install
so that you can download all dependencies / modules that are required for the installation.
cd /your-directory/
composer install
For Local Setup
If you'd like to test this distribution in your local quickly you can use quick-start
cd /your-directory/
composer quick-start