brixlab/core

AI Based content creation

dev-main 2024-04-17 12:28 UTC

This package is auto-updated.

Last update: 2024-04-17 12:28:39 UTC


README

composer install brixlab/core

Write brix plugins

Create a /src/boostrap.php file

class SomeFunctionality extends \Brix\Core\AbstractBrixCommand {


}

\Phore\Cli\CliDispatcher::addClass(SomeFunctionality::class, "some-functionality");

Brix brix-autoload.php File

Register custom commands and plugins in the brix-autoload.php file: