Skip to content

Advanced configuration

Rosario Carvello edited this page Jun 5, 2018 · 4 revisions

Introduction

You can configure WebMVC to use customized options such as the directories for storing your controllers, models, views and template, security and much more.

In this section we will clarify these details to permit you to understand every configuration option but before of doing that you need to know that, in most cases and also if you do not need of special requirements regarding the execution environment of your application, the configuration we shown you on the previous page will be sufficient without the need of doing something else. In fact, all the other WebMVC configuration options can be used with their default values.

Basic organization of configurations files

// TODO

Clone this wiki locally