File tree 2 files changed +5
-14
lines changed
2 files changed +5
-14
lines changed Original file line number Diff line number Diff line change @@ -17,17 +17,13 @@ composer create-project jsdrupal/drupal-admin-ui-demo -s dev --prefer-dist
17
17
``` sh
18
18
cd drupal-admin-ui-demo/docroot
19
19
php core/scripts/drupal install
20
- ../bin/drush en -y jsonapi admin_ui_support
20
+ ../vendor/ bin/drush en -y jsonapi admin_ui_support
21
21
php core/scripts/drupal server
22
22
```
23
23
24
- Drupal will be opened up in your default browser.
25
- To access the new interface go to ``` http://localhost:51569/vfancy ``` .
26
-
27
- Example URLs to visit:
24
+ Drupal will be opened up in your default browser. Example URLs to visit:
28
25
* ``` /admin/people/permissions ```
29
26
30
-
31
27
# Updating
32
28
``` sh
33
29
# All users can update the project dependencies using composer.
Original file line number Diff line number Diff line change 15
15
"cweagans/composer-patches" : " ^1.6" ,
16
16
"drupal-composer/drupal-scaffold" : " ^2.2" ,
17
17
"drupal/core" : " ~8.6" ,
18
- "drupal/jsonapi" : " ^ 1.13" ,
18
+ "drupal/jsonapi" : " 1.13.0 " ,
19
19
"oomphinc/composer-installers-extender" : " ^1.1" ,
20
20
"webflo/drupal-finder" : " ^1.0.0" ,
21
21
"webmozart/path-util" : " ^2.3" ,
52
52
],
53
53
"post-update-cmd" : [
54
54
" @drupal-scaffold" ,
55
- " DrupalProject\\ composer\\ ScriptHandler::createRequiredFiles" ,
56
- " DrupalProject\\ composer\\ ScriptHandler::linkAdminSupportModule"
55
+ " DrupalProject\\ composer\\ ScriptHandler::createRequiredFiles"
57
56
]
58
57
},
59
58
"extra" : {
72
71
"enable-patching" : true ,
73
72
"patches" : {
74
73
"drupal/core" : {
75
- "Provide a single command to install & run Drupal" : " https://www.drupal.org/files/issues/2018-03-24/2911319-171.patch" ,
76
- "Provide a script to install a Drupal testsite" : " https://www.drupal.org/files/issues/2926633-115.patch"
74
+ "Provide a single command to install & run Drupal" : " https://www.drupal.org/files/issues/2018-04-11/2911319-2-191.patch"
77
75
}
78
76
}
79
- },
80
- "config" : {
81
- "bin-dir" : " bin/"
82
77
}
83
78
}
You can’t perform that action at this time.
0 commit comments