diff --git a/create_framework/front-controller.rst b/create_framework/front-controller.rst index 90e7e69dbb0..c132580f9c4 100644 --- a/create_framework/front-controller.rst +++ b/create_framework/front-controller.rst @@ -146,11 +146,13 @@ web root directory: example.com ├── composer.json - │ src + ├── composer.lock + ├── src │ └── pages │ ├── hello.php │ └── bye.php ├── vendor + │ └── autoload.php └── web └── front.php