Registry / cli / illuminate-console

illuminate-console

JSON →
library12.51.0phppackagistunverified

The Illuminate Console package provides Artisan command functionality for Laravel.

composer require illuminate/console
INSTALL
IMPORT
SIG · ILLUMINATE-CONSOLE
I
illuminate-console
cliphpv12.51.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Command
use Illuminate\Console\Command;

Defines a custom Artisan command by extending the Command class.

use Illuminate\Console\Command; class MyCommand extends Command { protected $signature = 'my:command'; protected $description = 'My custom command'; public function handle() { $this->info('Hello World!'); } }
Debug
Known issues
gotchaRequires Laravel application context; standalone usage may need additional setup.
fix
Use within a Laravel project or manually bootstrap the container.
affects: >=5.0
Upgrade
Version history
12.51.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
30 hits · last 30 days
node
30
Resources
illuminate-console — pip install illuminate-console · libregistry