channel-pilot/channel-pilot

There is no license information available for the latest version (1.0.0) of this package.

ChannelPilot module

1.0.0 2018-10-11 05:36 UTC

This package is not auto-updated.

Last update: 2024-04-20 07:59:55 UTC


README

Installation

composer require channel-pilot/channel-pilot

Configuration

In config_default.php (or specific) add

$config[AclConstants::ACL_DEFAULT_RULES] = [
[
    'bundle' => 'channel-pilot',
    'controller' => 'index',
    'action' => 'index',
    'type' => 'allow',
    ],
]
$config[KernelConstants::PROJECT_NAMESPACES] = [
    'ChannelPilot',
];

Documentation

Spryker Documentation