-
When I updated from SF 7.0 to 7.2 and upgraded the version of easyadmin 4.15 to 4.18 I got this error from Twig: EmptyNode cannot have children.
While commenting on various parts of the index and l…
-
#@Configuration
@EnableWebSecurity
FCEnableRetry
public class SpringSecurityConfig f
dAutowired
private RestAuthEntryPoint authenticationEntryPoint;
AuthenticateApiApplication.java
no usages & Urban K…
-
Hey, does this package work with EasyAdmin 3, or not?
If it does, are there any docs to follow?
Thanks.
-
Hello dev squad,
Is it correct that the behavior of "normal" symfony actions has not changed as part of the pretty URL adjustments?
> Instead of the expected /admin/business-stats clean URL, the g…
-
**Describe the bug**
When I add a custom action to the NEW page, I'm getting the `entity with "id = 0" does not exist in the database` error when trying to access it.
**To Reproduce**
```php
…
-
Hello,
I am having issues integrating version 2 with easyadmin (version 1 worked like a charm).
Anyone already able to get this to work?
Thanks.
-
When enable:
```
easyadmin:
resource: .
type: easyadmin.routes
```
I have 2 Folders that I always use. different Dashboard, different actions.
in:
>App\Controller\Admin`
I have:
>A…
-
**Describe the bug**
when deploying the app using production mode routes are not being generated till we call `bin/console router:debug`
**To Reproduce**
deploy the app (production mode)
remove …
-
Similar to [EasyAdmin demo](https://github.com/EasyCorp/easyadmin-demo), this can be based off the [official Symfony demo](https://github.com/symfony/demo).
The demo application should include exam…
Kreyu updated
2 months ago
-
Hi, in my project i use FOSCommentBundle and EasyAdmin on SF2.8
Your method "isCommentable" in Model\Thread.php is not modify with easyadmin....
config.yml for easyadmin:
My Class Article is extend …