composer require johnnymcweed/luya-module-company:dev-master return [
'modules' => [
// ...
'company' => 'johnnymcweed\company\frontend\Module',
'companyadmin' => 'johnnymcweed\company\admin\Module',
// ...
],
];After successfully installation and configuration run the migrate, import and setup command to initialize the module in your project.
1.) Migrate your database.
./vendor/bin/luya migrate2.) Import the module and migrations into your LUYA project.
./vendor/bin/luya importThere are default views set up. Use these or create your own custom views.