We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aafd77f + 5ca05f8 commit e113dd2Copy full SHA for e113dd2
README.md
@@ -12,3 +12,14 @@ HttpKernel adapter for use of Symfony and Laravel frameworks with PHP-PM. See ht
12
13
composer require php-pm/httpkernel-adapter:dev-master
14
15
+> **Note**: For Symfony, make sure your `AppKernel` is autoloaded in your
16
+> `composer.json` (shouldn't be an issue for projects created using the Standard
17
+> Edition after November 2015):
18
+>
19
+> ```
20
+> {
21
+> "autoload": {
22
+> "classmap": ["app/AppKernel.php"]
23
+> }
24
25
0 commit comments