Page Contents

Installation

Install the JsonApi Listener by running the following command inside your project folder:

composer require friendsofcake/crud-json-api

It is highly recommended that you install the Search plugin as well:

composer require friendsofcake/search

Loading Crud

Only run the following command if your application does not yet use Crud:

bin/cake plugin load Crud