PHPackages                             friendsofsulu/sulu-attributes-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. friendsofsulu/sulu-attributes-bundle

ActiveSulu-bundle[Utility &amp; Helpers](/categories/utility)

friendsofsulu/sulu-attributes-bundle
====================================

Bundle to expand Sulu with helpful attributes

0.1.0(1mo ago)422[1 PRs](https://github.com/FriendsOfSulu/SuluAttributesBundle/pulls)PHPPHP ^8.2 || ^8.3

Since Mar 15Pushed 2mo ago4 watchersCompare

[ Source](https://github.com/FriendsOfSulu/SuluAttributesBundle)[ Packagist](https://packagist.org/packages/friendsofsulu/sulu-attributes-bundle)[ Docs](https://github.com/FriendsOfSulu/SuluAttributesBundle)[ RSS](/packages/friendsofsulu-sulu-attributes-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (11)Versions (5)Used By (0)

SuluAttributesBundle
====================

[](#suluattributesbundle)

Symfony is using using Attributes for configuring parts of your application. This bundle adds Attributes for Sulu features so no more searching for which configuration to extend.

🛠️ Installation Steps:
----------------------

[](#️-installation-steps)

```
composer require friendsofsulu/sulu-attributes-bundle

```

🧐 Features
----------

[](#-features)

He're some of the project's features:

### `#[SuluResourceRoutes]` for configuring routes on the admin class

[](#suluresourceroutes-for-configuring-routes-on-the-admin-class)

Before

```
    resources:
        events:
            routes:
                list: app.get_event_list
                detail: app.get_event
```

After

```
