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