File tree Expand file tree Collapse file tree 3 files changed +5
-11
lines changed Expand file tree Collapse file tree 3 files changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ The Runtime Component
2
2
=====================
3
3
4
4
The Runtime Component decouples the bootstrapping logic from any global state
5
- to make sure the application can run with runtimes like PHP-PM, ReactPHP,
6
- Swoole, etc. without any changes.
5
+ to make sure the application can run with runtimes like ` PHP-PM `_, ` ReactPHP `_ ,
6
+ ` Swoole `_ , etc. without any changes.
7
7
8
8
Installation
9
9
------------
@@ -468,5 +468,7 @@ The end user will now be able to create front controller like::
468
468
return new SomeCustomPsr15Application();
469
469
};
470
470
471
+ .. _PHP-PM : https://github.com/php-pm/php-pm
472
+ .. _Swoole : https://openswoole.com/
471
473
.. _ReactPHP : https://reactphp.org/
472
474
.. _`PSR-15` : https://www.php-fig.org/psr/psr-15/
Original file line number Diff line number Diff line change @@ -958,10 +958,6 @@ rendered by the ``{{ importmap() }}`` Twig function:
958
958
Page-Specific CSS & JavaScript
959
959
------------------------------
960
960
961
- ---> TODO HEre
962
- ---> need to add the entrypoint in the importmap.php file
963
- ----> and should NOT call parent() in the javascript block
964
-
965
961
Sometimes you may choose to include CSS or JavaScript files only on certain
966
962
pages. For JavaScript, an easy way is to load the file with a `dynamic import `_:
967
963
Original file line number Diff line number Diff line change @@ -65,11 +65,7 @@ run the Symfony server in the background:
65
65
66
66
.. code-block :: terminal
67
67
68
- # find the installed version of the Symfony binary
69
- $ symfony version
70
-
71
- # change the path to the location of your Symfony binary and replace {version} too
72
- $ sudo codesign --force --deep --sign - /opt/homebrew/Cellar/symfony-cli/{version}/bin/symfony
68
+ $ sudo codesign --force --deep --sign - $(whereis -q symfony)
73
69
74
70
Enabling PHP-FPM
75
71
----------------
You can’t perform that action at this time.
0 commit comments