Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 3a6add8

Browse files
committed
Update zend-servicemanager.md
missing autoload
1 parent feeddec commit 3a6add8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/book/features/container/zend-servicemanager.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ Your bootstrap (typically `public/index.php`) will then look like this:
133133

134134
```php
135135
chdir(dirname(__DIR__));
136+
require 'vendor/autoload.php';
136137
$container = require 'config/services.php';
137138
$app = $container->get('Zend\Expressive\Application');
138139
$app->run();

0 commit comments

Comments
 (0)