Skip to content

Commit 5b1cd8b

Browse files
committed
Added note for Symfony AppKernel autoloading
1 parent f385366 commit 5b1cd8b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ HttpKernel adapter for use of Symfony and Laravel frameworks with PHP-PM. See ht
1212

1313
composer require php-pm/httpkernel-adapter:dev-master
1414

15-
> **Note**: Make sure your `AppKernel` is autoloaded in your `composer.json`:
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):
1618
>
1719
> ```
1820
> {

0 commit comments

Comments
 (0)