Skip to content

Settings: Customize the generated namespace

Loïc Lopez edited this page May 26, 2020 · 1 revision

Why?

When a Model, view or controller is generated UMVC will determine the namespace based on folder and sub-folders.

Example:

  • Input: if your destination folder is Assets/Folder/SubFolder
  • Ouput namespace: Folder.SubFolder

How to customize it?

Open UMVC > Settings and in the output namespace field write your namespace and click Save to save your custom namespace.

Example:

Customize the generated namespace