authbucket / framework-standard-edition
The "AuthBucket Standard Edition" distribution
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Type:project
Requires
- composer/installers: ~1.0
- cweagans/composer-patches: ~1.0
- drupal/advagg: 2.x-dev
- drupal/authbucket: 1.x-dev
- drupal/authorization: 1.x-dev
- drupal/block_class: 1.x-dev
- drupal/block_styles: 1.x-dev
- drupal/captcha: 1.x-dev
- drupal/cdn: 3.x-dev
- drupal/config_inspector: 1.x-dev
- drupal/config_update: ~1.0
- drupal/core: 8.4.x-dev
- drupal/ctools: ~3.0
- drupal/devel: 1.x-dev
- drupal/entity: 1.x-dev
- drupal/entityqueue: 1.x-dev
- drupal/examples: 1.x-dev
- drupal/externalauth: 1.x-dev
- drupal/features: 3.x-dev
- drupal/key_value: 1.x-dev
- drupal/libraries: 3.x-dev
- drupal/memcache: 2.x-dev
- drupal/metatag: 1.x-dev
- drupal/module_filter: 3.x-dev
- drupal/oauth2: 1.x-dev
- drupal/pathauto: 1.x-dev
- drupal/php: 1.x-dev
- drupal/recaptcha: 2.x-dev
- drupal/redirect: 1.x-dev
- drupal/restui: ~1.0
- drupal/robotstxt: 1.x-dev
- drupal/seckit: 1.x-dev
- drupal/securelogin: 1.x-dev
- drupal/security_review: 1.x-dev
- drupal/sitemap: 1.x-dev
- drupal/token: 1.x-dev
- drupal/varnish: 1.x-dev
- drupal/views_php: 1.x-dev
- drupal/webform: 5.x-dev
- drupal/xmlsitemap: 1.x-dev
- drustack/composer-generate-metadata: ~1.0
- drustack/composer-preserve-paths: ~1.0
- symfony/symfony: 3.2.*
Requires (Dev)
- behat/mink: ~1.7
- behat/mink-goutte-driver: ~1.2
- jcalderonzumba/gastonjs: ~1.1
- jcalderonzumba/mink-phantomjs-driver: ~0.3
- mikey179/vfsstream: ~1.2
- symfony/phpunit-bridge: 3.2.*
This package is auto-updated.
Last update: 2024-11-19 18:30:10 UTC
README
Welcome to the AuthBucket Standard Edition - a fully-functional Drupal application that you can use as the skeleton for your new applications.
This project template will managing your site dependencies with Composer. If you want to know how to use it as replacement for Drush Make visit the Documentation on drupal.org.
Usage
First you need to install composer.
After that you can create the project:
composer create-project authbucket/framework-standard-edition:^8.4.0 MYPROJECT --no-interaction
With composer require ...
you can download new dependencies to your installation.
composer require drupal/devel:~1.0
The composer create-project
command passes ownership of all files to the project that is created. You should create a new git repository, and commit all files not excluded by the .gitignore file.
What does the template do?
When installing the given composer.json
some tasks are taken care of:
- Drupal will be installed in the
web
-directory. - Autoloader is implemented to use the generated composer autoloader in
vendor/autoload.php
, instead of the one provided by Drupal (web/vendor/autoload.php
). - Modules (packages of type
drupal-module
) will be placed inweb/modules/contrib/
- Theme (packages of type
drupal-theme
) will be placed inweb/themes/contrib/
- Profiles (packages of type
drupal-profile
) will be placed inweb/profiles/
- Creates default writable versions of
settings.php
andservices.yml
. - Creates
sites/default/files
-directory. - Latest version of drush is installed locally for use at
vendor/bin/drush
. - Latest version of DrupalConsole is installed locally for use at
vendor/bin/drupal
.
License
Author Information
- Wong Hoi Sing Edison