Download the PHP package cboxdk/laravel-console-kit without Composer
On this page you can find all versions of the php package cboxdk/laravel-console-kit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download cboxdk/laravel-console-kit
More information about cboxdk/laravel-console-kit
Files in cboxdk/laravel-console-kit
Package laravel-console-kit
Short Description Extension hooks for a Cbox admin console — nav areas, feature gates, UI slots, dashboard cards and per-tenant branding that an optional package registers into via composer, with zero host edits. The plugin pattern behind billing and other drop-in modules.
License MIT
Informations about the package laravel-console-kit
Cbox Console Kit
cboxdk/laravel-console-kit — the extension hooks a Cbox admin console exposes so an
optional package can composer require in and light up a whole feature — nav, UI and
gates — with zero edits to the host app. It's the plug socket; a feature package
(billing, and others) is the plug.
The same kit is adopted by every console (cbox-id, ai-assistant, cortex, …), so one plugin works across all of them.
The four hooks
Host side
Adopt the kit in your console shell — seed your defaults, render the registry:
Gate a plugin's routes so they don't even exist when its feature is off:
Why a separate package
The hook contracts must be reusable across consoles, so they can't live inside any one app or inside the billing plugin. This package is just the shared socket — no feature logic, no UI of its own. Deny-by-default throughout: an unregistered feature is off, a gated page is hidden, a guarded route 404s.
License
MIT © Cbox.
All versions of laravel-console-kit with dependencies
illuminate/contracts Version ^12.0 || ^13.0
illuminate/support Version ^12.0 || ^13.0
illuminate/view Version ^12.0 || ^13.0