tigra/controller

PHP Class Controller for the Tigra Framework

7.4.1.0 2022-05-26 12:55 UTC

This package is not auto-updated.

Last update: 2024-05-14 19:52:11 UTC


README

This is the Class Controller which is used by Tigra.

Installation

Install the package using composer.

composer require tigra/controller

or by editing composer.json yourself and adding:

"require": {
    "tigra/controller": "*"
}