dmytrof/import-fractal-bundle

Symfony ImportFractalBundle 实现League的Fractal库,用于DmytrofImportBundle

安装次数: 3,235

依赖者: 0

建议者: 0

安全性: 0

星标: 0

关注者: 1

分支: 0

开放问题: 0

类型:symfony-bundle

1.1 2021-06-16 16:51 UTC

This package is auto-updated.

Last update: 2024-09-16 23:52:00 UTC


README

此扩展包可以帮助您为 League的Fractal 实现库 DmytrofImportBundle

安装

步骤1:安装扩展包

$ composer require dmytrof/import-fractal-bundle 

步骤2:启用扩展包

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