File tree Expand file tree Collapse file tree 3 files changed +19
-3
lines changed
Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 1- # ddev-generated
21# Remove the line above if you don't want this file to be overwritten when you run
32# ddev get ddev/ddev-selenium-standalone-chrome
43#
Original file line number Diff line number Diff line change 1+ {
2+ "version" : " 0.2.0" ,
3+ "configurations" : [
4+ {
5+ "name" : " Listen for XDebug" ,
6+ "type" : " php" ,
7+ "request" : " launch" ,
8+ "hostname" : " 0.0.0.0" ,
9+ "port" : 9003 ,
10+ "pathMappings" : {
11+ "/var/www/html" : " ${workspaceRoot}"
12+ }
13+ }
14+ ]
15+ }
Original file line number Diff line number Diff line change 1- # DDev PHPUnit Demo
1+ # DDEV PHPUnit Demo
22
33## What is inside of this fork
44
55- Drupal 10.2 support
6- - joachim-n/drupal-project-contrib-development for easier contrib development
6+ - ARM-architechture support Selenium-Chrome image.
7+ - [ joachim-n/drupal-project-contrib-development] ( https://github.com/joachim-n/drupal-core-development-project ) for easier contrib development
78- Simpler setup
89- VSCode support
910
1011## How to use
1112
13+ - Install [ DDEV] ( https://ddev.readthedocs.io/en/latest/users/install/ddev-installation/ )
1214- ` ddev start `
1315- Replace ` MODULE_NAME ` on following with name of your contrib module.
1416- ` ddev composer require drupal/MODULE_NAME `
You can’t perform that action at this time.
0 commit comments