avanzu / AdminThemeBundle

Admin Theme based on the AdminLTE Template for easy integration into symfony
MIT License
281 stars 149 forks source link

Is it possible to replace assetic by webpack-encore ? #229

Open craph opened 6 years ago

craph commented 6 years ago

In using Symfony 4 for my project and I would like to use AdminLTE as admin theme. In symfony documentation, they indicate that starting from Symfony 2.8, Assetic is no longer included by default in the Symfony Standard Edition Symfony 3 and Symfony 4.

FEATURE REQUEST:

Debug info

Component Version
Symfony version 4.0
AdminThemeBundle 1.3.5
kevinpapst commented 6 years ago

Yes there is, but it doesn't ship out of the box and it was a bit of a pain to set it up...

You can check out my solution (which is fas from being perfect, but it works). This project is using this bundle with Symfony 4 and webpack encore: https://github.com/kevinpapst/kimai2

craph commented 6 years ago

Thank you very much :) i will check it ^^