Download the PHP package inviqa/drupal-startup without Composer
On this page you can find all versions of the php package inviqa/drupal-startup. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download inviqa/drupal-startup
More information about inviqa/drupal-startup
Files in inviqa/drupal-startup
Package drupal-startup
Short Description Startup template for Drupal 8 projects.
License GPL-2.0+
Informations about the package drupal-startup
Drupal 8 / Lando flavoured project template
This project should be used as a skeleton starting point for new Drupal 8 based projects. As such some assumptions and opinionated decisions are included to bootstrap a project with everything you might need to get started!
...delete as appropriate!
Start me up
Start-up your newproject
in the current directory using composer:
composer create-project --no-install -s dev inviqa/drupal-startup newproject
Update the .gitignore
in the project root
Project structure
The tree below outlines the project structure and purpose.
Development Environment
Prerequisites
- Install Docker-for-mac
- Install Lando.
Note: Compatible with v3.0.0-rc1 and below
Setup
Run lando start
from within the project directory.
Tooling
Command | Description |
---|---|
lando install |
Install Drupal site |
lando reset |
Reset codebase removing generated code and lock file |
lando refresh |
Refresh your project (clear cache, import config etc...) |
lando composer {install}, {require} etc. |
Run composer commands in the appserver container |
lando drush {cr}, {site-install} etc. |
Run drush commands in the appserver container |
lando phpcs |
Run code style analysis see ./phpcs.xml.dist for scope |
lando phpunit |
Run phpunit tests see ./phpunit.xml.dist for scope |
lando behat |
Run behat test suite |
lando test |
Run all tests and code evaluation |
lando npm |
Run NPM commands |
For further lando related commands see: https://docs.devwithlando.io/config/tooling.html
All versions of drupal-startup with dependencies
cweagans/composer-patches Version ^1.5.0
drupal-composer/drupal-scaffold Version ^2.0.0
drupal/admin_toolbar Version ^1.0
drupal/console Version ^1.0
drupal/core Version ^8
drupal/ctools Version ^3.0
drupal/environment_indicator Version ^3.0
drupal/field_group Version ^3.0@beta
drupal/hook_event_dispatcher Version ^1.20
drupal/inline_entity_form Version ^1.0-rc1
drupal/linkit Version ^4.3.0
drupal/login_emailusername Version 1.1
drupal/menu_admin_per_menu Version 1.0
drupal/metatag Version 1.7
drupal/pathauto Version 1.3
drupal/redirect Version 1.3
drupal/roleassign Version ^1.0@alpha
drupal/seckit Version 1.1
drupal/stage_file_proxy Version ^1.0@alpha
drupal/taxonomy_access_fix Version 2.6
drupal/token Version 1.5
drupal/ultimate_cron Version ^2.0@alpha
drush/drush Version ^8
oomphinc/composer-installers-extender Version ^1.1