597 search results

Is there something similar to the "page composer" functionnality of Sonata but using Easy Admin ? Easy Admin is actually preferred over Sonata but i can't find in Easy Admin anything close to this way for an admin to add content blocks inside a page…
Hey Gianluca, Hm, I suppose it's not only a problem of EasyAdmin links in your app, right? I mean, other URLs most probably are generated as HTTP as well? I bet the solution should be in configuring Symfony Trust Proxies correctly in your case…
Hey there, How can I mock a final class, I want to test something that use EasyAdmin's AdminUrlGenerator, but its final. Thanks Ju
julien_bonnier
julien_bonnier
Read Full Comment
I'm not saying it is impossible but basically, you'll have to modify EasyAdmin in a way that it can work with Turbo. That's something I've not done in the past, so I can't say how hard it might.
MolloKhan
MolloKhan
Read Full Comment
Do these methods work with AssetMapper? (I use Symfony 6.4 in my projects) From [EasyAdmin doc](https://symfony.com/bundles/EasyAdminBundle/current/design.html#adding-custom-web-assets) I can use `->addCssFile('asset logical path')` Is that correct? François
…found: "./vendor/easycorp/easyadmin-bundle/assets/js/app.js" contains a reference to the file "bootstrap/dist/js/bootstrap.bundle". This file can not be found, please check it for typos or update it if the file got moved. "./vendor/easycorp/easyadmin-bundle/assets/js…
pasquale_pellicani
pasquale_pellicani
Read Full Comment
Hello everyone and thank you to the SymfonyCast team for this series published to learn how to use the EasyAdmin Bundle as a pro. I'm a French speaker and I used deepl to translate this text. My problem isn't directly related to the…
Hi, it seems that the only way to use easyadmin's assets, after extending its layout, is to do `# remove the --symlink option if your system doesn't support symbolic links` `php bin/console assets:install --symlink` There is no way to use webpack encore…
pasquale_pellicani
pasquale_pellicani
Read Full Comment
Hey Delenclos-A , Unfortunately, nothing is available out of the box in EasyAdmin for this, so you literally would need to write a custom field for this and add some javascript code to make it work. Probably you could re-use some other JS lib…
Hi, I read all the tutorial and it's very hard for me (english and EasyAdmin). I have worked with SF2 (in the past). I appreciate tutorials because you go on detal and it makes sense to develop comprehension. Imagine many admins who,works in…
Delenclos-A
Delenclos-A
Read Full Comment
Hey Jiros1, Could you elaborate a bit more on your question? We have a course about EasyAdmin: https://symfonycasts.com/screencast/easyadminbundle . And we cover how to manage entities with this course, including users. Cheers!
Hey Tupolev, In this chapter: https://symfonycasts.com/screencast/easyadminbundle/dashboard - we configured the minimal role that's required to access the EasyAdmin pages. As you can see, we configured it for ROLE_ADMIN, so not every user will have access the admin interface, only…
I have error like this: :( Attempted to call an undefined method named "get" of class "App\Controller\EasyAdmin\QuestionCrudController". Did you mean to call e.g. "getEntityFqcn" or "getSubscribedServices"? In class QuestionCrudController() on export() method Did i have bad
… And then create the template to override: ```twig {# templates/admin/crud/new.html.twig #} {% extends '@EasyAdmin/crud/new.html.twig' %} {% block body_attr %} {{ stimulus_controller('admin/foo') }} {% endblock body_attr %} ``` This adds the `data-controller` attribute to the `body`. ```html ... ``` Hope this helps out others…
Coding010
Coding010
Read Full Comment
…line 130" That's one of the errors in my console. I'm even trying the "finished" version of the course code, and the admin dashboard looks like its not loading any styles from easyadmin at all, the whole page is smooshed to the left…
Hi, I do want to use Symfony UX Dropzone to upload multiple files (documents-type) with easyadmin. Can i get some guidance on how to go about it. ? thanks
Hello and thanks for this new tutorial! I'm stucked on the "Welcome to EasyAdmin 4" page. I even can't see the "Dashboard" link. Any idea?
Hey Yacine R. There will be a new course about EasyAdmin, but I can't say you any exact eta on it. Sorry for that =) Keep watching for any updates! Cheers!
Did you got any clues for the updated tutorial release ? i cant wait for the EasyAdmin 3 tutorial for Sf 5 , this bundle feel so great to use :)
Yacine R.
Yacine R.
Read Full Comment
Nevermind, I just found this https://symfony.com/blog/easyadmin-3-is-released This raise another question, is this course still good for EasyAdmin 3? Thanks
Alexandru
Alexandru
Read Full Comment