johnnymcweed/luya-module-company

This package is abandoned and no longer maintained. No replacement package was suggested.

Installs: 7

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:project

pkg:composer/johnnymcweed/luya-module-company

dev-master 2018-04-25 16:53 UTC

This package is not auto-updated.

Last update: 2025-09-14 10:45:42 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.