Skip to content

Commit

Permalink
Change web folder to public (#1473)
Browse files Browse the repository at this point in the history
Co-authored-by: Fritz Michael Gschwantner <[email protected]>
  • Loading branch information
Gabbarowski and fritzmg authored Nov 14, 2024
1 parent c8073e0 commit d9589f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev/getting-started/starting-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ using the `symfony/skeleton` for example).
| `assets/` | JavaScript and CSS assets of the Contao framework and third parties. |
| `config/` | Application configuration files. |
| `files/` | Public or protected files manged by Contao's file manager. |
| `public/` | Public entry points; contains symlinks to other public resources. Prior to Contao version 4.13, the folder was called `web/` |
| `system/` | Legacy folder for Contao 3 compatibility. |
| `templates/` | Customized Contao & Twig templates. |
| `var/` | Transient files like the application cache and log files. |
| `vendor/` | Composer's vendor folder containing all dependencies (including Contao). |
| `web/` | Public entry points; contains symlinks to other public ressources. |
| `composer.json` | `composer.json` of your project defining your dependencies and autoloading. |

When customizing your web application, the following files and folders will usually
Expand Down

0 comments on commit d9589f9

Please sign in to comment.