App modules
Intro
App modules are the feature areas of the app which can be made available to app users through licences.
Managing app modules
App modules are added and managed in the AppModules.php enum file. If a new app module is added, it needs to be added to this enum file.
Seeding app modules
Every time the app is deployed, the ProductionSeeder.php seeder will update the app modules making sure they are kept up to date.