admin theme per user

Laraship QuestionsCategory: Technicaladmin theme per user
st3fan asked 4 years ago
I know this is not implemented yet, but can you redirect me where the code for this can be to do something like this:   if (user()->id() == 1) {
  $theme = 'admin-custom';
}
1 Answers
laraship Staff answered 4 years ago
Hello, It will be under Corals/core/Foundation/Http/Controllers/AuthBaseController.php
public function setTheme(){

}