دمايتروف/مدیریت-مدل-تقسیم-بسته

پکیج Symfony ModelsManagementFractalBundle برای پیاده‌سازی Fractal توسط League برای DmytrofModelsManagementBundle

1.2 2021-06-16 16:47 UTC

This package is auto-updated.

Last update: 2024-09-17 00:22:44 UTC


README

این بسته به شما کمک می‌کند تا Fractal by League را برای DmytrofModelsManagementBundle پیاده‌سازی کنید

نصب

مرحله 1: نصب بسته

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

مرحله 2: فعال‌سازی بسته

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