Skip to content

Commit b1d86e9

Browse files
authored
Merge pull request #544 from ExpressionEngine/new-addon-structure
new addon methodology and code structure
2 parents 46ca40b + c59a6cf commit b1d86e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/development/modules.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Modules are the most complex form of add-on. They can have their own database ta
1919

2020
NOTE: Modules can also be **generated quickly by the Command Line Interface (CLI)**. Refer to the [make:addon command](cli/built-in-commands/make-addon.md) for more information.
2121

22+
WARN: **Create and Index route first.** When your add-on has one or more Control Panel pages associated with it, your add-on's card on the Add-On Manager page will link to the `Index` route of your add-on (`ControlPanel/Routes/Index.php`). If this route does not exist, users will be presented with a 404 page.
2223

2324
## Basic File Structure
2425

0 commit comments

Comments
 (0)