josephdpurcell / workspace_preview_system-project
Get started with the Workspace Preview System
Installs: 21
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- composer/installers: ^1.0.20
- cweagans/composer-patches: ~1.0
- drupal-composer/drupal-scaffold: ^1.3.1
- josephdpurcell/workspace_preview_system: 1.1.0
Requires (Dev)
- behat/mink: ~1.6
- behat/mink-goutte-driver: ~1.2
- jcalderonzumba/gastonjs: ^1.1@dev
- jcalderonzumba/mink-phantomjs-driver: ~0.3.1
- mikey179/vfsstream: ~1.2
- phpunit/phpunit: ~4.8
- symfony/css-selector: 2.7.*
This package is auto-updated.
Last update: 2025-03-10 22:43:37 UTC
README
This is a distro that shows the use of the Workspace Preview System in Drupal 8.2.
Requirements
Getting Started
-
Create a Drupal.
$ composer create-project josephdpurcell/workspace_preview_system-project MY_PROJECT --no-interaction --stability dev
This will create a directory
MY_PROJECT
. Inside of it will be a directoryweb
which is the website's docroot. -
Install the Drupal.
drush si
or
go to
/install.php
.