Booting the extensions

Let's talk about the manager's boot method. Booting the Manager will:

  • Instantiate all registered extensions
  • Call the boot method on your chosen Booter implementation (which will decide what to do with the extension intance)
  • Handle new or removed registered extensions
<?php

$manager->boot();