Skip to content

Commit e113dd2

Browse files
committed
2 parents aafd77f + 5ca05f8 commit e113dd2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,14 @@ 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**: 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

Comments
 (0)