ekyna/api-bundle

Api features for EkynaResourceBundle

Installs: 353

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:symfony-bundle

0.8.x-dev 2022-03-02 14:52 UTC

This package is auto-updated.

Last update: 2024-04-12 16:48:24 UTC


README

Api features for EkynaResourceBundle.

Installation

Install through composer:

composer require ekyna/api-bundle:^0.8

Register the bundles:

// config/bundles.php
<?php

return [
    // ...

    Ekyna\Bundle\ResourceBundle\EkynaResourceBundle::class => ['all' => true],
    Ekyna\Bundle\ApiBundle\EkynaApiBundle::class => ['all' => true],
];

Configuration

See this page to configure ekyna/resource-bundle.

ekyna_api:
    routing_prefix: /api