EasyCorp / EasyAdminBundle

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

Todos before 5.0.0 release #5116

Open michaelKaefer opened 2 years ago

michaelKaefer commented 2 years ago

Just to remember it:

featuriz commented 2 months ago

For v5

  1. assert mapper or webpack
  2. Tailwindcss or bootstrap
jbonnier commented 1 month ago

Please, not Tailwind, I know it's hype but it is horrible.

gliderShip commented 1 month ago

Please, not Tailwind

Eptagone commented 3 weeks ago

Yes. Tailwind please. And, what about Vite?

RHosono commented 1 week ago

Bootstrap 5 pls, not Tailwind.

ksn135 commented 1 week ago

1) assert mapper 2) bootstrap

zpi12lmm commented 1 week ago

Webpack and Bootstrap

(Tailwind looks terrible and AssertMapper will be the reason not to upgrade to version 5.0.0)

pfpro commented 1 week ago

what is your main argument against assertmapper?

zpi12lmm commented 1 week ago

what is your main argument against assertmapper?

in most cases we have complex build systems for different types of client code that need to be controlled at every level, build systems do a great job of this, but AssetMapper limits this process and allows you to use what you have, you can also learn this tutorial: Is this for Every Project?

pfpro commented 1 week ago

Thx for the hint!