…But any dump in easy_admin templates break the app with this error 'Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\OutOfMemoryError: "Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 65028096 bytes)" at /home/petrero/www/EasyAdmin/vendor/twig/twig/src/Extension/DebugExtension…
Hello, would you please give me some hints how can I integrate my AWS DynamoDb with easyadmin ?
…EasyAdmin do you have? This sounds like a bug, probably if you could upgrade to the latest EasyAdmin it will fix the problem. Or probably the variable was renamed to form but in your application it calls differently. Did you override any parts of EasyAdmin…
…It should point to your EasyAdmin controller(s) folder or file (depending if you pretend to have more than one controller to manage EasyAdmin actions) and it should work
```
// config/routes/easy_admin.yaml
easy_admin_bundle:
resource: "../../Controller/EasyAdmin/AdminController.php" # or "../../Controller/EasyAdmin/"
`…
…to configure that route.
I changed the controller directory(src/Admin), but that didn't help either.
Any ideas what this could be?
And of course my controller:
`
namespace App\Controller\EasyAdmin;
use EasyCorp\Bundle\EasyAdminBundle\Controller\EasyAdminController as BaseAdminController;
class AdminController extends BaseAdminController
{
public…
It's about having a real homepage for our backend ,I dont know how to implement the solution with easyadmin ,because everything should be configured . Anyway, all we need is an empty homepage.html.twig template, where we will render some informations from our controller…
This is great! Now what I need to figure out is how to integrate this with easy admin. I know how to make custom form types for individual fields, but I'm having trouble finding how I can use $builder in the crud controller itself…
How does this work in symfony 6? I'm using easy admin and can't see data in options.
Hi mate, I have a project created with symfony 6 and easy admin 4, currently I'm migrating from a "conventional" approach to an API to be used by a react frontend.
Well, my question is regarding input type files, I created a Service to…
Hi team, my question is: if I use Symfony with Api Platform and Easy Admin, where I have to write "unified" logic to hash the password for both applications?
I think that in that case a listener/subscriber is better, right?
Hi guys:
I returned to check Chapter 16 because I have deployed a Symfony App that uses Easy Admin Bundle and I got an error saying ../var/cache/prod/easy_admin was not writable. I fixed it giving 0777 to that folder but I wonder…
I finally found what i was looking for. I did put the entity controller in easy_admin.yaml and then i customized the new action so it is now a route (user_new), then i created a route named user_new and inside it i…
Thanks MolloKhan, can you tell me how I can configure my easy_admin.yaml so that the userType value is displayed in the list view?
Hi Team !
I faced a funny behaviour with embed form (collection).
So I have this in easy_admin.yaml
```
- { property: 'files', type: 'collection', type_options: { entry_type: 'App\Form\ResourceFileFormType', allow_delete: true, allow_add: true , by_reference: false, block_name: 'resource_file' }}
```
It works…
…to be relevant?
Not trolling bro, just frustrated and borderline trying to make myself feel better about my choices to remain with SF.
Anyway, gonna try and figure it out dumping this fking easyadmin with all its happy talking in the deprecation bin.
Regards,
Aries
…website is https, but the server is behind the revproxy, so the xhr call made by easyadmin are in http and I have problem to see the filter page due to browser mixed content error; how can force easyadmin to call filter xhr in https?
Hey Yassin,
Glad to hear it works for you now. I suppose you may have a link to the EasyAdmin's detail page for the Question entity, and seems in that link there's missing `entityId` parameter - that's required for generating links to the…
…to display the name of the external entities instead of the id number in my backend.
2) When creating/editing an entity with EasyAdmin I would like to display readable options provided by the API to then store the id.
Hope you can provide some…
…the upload directory is set directly in the helper that sends the image to S3. I tried to manage this in EasyAdmin to retrieve the image, but the only way I got it to work was by modifying the flysystem configuration to define the upload…
…you thought about creating a tutorial about Sylius? I know there is a Sylius online course published by the authors, but no one does it like you. There are courses about EasyAdmin, NetGen Layouts, and Drupal on SymfonyCast. Why not consider creating a tutorial about…
x
597