Georges.L

Results 105 comments of Georges.L

I can confirm this behavior as well as OP.

> It shouldn't that hard to create a reproducer... > > If I understood correctly the phpfastcache code, it should be something like https://phpstan.org/r/78c48681-6423-4652-a7f3-0f46c516505b Yeah, exactly, I struggled trying to...

Please note that this is a bug probably recently introduced as this feature was working well since a year I developed it. The bug a been probably introduced with all...

Hello @javiereguiluz, You should take a look at the work of Marcin Jozwikowski: https://github.com/marcin-jozwikowski/easy-admin-pretty-urls

1) Allow you no to hardcode the entity name in the route but a custom path using customs pattern. In my case I have a view of "Animal" in my...

And another important thing I contributed to this plugin is the ability to specify the default dashboard for each URL-rewriten controllers. In my case again, I have two major area:...

If you're interested, it's something I implemented here: https://github.com/marcin-jozwikowski/easy-admin-pretty-urls/pull/38/files Currently you implementation **is nice and very welcome**, but still miss key features implemented by [marcin-jozwikowski/easy-admin-pretty-urls](https://github.com/marcin-jozwikowski/easy-admin-pretty-urls) :)

> I have apps with two dashboards and each one has its own menu completely independent from each other. That's a built-in feature in EasyAdmin since day one. Did you...

Let me explain you better again: I have a dashboard in my "volunteer" area that show to a foster family its own view of its animal in his house with...

> Apart from that, I double checked again the issue that you mentioned with the dashboards, etc. When using pretty URLs I cannot reproduce this error. I have two dashboards,...