Skip to content

Commit 65dca62

Browse files
OskarStarkxabbuh
authored andcommitted
updated tree for front controller
1 parent 10cb3ed commit 65dca62

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

create_framework/front-controller.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,13 @@ web root directory:
146146
147147
example.com
148148
├── composer.json
149-
│ src
149+
├── composer.lock
150+
├── src
150151
│ └── pages
151152
│ ├── hello.php
152153
│ └── bye.php
153154
├── vendor
155+
│ └── autoload.php
154156
└── web
155157
└── front.php
156158

0 commit comments

Comments
 (0)