lore-hook-connections

Allows you to describe the APIs your application will be consuming

pluralize

Pluralization setting used by the framework when composing API endpoints.

Model names in Lore are singular, but many APIs used a plural convention when making requests. Use this setting to tell the framework whether it should convert your model names to a plural form when making API calls.

Here is an example of how this setting would affect the endpoints for a model named 'book':

pluralize | endpoint
---------------------
  true    |  /books
  false   |  /book