handcraftedinthealps/sulu-resource-bundle

Provide resource functionality for Sulu CMS.

0.2.3 2022-11-07 13:42 UTC

This package is auto-updated.

Last update: 2024-04-07 17:30:33 UTC


README

Installation

Add repository to composer.json

composer require handcraftedinthealps/sulu-resource-bundle

Register Bundle in config/bundles.php

<?php

return [
    /* ... */
    HandcraftedInTheAlps\Bundle\SuluResourceBundle\HandcraftedInTheAlpsSuluResourceBundle::class => ['all' => true],
];