schmunk42/yii2-sakila-module

Giiant CRUD Demo Project

Installs: 127

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 3

Forks: 2

Open Issues: 0

Type:yii2-extension

dev-master 2014-07-15 22:15 UTC

This package is auto-updated.

Last update: 2024-04-13 00:53:59 UTC


README

Giiant CRUD Demo Project

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist schmunk42/yii2-sakila-module "*"

or add

"schmunk42/yii2-sakila-module": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \schmunka\sakila\AutoloadExample::widget(); ?>```