2017 © Pedro Peláez
 

project ramsaltmedia-project

Project template for RamsaltMedia 2 projects with composer

image

ramsalt/ramsaltmedia-project

Project template for RamsaltMedia 2 projects with composer

  • Tuesday, February 6, 2018
  • by szeidler
  • Repository
  • 0 Watchers
  • 0 Stars
  • 8 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Composer template for RamsaltMedia 2 projects based on burdamagazinorg/thunder-project and drupal-composer/drupal-project

This project template should provide a kickstart for managing your site dependencies with Composer., (*1)

Usage

First you need to install Composer and Git., (*2)

Note: The instructions below refer to the global composer installation. You might need to replace composer with php composer.phar (or similar) for your setup., (*3)

After that you can create the project:, (*4)

composer create-project ramsalt/ramsaltmedia-project some-dir --stability dev --no-interaction

With composer require ... you can download new dependencies to your installation., (*5)

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., (*6)

What does the template do?

When installing the given composer.json some tasks are taken care of:, (*7)

  • 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 in web/modules/contrib/
  • Theme (packages of type drupal-theme) will be placed in web/themes/contrib/
  • Profiles (packages of type drupal-profile) will be placed in web/profiles/contrib/
  • Downloads Drupal scaffold files such as index.php, or .htaccess
  • Creates sites/default/files-directory.
  • Latest version of drush is installed locally for use at bin/drush.
  • Latest version of DrupalConsole is installed locally for use at bin/drupal.

The Versions

06/02 2018

dev-bump-drush-load-require-dev

dev-bump-drush-load-require-dev http://ramsalt.com

Project template for RamsaltMedia 2 projects with composer

  Sources   Download

The Requires

 

The Development Requires

06/02 2018

dev-szeidler/bump-drush-load-require-dev

dev-szeidler/bump-drush-load-require-dev http://ramsalt.com

Project template for RamsaltMedia 2 projects with composer

  Sources   Download

The Requires

 

The Development Requires

06/02 2018

dev-szeidler/composerjson-edited-online-with-bitbucke-1517915876615

dev-szeidler/composerjson-edited-online-with-bitbucke-1517915876615 http://ramsalt.com

Project template for RamsaltMedia 2 projects with composer

  Sources   Download

The Requires

 

The Development Requires