367 search results for EasyAdmin

Hi everyone, I am having an issue with easyadmin. It is a kind of issue I saw in Ryan tutorials, but I never saw this issue resolved. Basically, when I edit an entry and one particular field is a ManyToOne relation ...
Alessandro-D
Alessandro-D
Read Full Comment
Hello Ryan, Thank you very much for this nice tutorial. I have a small (or big) question: When I implement such an Application with EasyAdmin Bundle, I would like to make Mobile Apps with Ionic (2 or 3) to connect ...
Entwickler
Entwickler
Read Full Comment
Hi guys, For some reasons the easyadmin-all.css & easyadmin-all.js files a not loaded. When i check in my browser's console they both have a 404. When i open the source code of the page and try to click both css & js ...
Hey Tomas, You're right, it's the latest for now. Sure, let's figure out together. You can find the bundle on Packagist: https://packagist.org/packages/easycorp/easyadmin-bundle - as you can see in the right sidebar ...
Hey Alessandro, Hm, interesting... what version of 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 ...
... > EasyAdmin with SF4 + connection with Guard Also, what do you mean about this? EasyAdmin is just a tool to generate admin interface for your Symfony aplpications. But Guard is all about authentication. So, they are not ...
Hi guys, I have an issue. When I set a new "resource" in easy_admin.yaml : easy_admin_bundle: resource: "@App/Controller/EasyAdmin/AdminController.php" prefix: /easyadmin type: annotation Getting this Error: An ...
... problem? Are you sure you have "web/bundles/easyadmin/stylesheet/easyadmin-all.min.css" file exist in this path? Cheers!
Can you please add to your plans : + How to make a landing page (dashboard) for easyadmin because currently, EasyAdmin doesn't have a real backend homepage. When you access the backend, you are redirected to the list action of the first configured entity . + Export data into csv file . ...
Hm, i get no navbar on the left .. i use the latest sf and easyadmin. i see only the welcome page. any ideas why? if i use a custom template like that ``` {% extends '@EasyAdmin/page/content.html.twig' %} {% block ...
Hey |mention:51653| Thank you for your feedback! I'll share it with the team > By the way, I've always wondered if it was possible to override EasyAdmin to use DataTables instead and have it use Ajax requests ...
MolloKhan
MolloKhan
Read Full Comment
Hey Ahmedbhs, I suppose so, try `css_class` for this. Check more information in the docs: https://symfony.com/bundles/EasyAdminBundle/2.x/book/menu-configuration.html#css-classes - though this version of EasyAdmin ...
Hey Scott, If you're interested in Symfony UX integration in EasyAdmin - please, take a look at this chapter where we're talking about it and integrates ChartJS via Symfony UX into EasyAdmin dashboard: https://symfonycasts.com/screencast/easyadminbundle/dashboard-page I hope that helps! Cheers! ...
Hey Victor, I have this version of EasyAdmin Bundle installed: "name": "easycorp/easyadmin-bundle", "version": "v4.0.9", I think this one is the actualy latest. I am sorry, but I am beginner ...
skocdopolet
skocdopolet
Read Full Comment
Hey Andrzej S. I'm afraid there was a confusion. This tutorial uses Symfony 6 and PHP 8 but it doesn't mean that you can only run EasyAdmin on those versions. EasyAdmin comes with its own version constraints that you ...
MolloKhan
MolloKhan
Read Full Comment
In documentation for fields i missing info for choicetype, i'm not sure how to deal with roles to be assigned from easyadmin, and encode new password for user. Another one, upload some files from easyadmin? Would we find something later on about that kind of stuff in this course? ...
Is EasyAdmin compatible with Symfony 5.1.3? I am working now on a project in symfony 5 and I need to decide what to use for the admin part. Seems like sonata is not compatible with symfony, how about easyadmin? Thank you ...
Alexandru
Alexandru
Read Full Comment
Does EasyAdmin support entity classes with constructor arguments for properties that are meant to be not nullable? EasyAdmin instantiates the entity class even if you click the "Add " button, right? Unfortunatelly this results in an "Too few arguments to function __construct()" error. Do you have a solution for this problem? ...
Roland W.
Roland W.
Read Full Comment
{% extends '@EasyAdmin/default/list.html.twig' %}
// ... lines 2 - 8
See Code Block in Script
14 lines | app/config/routing.yml
// ... lines 1 - 9
easy_admin_bundle:
// ... lines 11 - 12
prefix: /easyadmin
See Code Block in Script