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
This package is auto-updated.
Last update: 2024-10-13 02:02:23 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(); ?>```