handcraftedinthealps/sulu-resource-bundle

Provide resource functionality for Sulu CMS.

0.2.4 2025-05-06 19:31 UTC

This package is auto-updated.

Last update: 2025-05-06 19:32:48 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],
];