All Projects → WandiParis → EasyAdminPlusBundle

WandiParis / EasyAdminPlusBundle

Licence: MIT license
EasyAdminPlusBundle is a Symfony 4 wrapper for the amazing EasyCorp/EasyAdminBundle

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to EasyAdminPlusBundle

EasyAuditBundle
A Symfony Bundle To Log Selective Events
Stars: ✭ 84 (+115.38%)
Mutual labels:  symfony-bundle, symfony4
doctrine-json-odm
JSON Object-Document Mapping bundle for Symfony and Doctrine
Stars: ✭ 15 (-61.54%)
Mutual labels:  symfony-bundle, symfony4
sonata-multiupload-bundle
No description or website provided.
Stars: ✭ 29 (-25.64%)
Mutual labels:  symfony-bundle, symfony4
Fosrestbundle
This Bundle provides various tools to rapidly develop RESTful API's with Symfony
Stars: ✭ 2,683 (+6779.49%)
Mutual labels:  symfony-bundle
Lexikmaintenancebundle
This Symfony2 bundle allows you to place your website in maintenance mode by calling two commands in your console. A page with status code 503 appears to users, it is possible to authorize certain ips addresses stored in your configuration.
Stars: ✭ 253 (+548.72%)
Mutual labels:  symfony-bundle
LiipSearchBundle
[DEPRECATED] Google XML API for searching is discontinued
Stars: ✭ 35 (-10.26%)
Mutual labels:  symfony-bundle
LiipImagineSerializationBundle
Provides integration between LiipImagineBundle and JMSSerializerBundle
Stars: ✭ 24 (-38.46%)
Mutual labels:  symfony-bundle
Easyadminextensionbundle
Provides some additional features to EasyAdminBundle for Symfony
Stars: ✭ 232 (+494.87%)
Mutual labels:  symfony-bundle
stampie-bundle
stampie.github.io/
Stars: ✭ 26 (-33.33%)
Mutual labels:  symfony-bundle
SensioBuzzBundle
No description or website provided.
Stars: ✭ 89 (+128.21%)
Mutual labels:  symfony-bundle
api-platform-messenger
Uses API Platform to exposes Commands & Queries dispatched to your Symfony Messenger bus
Stars: ✭ 31 (-20.51%)
Mutual labels:  symfony-bundle
symfony-rest-api-bundle
Integrates the MediaMonks REST API Spec in Symfony
Stars: ✭ 17 (-56.41%)
Mutual labels:  symfony-bundle
SlackBundle
SlackBundle for Symfony2 with Guzzle-Integration
Stars: ✭ 39 (+0%)
Mutual labels:  symfony-bundle
Csaguzzlebundle
A bundle integrating Guzzle >=4.0 in Symfony
Stars: ✭ 248 (+535.9%)
Mutual labels:  symfony-bundle
SonataDoctrineMongoDBAdminBundle
Symfony Sonata / Integrate Doctrine MongoDB ODM into the SonataAdminBundle
Stars: ✭ 64 (+64.1%)
Mutual labels:  symfony-bundle
Enqueue Bundle
[READ-ONLY] Message queue bundle for Symfony. RabbitMQ, Amazon SQS, Redis, Service bus, Async events, RPC over MQ and a lot more
Stars: ✭ 233 (+497.44%)
Mutual labels:  symfony-bundle
SonataDashboardBundle
[Abandoned] Provides a Dashboard management through container and block services
Stars: ✭ 17 (-56.41%)
Mutual labels:  symfony-bundle
SonataTimelineBundle
[Abandoned] Integrates SpyTimelineBundle into Sonata
Stars: ✭ 24 (-38.46%)
Mutual labels:  symfony-bundle
symfony-skeleton
Skeleton rest-api based on symfony
Stars: ✭ 15 (-61.54%)
Mutual labels:  symfony4
jsonrpc-bundle
JSON-RPC server for Symfony: exposes services registered in the service container as JSON-RPC-webservices
Stars: ✭ 31 (-20.51%)
Mutual labels:  symfony-bundle

EasyAdminPlusBundle

If you want to use EasyAdminBundle 1.x, browse EasyAdminPlusBundle 1.x

About

EasyAdminPlusBundle is a Symfony 4 wrapper for the amazing EasyCorp/EasyAdminBundle which includes some extra features.

Features

  • Admin management to restrict access to the secure area.
  • Provide a generator to guess the default EasyAdmin configuration based on Doctrine Types', Annotations' & Asserts' reflection + support popular 3rd party bundles.
  • Add an action to manage translations files.
  • ACL to restrict access based on entity/action role permissions (now directly in EasyAdmin #2806, #2810, #2829)
  • Add an action to export entities in CSV.
  • Add some useful new templates for Show and List actions

Requirements

  • PHP >= 7.1
  • Symfony 4
  • EasyAdminBundle ^2.0

Install

$ composer require wandi/easyadmin-plus-bundle

Replace EasyAdmin controller

Load routes from our AdminController or yours but make sure it extends WandiEasyAdminPlusBundle Controller

# config/routes/easy_admin.yaml
easy_admin_bundle:
    resource: '@WandiEasyAdminPlusBundle/Controller/AdminController.php'
    prefix: /admin
    type: annotation

Getting started

  1. Migrate from EasyAdminPlusBundle 1.x
  2. Authentication
  3. Generator
  4. Translation Action
  5. ACL
  6. Export Action
  7. Additional Templates
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].