Skip to content

pacif-coder/crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

CRUD

Fast CRUD create

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist pacif-coder/crud "*"

or add

"pacif-coder/crud": "*"

to the require section of your composer.json file.

Usage

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

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