jeroennoten / Laravel-AdminLTE

Easy AdminLTE integration with Laravel
MIT License
3.78k stars 1.08k forks source link

[FEATURE] sidebar menu bottom left fixed settings bar #1254

Closed guga121 closed 4 months ago

guga121 commented 4 months ago

Is your request related to a problem? Please describe.

Hello, It's possible to create buttons links from the BuildingMenu that are fixed to the bottom of the sidebar and just be icon links (not full sidebar width) ? Like this:

adminlte-menu

Thanks !

Describe the solution you'd like

A clear and concise description of what you want to happen or the enhancement you want.

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context

Add any other context or screenshots about the feature request here.

dfsmania commented 4 months ago

Hello @guga121 there's no built-in support for that. But you are able to publish the package views and edit they to include whatever you want on the left-side menu. Take the issue #926 as a reference...

guga121 commented 4 months ago

Thank you Diego for your quick response. Very helpfull as always!! Regards