siripravi/luya-module-forms

Luya Extended module for Forms

v1.0.0 2024-02-01 12:22 UTC

This package is auto-updated.

Last update: 2024-04-06 11:37:29 UTC


README

File has been created with module/create command.

Installation

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

return [
    'modules' => [
        // ...
        'forms' => [
            'class' => 'luya\forms\Module',
            'useAppViewPath' => true,
        ],

        // ...
    ],
    'components' => [
        'class' => 'siripravi\forms\components\Forms'
    ],
      // ...
];