johnnymcweed/luya-module-company

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

This package is not auto-updated.

Last update: 2024-04-28 03:09:13 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.