handcraftedinthealps/sulu-resource-bundle

Provide resource functionality for Sulu CMS.

Installs: 51 140

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 6

Open Issues: 1

Type:sulu-bundle

pkg:composer/handcraftedinthealps/sulu-resource-bundle

0.2.4 2025-05-06 19:31 UTC

This package is auto-updated.

Last update: 2025-10-06 20:24:58 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],
];