Introduction
A Booter will tell manager what to do with plugins when the $manager->boot() method is called.
There is no Booter by default but you can use the Mascame\Extender\Booter\Booter as booter that will use the Booter flow explained below
Booter flow
$manager->boot() -> $booter->boot($instance, $name) -> Whatever you need to do (for example: $instance->boot())
Updated less than a minute ago