PHPackages                             agence-adeliom/easy-block-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. [Admin Panels](/categories/admin)
4. /
5. agence-adeliom/easy-block-bundle

ActiveSymfony-bundle[Admin Panels](/categories/admin)

agence-adeliom/easy-block-bundle
================================

A Symfony bundle for EasyAdmin that provide basic blocks components

3.0.2(3mo ago)59.3k3MITPHPPHP &gt;=8.2

Since Feb 14Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/agence-adeliom/easy-block-bundle)[ Packagist](https://packagist.org/packages/agence-adeliom/easy-block-bundle)[ Docs](https://github.com/agence-adeliom/easy-block-bundle)[ RSS](/packages/agence-adeliom-easy-block-bundle/feed)WikiDiscussions 2.x Synced 1mo ago

READMEChangelogDependencies (12)Versions (133)Used By (0)

[![Adeliom](https://camo.githubusercontent.com/cfcea17cd5354fe5c47c2873d4ec93e8d84e1468240bc616fdfb9196dc032093/68747470733a2f2f6164656c696f6d2e636f6d2f7075626c69632f75706c6f6164732f323031372f30392f4164656c696f6d5f6c6f676f2e706e67)](https://camo.githubusercontent.com/cfcea17cd5354fe5c47c2873d4ec93e8d84e1468240bc616fdfb9196dc032093/68747470733a2f2f6164656c696f6d2e636f6d2f7075626c69632f75706c6f6164732f323031372f30392f4164656c696f6d5f6c6f676f2e706e67)[![Quality gate](https://camo.githubusercontent.com/ba90b84f26b729b6114e9f37751c0a4f79d33d95040c5d5913510cbfae30d8d0/68747470733a2f2f736f6e6172636c6f75642e696f2f6170692f70726f6a6563745f6261646765732f7175616c6974795f676174653f70726f6a6563743d6167656e63652d6164656c696f6d5f656173792d626c6f636b2d62756e646c65)](https://sonarcloud.io/dashboard?id=agence-adeliom_easy-block-bundle)

Easy Block Bundle
=================

[](#easy-block-bundle)

Provide a basic block component for Easyadmin.

Features
--------

[](#features)

- A Easyadmin CRUD interface to manage block
- Twig function to render block

Versions
--------

[](#versions)

Repository BranchVersionSymfony CompatibilityPHP CompatibilityStatus`3.x``3.x``6.4`, and `7.x``8.2` or higherNew features and bug fixes`2.x``2.x``5.4`, and `6.x``8.0.2` or higherBug fixes`1.x``1.x``4.4`, and `5.x``7.2.5` or higherNo longer maintainedInstallation with Symfony Flex
------------------------------

[](#installation-with-symfony-flex)

Add our recipes endpoint

```
{
  "extra": {
    "symfony": {
      "endpoint": [
        "https://api.github.com/repos/agence-adeliom/symfony-recipes/contents/index.json?ref=flex/main",
        ...
        "flex://defaults"
      ],
      "allow-contrib": true
    }
  }
}
```

Install with composer

```
composer require agence-adeliom/easy-block-bundle
```

### Setup database

[](#setup-database)

#### Using doctrine migrations

[](#using-doctrine-migrations)

```
php bin/console doctrine:migration:diff
php bin/console doctrine:migration:migrate
```

#### Without

[](#without)

```
php bin/console doctrine:schema:update --force
```

Documentation
-------------

[](#documentation)

### Integration into EasyAdmin

[](#integration-into-easyadmin)

Go to your dashboard controller, example : `src/Controller/Admin/DashboardController.php`

```
