2017 © Pedro Peláez
 

project luya-module-company

image

johnnymcweed/luya-module-company

  • Wednesday, April 25, 2018
  • by johnnymcweed
  • Repository
  • 0 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 25 % Grown

The README.md

Company Module

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)

1.) Migrate your database., (*2)

./vendor/bin/luya migrate

2.) Import the module and migrations into your LUYA project., (*3)

./vendor/bin/luya import

Example Views

There are default views set up. Use these or create your own custom views., (*4)

The Versions