jeroennoten / Laravel-AdminLTE

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

[FEATURE] Disable Dark Mode Route #1026

Open MarioVillani opened 2 years ago

MarioVillani commented 2 years ago

Hello, what's the cleanest way to disable POST adminlte/darkmode/toggle route?

I don't want to use the feature in the project, so i've added

_'layout_darkmode' => null

in my adminlte.php config file but the route is still available.

dfsmania commented 2 years ago

@MarioVillani I think currently there is no way to disable loading of darkmode routes. I will review this on the future.