Registry / web-framework / friendsofcake-crud

friendsofcake-crud

JSON →
library7.2.1phppackagistunverified

CakePHP Application development on steroids - rapid prototyping / scaffolding & production ready code - XML / JSON APIs and more

composer require friendsofcake/crud
INSTALL
IMPORT
SIG · FRIENDSOFCAKE-CRUD
F
friendsofcake-crud
web-frameworkphpv7.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CrudComponent
use Crud\Controller\Component\CrudComponent;

Load CrudComponent in a CakePHP controller.

<?php namespace App\Controller; use Crud\Controller\Component\CrudComponent; class ArticlesController extends AppController { public function initialize(): void { parent::initialize(); $this->loadComponent('Crud.Crud'); } }
Debug
Known issues
breakingRequires CakePHP 4.x or higher; not compatible with CakePHP 3.
fix
Ensure your CakePHP version is 4.0+.
affects: >=7.0.0
Upgrade
Version history
7.2.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
friendsofcake-crud — pip install friendsofcake-crud · libregistry