PHPackages                             laradic/console - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [CLI &amp; Console](/categories/cli)
4. /
5. laradic/console

ActiveLibrary[CLI &amp; Console](/categories/cli)

laradic/console
===============

Extra console application and/or command features

1.0.0(9y ago)015MITPHPPHP &gt;=5.5.9

Since Aug 14Pushed 8y ago1 watchersCompare

[ Source](https://github.com/laradic/console)[ Packagist](https://packagist.org/packages/laradic/console)[ RSS](/packages/laradic-console/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (7)Versions (2)Used By (0)

Laradic Console
===============

[](#laradic-console)

[![Source](https://camo.githubusercontent.com/1cb76c11170af3357725a7e369a37ad511e5e9974695787e88c98650b82d8eef/687474703a2f2f696d672e736869656c64732e696f2f62616467652f736f757263652d6c6172616469632f636f6e736f6c652d626c75652e7376673f7374796c653d666c61742d737175617265)](https://github.com/laradic/console)[![License](https://camo.githubusercontent.com/6a2572dafac6d22afec31dec7587a0e669706344366f564500cf557e816b1714/687474703a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d677265656e2e7376673f7374796c653d666c61742d737175617265)](https://tldrlegal.com/license/mit-license)[![Framework](https://camo.githubusercontent.com/62581a9ee0379ece42812d579eb637d46e3a0d94b9227bf4ad06858e20c72818/687474703a2f2f696d672e736869656c64732e696f2f62616467652f6672616d65776f726b2d4c61726176656c352d6f72616e67652e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/62581a9ee0379ece42812d579eb637d46e3a0d94b9227bf4ad06858e20c72818/687474703a2f2f696d672e736869656c64732e696f2f62616467652f6672616d65776f726b2d4c61726176656c352d6f72616e67652e7376673f7374796c653d666c61742d737175617265)

This package extends the default Laravel Console and adds several new features.

The package follows the FIG standards PSR-1, PSR-2, and PSR-4 to ensure a high level of interoperability between shared PHP code.

Installation
------------

[](#installation)

```
composer require "laradic/console:~1.0"
```

Quick Overview
--------------

[](#quick-overview)

**Full documenation** @ [la.radic.nl](https://la.radic.nl)

There are 2 ways of using this package.

#### Command only

[](#command-only)

Command only means you only use the `Laradic\Console\Command` class, which is an extension of `Illuminate\Console\Command` with several improvements and additional features. It is possible to use this class to extend your own Commands from without needing to register the service provider or extend the Kernel.

Go to the [Command](docs/commands/command.md) documentation

#### Full features

[](#full-features)

Beside using the `Laradic\Console\Command` for your commands, to enable full features it is required to extend your Console Kernel from the `Laradic\Console\Kernel` and register the `Laradic\Console\ConsoleServiceProvider`.

In most cases this means editing the **app/Console/Kernel.php**:

```
namespace App\Console;
use Illuminate\Console\Scheduling\Schedule;
// change
use Illuminate\Foundation\Console\Kernel as ConsoleKernel;
// to
use Laradic\Console\Kernel as ConsoleKernel;

class Kernel extends ConsoleKernel {}
```

And registering the `Laradic\Console\ConsoleServiceProvider` inside **config/app.php**

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3608d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/303828383a9c2bf382436a61f4471425428b28c095c6df9a9714444cbc163538?d=identicon)[radic](/maintainers/radic)

---

Tags

consolelaravelbootstraplaradic

### Embed Badge

![Health badge](/badges/laradic-console/health.svg)

```
[![Health](https://phpackages.com/badges/laradic-console/health.svg)](https://phpackages.com/packages/laradic-console)
```

###  Alternatives

[nunomaduro/collision

Cli error handling for console/command-line PHP applications.

4.7k348.7M10.5k](/packages/nunomaduro-collision)[laravel/sail

Docker files for running a basic Laravel application.

1.9k199.2M1.2k](/packages/laravel-sail)[nunomaduro/laravel-console-menu

Laravel Console Menu is an output method for your Laravel/Laravel Zero commands.

815424.6k52](/packages/nunomaduro-laravel-console-menu)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
