Skip to content

Commit 29646c6

Browse files
author
Sergey Mochalov
committed
DDEV project config file
1 parent 90867a8 commit 29646c6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.ddev/config.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: tw-yii2
2+
type: php
3+
docroot: web
4+
php_version: "8.3"
5+
webserver_type: nginx-fpm
6+
xdebug_enabled: false
7+
additional_hostnames: []
8+
additional_fqdns: []
9+
database:
10+
type: mariadb
11+
version: "10.11"
12+
use_dns_when_possible: true
13+
composer_version: "2"
14+
web_environment: []
15+
corepack_enable: false

0 commit comments

Comments
 (0)