You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the documentation https://github.com/dmstr/yii2-adminlte-asset#adminlte-plugins, you explain how to include AdminLTE plugins, specifically in this attribute for AdminlteAssets object: public $sourcePath = '@vendor/almasaeed2010/adminlte/plugins';
AdminLTE has been updated and this directory has been dropped from 2.4.9.
I suggest a change in the documentation for AdminlteAssets source path to '@vendor/almasaeed2010/adminlte/dist'
The text was updated successfully, but these errors were encountered:
@schmunk42 in 2.4.9 the plugins directory is outside the dist directory but is not available on update. I will open an issue in AdminLTE github repository inquiring it.
In the documentation https://github.com/dmstr/yii2-adminlte-asset#adminlte-plugins, you explain how to include AdminLTE plugins, specifically in this attribute for AdminlteAssets object:
public $sourcePath = '@vendor/almasaeed2010/adminlte/plugins';
AdminLTE has been updated and this directory has been dropped from 2.4.9.
I suggest a change in the documentation for AdminlteAssets source path to
'@vendor/almasaeed2010/adminlte/dist'
The text was updated successfully, but these errors were encountered: