File tree Expand file tree Collapse file tree 1 file changed +35
-1
lines changed Expand file tree Collapse file tree 1 file changed +35
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
# VM configurations
3
3
ip : " 192.168.10.10"
4
+ # ubuntu: "14.04"
5
+
6
+ # Shared folders to configure
7
+ # folders:
8
+ # - map: ~/code
9
+ # to: /vagrant/code
10
+
11
+ # Web server to run
12
+ # webserver: apache
13
+
14
+ # Additional PHP packages to install
15
+ # php-packages:
16
+ # - php7.0-gd
17
+ # - php7.1-mbstring
18
+ # - php7.2-xml
19
+ # - php5.6-gd
4
20
5
21
# Websites to create
6
22
sites :
7
23
- url : site.test
8
24
root : /vagrant
25
+ # - url: site70.test
26
+ # root: /vagrant
27
+ # php: "7.0"
28
+ # - url: site71.test
29
+ # root: /vagrant
30
+ # php: "7.1"
31
+ # - url: site56.test
32
+ # root: /vagrant
33
+ # php: "5.6"
9
34
10
35
# Databases to create
11
36
# databases:
12
- # - name: devbox
37
+ # - name: devbox
38
+ # user: devbox
39
+ # password: secret
40
+ # - name: devbox_testing
41
+ # user: tester
42
+ # password: secret
43
+
44
+ # Global Composer packages to install
45
+ # composer-packages:
46
+ # - laravel/envoy
You can’t perform that action at this time.
0 commit comments