infinety-es/temply-settings

Temply Settings Tool.

v1.4 2019-09-06 11:25 UTC

This package is auto-updated.

Last update: 2024-04-06 22:26:27 UTC


README

Instructions

  1. Install Package

    composer require infinety-es/temply-settings
  2. Config temply.php should have this config:

    'settings'      => [
        'website_name' => [
            'name'  => 'Website Name',
            'help'  => 'Your Website name',
            'type'  => 'text',
            'rules' => 'required',
        ],
        ...
    ];