You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,9 @@
2
2
3
3
This is a fork of PHP-PM's HttpKernel adapter for integrating Drupal with PHP-PM (therefore, also with ReactPHP).
4
4
5
-
See https://github.com/php-pm/php-pm, https://github.com/php-pm/php-pm-httpkernel.
5
+
See:
6
+
*https://github.com/php-pm/php-pm
7
+
*https://github.com/php-pm/php-pm-httpkernel.
6
8
7
9
The code is in alpha -- very experimental. Last tested against `drupal-8.0.2`.
8
10
@@ -12,10 +14,12 @@ View / report issues at https://github.com/kentr/php-pm-drupal/issues.
12
14
13
15
1. Install Drupal.
14
16
15
-
2. From the Drupal web root, install this project with composer: `composer require kentr/php-pm-drupal-adapter`. This will also install PHP-PM and the default React <-> Symfony bridge (php-pm/httpkernel-adapter).
17
+
2. From the Drupal web root, install this project with composer: `composer require kentr/php-pm-drupal-adapter`.
18
+
This will also install PHP-PM and the default React <-> Symfony bridge (php-pm/httpkernel-adapter).
4. Start php-pm with `sudo <absolute path to web root>/vendor/bin/ppm start <absolute path to web root> --bridge=httpKernel --bootstrap=PHPPM\\Bootstraps\\Drupal`. Example: `sudo vendor/bin/ppm start /var/www/html/ --bridge=httpKernel --bootstrap=PHPPM\\Bootstraps\\Drupal`
24
+
4. Start php-pm with `sudo <absolute path to web root>/vendor/bin/ppm start <absolute path to web root> --bridge=httpKernel --bootstrap=PHPPM\\Bootstraps\\Drupal`.
0 commit comments