How can i register plugins dynamically
Hello, i'm working on table where you can enable/disable plugins, is there a way to register plugin to a panel dynamically and load the corresponding pages and resources
class AdminPanelProvider extends PanelProvider
{
public function panel(Panel $panel): Panel
{
return CustomPanel::make()
// ...
}
}