zephir/luya-baseblocks

Set of basic blocks for LUYA CMS

Installs: 2 075

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 5

Forks: 0

Open Issues: 1

Type:luya-module

2.0.0 2019-12-10 13:32 UTC

This package is auto-updated.

Last update: 2024-06-30 01:04:45 UTC


README

Baseblocks Module

Latest Stable Version Total Downloads License

This repositories will not recieve any NEW features. Only bug fixing or patch releases.

composer require zephir/luya-baseblocks

Installation

In order to add the modules to your project go into the modules section of your config:

return [
    'modules' => [
        // ...
        'baseblocks' => 'zephir\luya\baseblocks\frontend\Module',
        // ...
    ],
];