zephir/luya-baseblocks

Set of basic blocks for LUYA CMS


Keywords
cms, content, blocks, luya
License
MIT

Documentation

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',
        // ...
    ],
];