Creating a custom Booter
To create a installer you need to implement BooterInterface
You can also extend from AbstractBooter that will add some goodies like Eventable trait
<?php
class CustomBooter extends AbstractBooter implements BooterInterface {}
Updated less than a minute ago