Questions tagged [easyadmin]

EasyAdmin is a Symfony bundle that lets you create administration backends for Symfony applications with unprecedented simplicity.

EasyAdmin lets you create administration backends for Symfony applications with unprecedented simplicity.

Features

  • CRUD operations on Doctrine entities (create, edit, list, delete).
  • Full-text search, pagination and column sorting.
  • Fully responsive design (smartphones, tablets and desktops).
  • Translated into tens of languages.
  • Fast, simple and smart where appropriate.

Useful links

431 questions
-1
votes
1 answer

type: 'ckeditor' doesn't work in EasyAdminBundle

I'm follow the guide on To Integrating IvoryCKEditorBundle in EasyAdminBundle, I'm using Symfony 3.1.10 version and EasyAdminBundle 1.17.12 I put on AppKernel new Ivory\CKEditorBundle\IvoryCKEditorBundle(), //CK Editor and just like say in the…
-2
votes
2 answers

How can i block a user account in symfony 6?

Im using symfony 6 and easyadmin 4. Im trying to figure out how to block a user account on my website but i can't find a solution. I tried to create a role named: ROLE_BLOCKED and then use a function like IsDenied in the controllers to block the…
yaboiii23
  • 29
  • 5
-2
votes
1 answer

How to translate the Main Menu Labels in Symfony 5, EasyAdmin 4?

I am using Symfony EasyAdmin 4 and couldn't figure out how to change the main menu's entities' labels. They default to their entities' name. This seems easily achievable with EasyAdmin 2.x, as the old docs show. But none of the files mentioned there…
Omar Trkzi
  • 130
  • 1
  • 2
  • 13
-2
votes
1 answer

Easyadmin - Float value convert into integer

When I save a data in a easyadmin rendered form, value defined like float in swap into integer. Even if I put a float value in database, it is show as integer. My entity: /** * @var float * * @ORM\Column(name="cuantia", type="float", precision=8,…
-2
votes
1 answer

how to customize Roles in eazyadmin bundle with symfony 3

i am working with symfony 3 and phpMyAdmin and i am trying to customize the menu part of the EasyAdmin bundle based on an ROLE_ADMIN or SUPPER_ADMIN_ROLE Any HELP ??!
Assd
  • 1
-2
votes
2 answers

I don't find the folder and file app/appkernel.php in symfony 4 ton enable Easy Admin Bundle

To install EasyAdmin Bundle, I need to enable the bundle in app/AppKernel.php but I don't find it ! Please help ! Thanks !!!
2nssy
  • 1
  • 2
-3
votes
1 answer

symfony 4 easyadmin add association field and select other field in this entity

I want to use a field in an entity that is linked in another entity that I use in my controller. I use easyadmin 3 and symfony 4. How to make an AssociationField in this condition? Can someone give me a hand? thanks Example: In a "payment" table,…
Ravo
  • 1
  • 2
-3
votes
1 answer

Display only parent entity in PAGE_INDEX of CRUD Controller (Symfony - EasyAdmin)

I have 2 entities, User and Mairie that extends User. In my UserCrudController, the index page displays both child and parent entities. I only want the parent entities, How can I do ? Thank you in advance, Renaud
-3
votes
1 answer

Php Symfony Easy Admin Edit Page Customization

I've started to work on a project with the new company that I work for, some part of my job definition is to maintain existing website yet my experience on the used technologies is limited I can even say it's slim to none. The problem that I'm…
-3
votes
1 answer

Bind record to another entity

I have a blog with posts. There is a field blog.creator = user.id. Accordingly, there are two entities. I want that when creating an entry in the blog table, the id of the authorized user is put in the blog.creator field. how to do it…
bars
  • 107
  • 5
1 2 3
28
29