koftikes/symfony-adminlte-bundle

Is it working with symfony 3.2.4?

Closed this issue · 3 comments

kesar commented

I've been following the config but the path of the components doesnt seem to work. Anybody else having the same issue ? Using 3.2.4

<link rel="stylesheet" href="/css/admin-lte-bundle.min_bootstrap.min_1.css"/>
<link rel="stylesheet" href="/css/admin-lte-bundle.min_font-awesome.min_2.css"/>
<link rel="stylesheet" href="/css/admin-lte-bundle.min_AdminLTE.min_3.css"/>
<link rel="stylesheet" href="/css/admin-lte-bundle.min__all-skins.min_4.css"/>

Please, Run the following two commands:
php .\bin\console assets:install
php .\bin\console assetic:dump

kesar commented

yeah, thx i realised about it after write 👍 👍

perhaps worth to add to the doc ?

that was done.