hedronium\Jables\JablesServiceProvider::boot PHP Method

boot() public method

public boot ( )
    public function boot()
    {
        $this->publishes([__DIR__ . '/config/jables.php' => config_path('jables.php')]);
        $this->commands(['jables.commands.jables', 'jables.commands.check', 'jables.commands.refresh', 'jables.commands.destroy', 'jables.commands.dependencies', 'jables.commands.tags', 'jables.commands.create-table', 'jables.commands.create-folder']);
    }
JablesServiceProvider