Which course would you recommend to use user management with easyadmin?
Hey Tom,
This is the latest version of the EasyAdmin tutorial. Yeah, in Symfony 6.2 the PHP attributes like `#[IsGranted('ROLE_ADMIN')]` you mentioned should work out of the box now, so you don't need to install that extra `sensio/framework-extra-bundle…
Hi victor yes i try work around with symfony and easyadmin, is great :). But i dont know why i still got missing messager ?_? how can overrider translation von easyadmin in 'de' order fix this missing
|
|
// ... lines 1 - 3
|
|
<form action="{{ action.linkUrl }}" method="POST"> |
|
{{ include('@EasyAdmin/crud/action.html.twig') }} |
|
</form> |
See Code Block in Script
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…
…work with easyadmin. I have installed the @symfony/ux-turbo and added it to the easy admin dashboard with the configureAssets like so:
```
public function configureAssets(): Assets
{
return Assets::new()
->addWebpackEncoreEntry('app');
}
```
you can see that it has been added to the easyadmin head script…
|
|
// ... lines 1 - 4
|
|
<span class="fa fa-key"></span> |
|
{{ include('@EasyAdmin/crud/field/id.html.twig') }} |
See Code Block in Script
Is there any tutorial coming soon for the EasyAdmin v3. I think we would all appreciate a good guide on that, by you guys :)
Hi,
I'am trying the use the DateTimeFiled in easyAdmin 3.0.2 bit i'am confused. This is my config for this Field in PostCrudController under configureFields method:
`
DateTimeField::new('publishedAt')
->setFormTypeOption(['widget' => 'single_text'])
->setFormat('dd-MM-yyyy HH:mm')
->setCssClass('datepicker…
Hey Alessandro D.
EasyAdmin fully relies on the Symfony Form component, so you can do the exact same thing EasyAdmin forms as you would do with "normal" forms. What you need to do is to specify the "choice_label" option (Docs: https://symfony.com/doc…
…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, EasyAdmin (by default) generate an…
Hi
Are you planning to update the tutorial on EasyAdmin with SF4 + connection with Guard ?
best regards,
Gregory
Hey @Duri3l
Looks like you are already a pro on EasyAdmin! Congrats!
Thanks for sharing your case and solution to others
Cheers!
I just did: *composer require symfony/ux-turbo* at my Easy Admin project.
My controllers.json was edited:
```
"controllers": {
"@symfony/ux-turbo": {
"turbo-core": {
"enabled": true,
"fetch": "eager"
},
"mercure-turbo-stream": {
"enabled": false,
"fetch": "eager"
}
}
},
```
At my composer.json I have the *"symfony/ux-turbo…
I'm wondering how this is different for Symfony 6 and Easy Admin 3/4. Where would I look?
Hey Victor,
Sorry but could you help me
The easy admin assets aren't loading and the none of the javascript is firing. I'm getting 404 errors for woff2 ttf and woff fonts
Hello Diego,
I want to thank you for creating Easy Admin. I really love using it, and I'm grateful for this tutorial.
I have a question about collection fields that I was hoping you could answer for me:
When the entry type for a…
I've updated my fork of the course (https://github.com/survos-sites/easyadmin-cast) with _everything_, foundry:^2, php8.4, Symfony 7.2, doctrine/persistence:^4, I mean everything. And every recipe. AssetMapper instead of Webpack. Attributes instead of annotations.
```
composer outdated
Direct dependencies…
Thanks for this awesome course. EasyAdmin looks pretty amazing. But i think what's really missing is a repeater component, so you can have master/detail forms. Like for example having a form on the top for creating an order and then a repeater at…
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!
x
597