369 search results for EasyAdmin

{% extends '@EasyAdmin/default/list.html.twig' %}
// ... lines 2 - 8
{% block global_actions %}
// ... lines 10 - 11
{% if easyadmin_action_is_enabled_for_list_view('export', _entity_config.name) %}
<div class="button-action">
// ... lines 15 - 18
</div>
{% endif %}
{% endblock global_actions %}
See Code Block in Script
// ... lines 1 - 4
use App\EasyAdmin\VotesField;
// ... lines 6 - 14
class QuestionCrudController extends AbstractCrudController
{
// ... lines 17 - 21
public function configureFields(string $pageName): iterable
{
// ... lines 24 - 35
yield VotesField::new('votes', 'Total Votes')
// ... lines 37 - 55
}
}
See Code Block in Script
I have the same issue with EasyAdmin, I've actually used the Composer patches plugin to patch the bundle in a couple of places where it was relying on `__toString `for object casts. Thing is, in some applications ...
I’m trying to recreate the securing EasyAdmin process from scratch - in other words I’m not using the provided project files but creating it by myself from scratch taking from this tutorial the best I can. And now I’m ...
... ". For something like EasyAdmin, there is a lot of JavaScript that you don't have control over. And so, there's nothing you can do. But I don't think it's a huge deal: use Turbo where you can, and skip it where you can't ...
weaverryan
weaverryan
Read Full Comment
... the error to importing bootstrap in our custom javascript we were adding to EasyAdmin. For instance in our custom javascript we had: ``` import { Modal } from 'bootstrap'; ``` which caused the error. Probably from ...
Hey Debasish, Unfortunately, that's not available our of the box. I suppose you can create a custom EasyAdmin filter in this case, and with some AJAX requests it's doable. I'm not sure if you can reuse the exist ...
Hey Alexandru! Nice find :). So yes, it is compat with Symfony 5 (as you discovered) but no, this tutorial is not going to fit well with EasyAdmin 3. We're currently working on an update, but it's still in development ...
weaverryan
weaverryan
Read Full Comment
For your information, this bundle from Javiere is abandoned and no longer maintained. https://packagist.org/packages/javiereguiluz/easyadmin-bundle The following Bundle is suggested : https://github.com/EasyCorp/EasyAdminBundle ...
Pascal A.
Pascal A.
Read Full Comment
Hey! Imagine if we could do this in EasyAdmin, it would be incredible! Looking forward to seeing if this happens, and what possibilities it may offer! ...
Finally! Many thanks for your great efforts! I really enjoy learning the EasyAdmin 4 course. Now, I will continue learning the other course of Symfony 6 track. ...
JoshuaGugun
JoshuaGugun
Read Full Comment
Mmm, if it is public/images how to protect images, i mean that images not possible to see directly, but possible to see via easyadmin? ...
EasyAdmin 4 requires PHP 8.0.2 or higher and Symfony 5.4 or higher. Why did you say that it only for Symfony 6? ...
Andrzej S.
Andrzej S.
Read Full Comment
Hi I have the same problem here. I can't see the "Dashboard" link. And I'm also stucked on the "Welcome to EasyAdmin 4" pag. ...
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? ...
Is there any tutorial coming soon for the EasyAdmin v3. I think we would all appreciate a good guide on that, by you guys :) ...
Hello ! Anything new on the next upcoming training sessions? I understand that an update on EasyAdmin 3 was planned? Is she coming soon? :) ...
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
RIP the mobile friendly easyadmin Why in the world javier thought removing responsive design was a good idea, I will never understand ...
Hey edin Thanks for sharing it. EasyAdmin has changed a lot since this tutorial but many of the topics taught here are still relevant Cheers! ...
MolloKhan
MolloKhan
Read Full Comment