Skip to content

a sample project using Drupal 9 & PHP 8 for demonstrating Drupal Devcontainer project.

Notifications You must be signed in to change notification settings

stargazer4/drupal-devcontainer-sample-project

 
 

Repository files navigation

Drupal devcontainer sample project

A sample project using Drupal 10 & PHP 8 demonstrating Drupal Devcontainer project.

Usage

1.Clone this project with its submodule to drupal-dev-x folder.

git clone --recurse-submodules https://github.com/alchatti/drupal-devcontainer-sample-project.git drupal-dev-x

2.Using devcontainer cli access drupal-dev-x folder and start the project.

cd drupal-dev-x
devcontainer open .

3.Inside the devcontainer using VS Code integrated terminal install dependencies using the container script.

  • Option (A) project composer dependencies version [Not Up to date]
composer install
  • Option (B) Install & update composer dependencies [Latest version]
yes | composer update

5.In the browser visit http://localhost and start drupal installation using standard profile.

6.Fill in the site information.

Resources

About

a sample project using Drupal 9 & PHP 8 for demonstrating Drupal Devcontainer project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%