PHPackages                             boehsermoe/luya-blockcollection - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. boehsermoe/luya-blockcollection

ActiveLuya-extension[Utility &amp; Helpers](/categories/utility)

boehsermoe/luya-blockcollection
===============================

039CSS

Since Jul 14Pushed 6y agoCompare

[ Source](https://github.com/boehsermoe/luya-blockcollection)[ Packagist](https://packagist.org/packages/boehsermoe/luya-blockcollection)[ RSS](/packages/boehsermoe-luya-blockcollection/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

Blockcollection Module
======================

[](#blockcollection-module)

File has been created with `module/create` command.

Installation
------------

[](#installation)

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

```
return [
    'modules' => [
        // ...
        'blockcollection' => [
            'class' => 'boehsermoe\blockcollection\frontend\Module',
            'useAppViewPath' => true, // When enabled the views will be looked up in the @app/views folder, otherwise the views shipped with the module will be used.
        ],
        'blockcollectionadmin' => 'boehsermoe\blockcollection\admin\Module',
        // ...
    ],
];
```

Layout body

```
    // ...
