Modules
The modules page allows you to view all the modules in your project, and create new ones.
Module creation
You can create a new module by clicking the New module
button from the list view.
The following files are created in app/code/Vendor/Module
when you create a new module:
registration.php
etc/module.xml
composer.json
Modules list
The list of modules is filterable by:
- Vendor and name
- Status (enabled / disabled)
- Type (core / community / custom)
Module detail
Clicking on a module in the list will show you more details about it:
- System config fields
- Plugins (declared by this module)
- Commands
- Crontab jobs
- Observers
- Email templates