jeroennoten / Laravel-AdminLTE

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

[FEATURE]: Auto show right sidebar when section is present #1140

Open atulmahankal opened 1 year ago

atulmahankal commented 1 year ago

Describe the bug

The 'right_sidebar' => false option may be used to enable the right sidebar on all pages.

Expected behavior

It may be auto, if @section('right-sidebar) is present on a blade view extending the layout.

dfsmania commented 1 year ago

This may be a good change for a future major version, however changing this right now may lead to backward compatibility problems...