Download the PHP package authbucket/framework-standard-edition without Composer
On this page you can find all versions of the php package authbucket/framework-standard-edition. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download authbucket/framework-standard-edition
More information about authbucket/framework-standard-edition
Files in authbucket/framework-standard-edition
Package framework-standard-edition
Short Description The "AuthBucket Standard Edition" distribution
License GPL-2.0+
Informations about the package framework-standard-edition
AuthBucket Standard Edition
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
All versions of framework-standard-edition with dependencies
cweagans/composer-patches Version ~1.0
drupal/advagg Version 2.x-dev
drupal/authbucket Version 1.x-dev
drupal/authorization Version 1.x-dev
drupal/block_class Version 1.x-dev
drupal/block_styles Version 1.x-dev
drupal/captcha Version 1.x-dev
drupal/cdn Version 3.x-dev
drupal/config_inspector Version 1.x-dev
drupal/config_update Version ~1.0
drupal/core Version 8.4.x-dev
drupal/ctools Version ~3.0
drupal/devel Version 1.x-dev
drupal/entity Version 1.x-dev
drupal/entityqueue Version 1.x-dev
drupal/examples Version 1.x-dev
drupal/externalauth Version 1.x-dev
drupal/features Version 3.x-dev
drupal/key_value Version 1.x-dev
drupal/libraries Version 3.x-dev
drupal/memcache Version 2.x-dev
drupal/metatag Version 1.x-dev
drupal/module_filter Version 3.x-dev
drupal/oauth2 Version 1.x-dev
drupal/pathauto Version 1.x-dev
drupal/php Version 1.x-dev
drupal/recaptcha Version 2.x-dev
drupal/redirect Version 1.x-dev
drupal/restui Version ~1.0
drupal/robotstxt Version 1.x-dev
drupal/seckit Version 1.x-dev
drupal/securelogin Version 1.x-dev
drupal/security_review Version 1.x-dev
drupal/sitemap Version 1.x-dev
drupal/token Version 1.x-dev
drupal/varnish Version 1.x-dev
drupal/views_php Version 1.x-dev
drupal/webform Version 5.x-dev
drupal/xmlsitemap Version 1.x-dev
drustack/composer-generate-metadata Version ~1.0
drustack/composer-preserve-paths Version ~1.0
symfony/symfony Version 3.2.*