Change AdminPanelProvider primary color through model
I think your best bet in this case is to set a default color and change it only if a user has an active session, otherwise I am not sure if there is a better approach
Change AdminPanelProvider primary color through model
I tried with the following by checking available examples for configureUsing online and added configureUsing in the boot method of the AdminPanelProvider like this but had no success, not sure if im doing something wrong