dmytrof/import-fractal-bundle

Symfony ImportFractalBundle to implement Fractal by League for DmytrofImportBundle

Installs: 3 075

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

1.1 2021-06-16 16:51 UTC

This package is auto-updated.

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


README

This bundle helps you to implement Fractal by League for DmytrofImportBundle

Installation

Step 1: Install the bundle

$ composer require dmytrof/import-fractal-bundle 

Step 2: Enable the bundle

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