johnnymcweed / luya-module-company
Installs: 7
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- johnnymcweed/luya-module-person: dev-master
- johnnymcweed/luya-module-place: dev-master
- luyadev/luya-core: ~1.0.0
This package is not auto-updated.
Last update: 2025-03-02 08:04:01 UTC
README
Installation
composer require johnnymcweed/luya-module-company:dev-master
Configuration
return [ 'modules' => [ // ... 'company' => 'johnnymcweed\company\frontend\Module', 'companyadmin' => 'johnnymcweed\company\admin\Module', // ... ], ];
Initialization
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 migrate
2.) Import the module and migrations into your LUYA project.
./vendor/bin/luya import
Example Views
There are default views set up. Use these or create your own custom views.