dmytrof/models-management-fractal-bundle

Symfony ModelsManagementFractalBundle to implement Fractal by League for DmytrofModelsManagementBundle

1.2 2021-06-16 16:47 UTC

This package is auto-updated.

Last update: 2024-04-16 23:33:06 UTC


README

This bundle helps you to implement Fractal by League for DmytrofModelsManagementBundle

Installation

Step 1: Install the bundle

$ composer require dmytrof/models-management-fractal-bundle 

Step 2: Enable the bundle

<?php
    // config/bundles.php
    
    return [
        // ...
        Dmytrof\ModelsManagementFractalBundle\DmytrofModelsManagementFractalBundle::class => ['all' => true],
    ];