dmytrof / models-management-fractal-bundle
Symfony ModelsManagementFractalBundle to implement Fractal by League for DmytrofModelsManagementBundle
Package info
github.com/dmytrof/ModelsManagementFractalBundle
Type:symfony-bundle
pkg:composer/dmytrof/models-management-fractal-bundle
1.2
2021-06-16 16:47 UTC
Requires
- php: ^7.2 || ^8.0
- dmytrof/fractal-bundle: ^1.0
- dmytrof/models-management-bundle: ^1.5
Requires (Dev)
- phpunit/phpunit: ^8.3 || ^9.1
This package is auto-updated.
Last update: 2026-02-17 04:02:41 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],
];