optasy-highschool / drupal-project
Optasy's highschool distribution.
Package info
github.com/rakeshjames/optasy-highschool
Type:project
pkg:composer/optasy-highschool/drupal-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: 2026-03-27 18:39:39 UTC
README
Usage
First you need to install composer.
Note: The instructions below refer to the global composer installation. You might need to replace
composerwithphp 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