EasyCorp / EasyAdminBundle

EasyAdmin is a fast, beautiful and modern admin generator for Symfony applications.
MIT License
4.09k stars 1.03k forks source link

The URL design is very poor, it's too long and scary. How can I optimize it? #5689

Closed askuiop closed 1 year ago

askuiop commented 1 year ago

The URL design on the backend is very bad, too long and scary, which leads to my fear of using it.

Is there any way to generate good-looking and reliable urls?

javiereguiluz commented 1 year ago

@askuiop we don't have short-term plans to change the generation of admin URLs.

If this is a blocker for your or your project, I'm afraid you'll need to use other projects. For example, SonataAdmin has short and good-looking URLs: https://github.com/sonata-project/SonataAdminBundle. You can also check out Api Platform API: https://api-platform.com/docs/admin/

Cheers!

askuiop commented 1 year ago

@javiereguiluz I come from sonatadmin...

javiereguiluz commented 1 year ago

Not sure what to say. If you don't like Sonata and you don't like EasyAdmin ... try the Api Platform admin ... or even create your own backend. I know it looks like a lot of work, but it's the only way to make it feel and work like you want and it will be totally customizable by you. Sorry!