Skip to content

Plugins!

Choose a tag to compare

@anthonyholmes anthonyholmes released this 26 Dec 00:59
· 75 commits to main since this release
  • Rename the Capo "App" namespace to "Capo"
  • Register service providers in capo-config.php
// capo-config.php

use Capo\Services\Plugins\Plugin;

return [
    'plugins' => [
        new Plugin(ServiceProvider::class, [ ...options ]),
    ]
];