PHPackages                             lucid-arch/laravel-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. lucid-arch/laravel-console

AbandonedArchivedLibrary

lucid-arch/laravel-console
==========================

The Command Line Interface for the Lucid Architecture

v7.0.0(6y ago)2677.2k↓50%192MITPHP

Since Jun 25Pushed 2y ago14 watchersCompare

[ Source](https://github.com/lucidarch/console-laravel)[ Packagist](https://packagist.org/packages/lucid-arch/laravel-console)[ RSS](/packages/lucid-arch-laravel-console/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (5)Versions (41)Used By (2)

Lucid • Console
===============

[](#lucid--console)

The Console companion for the Lucid Architecture.

Command Line Interface
----------------------

[](#command-line-interface)

The console ships with a command line interface called `lucid` that you can find in `vendor/bin/lucid` and use as

```
lucid make:feature ListUsers Api

```

> To be able to address the `lucid` cli directly you need to have `./vendor/bin` as part of your `$PATH`. To do that, put this in your shell profile (~/.bash\_profile, ~/.zshrc, ~/bashrc) `export PATH="$PATH:./vendor/bin`"

### Available Commands

[](#available-commands)

- `help` Displays help for a command
- `list` Lists commands
- **make**
    - `make:controller` Create a new resource Controller class in a service
    - `make:feature   ` Create a new Feature in a service
    - `make:migration   ` Create a new Migration in a service
    - `make:operation   ` Create a new Operation in a service
    - `make:job       ` Create a new Job in a domain
    - `make:service   ` Create a new Service
    - `make:model     ` Create a new Model
    - `make:request   ` Create a new Request in a service
    - `make:policy   ` Create a new Policy
- **list**
    - `list:features` List the features.
    - `list:services` List the services in this project.
- **delete**
    - `delete:feature` Delete an existing Feature in a service
    - `delete:operation` Delete an existing Operation in a service
    - `delete:job    ` Delete an existing Job in a domain
    - `delete:service` Delete an existing Service
    - `delete:model   ` Delete an existing Model
    - `delete:request ` Delete an existing Request in a service
    - `delete:policy  ` Delete an existing Policy
- **src**
    - `src:name       ` Set the source directory namespace.

### Commands Usage

[](#commands-usage)

#### Make

[](#make)

- `make:controller  []`
- `make:migration  `
- `make:feature  []`
- `make:job   [--queue]`
- `make:service `
- `make:model `
- `make:request  []`
- `make:policy `

#### List

[](#list)

- `list:services`
- `list:features []`

#### Delete

[](#delete)

- `delete:service `
- `delete:feature  []`
- `delete:job  `
- `delete:model `
- `delete:request  []`
- `delete:policy `

#### Set Source Namespace

[](#set-source-namespace)

- `src:name `

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity41

Moderate usage in the ecosystem

Community28

Small or concentrated contributor base

Maturity75

Established project with proven stability

 Bus Factor1

Top contributor holds 69.2% of commits — single point of failure

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

Every ~44 days

Recently: every ~123 days

Total

32

Last Release

2237d ago

Major Versions

v0.1.0 → v5.1.02016-06-25

v0.5.5 → v5.5.02017-10-31

v5.8.0 → 6.0.x-dev2019-11-30

v6.0.1 → v7.0.02020-04-02

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4564469?v=4)[Sociata](/maintainers/Vinelab)[@Vinelab](https://github.com/Vinelab)

---

Top Contributors

[![Mulkave](https://avatars.githubusercontent.com/u/2647333?v=4)](https://github.com/Mulkave "Mulkave (108 commits)")[![harris21](https://avatars.githubusercontent.com/u/1542015?v=4)](https://github.com/harris21 "harris21 (25 commits)")[![alisissa](https://avatars.githubusercontent.com/u/443781?v=4)](https://github.com/alisissa "alisissa (6 commits)")[![kohlerdominik](https://avatars.githubusercontent.com/u/18621527?v=4)](https://github.com/kohlerdominik "kohlerdominik (4 commits)")[![ionut-tanasa](https://avatars.githubusercontent.com/u/44393839?v=4)](https://github.com/ionut-tanasa "ionut-tanasa (4 commits)")[![speccode](https://avatars.githubusercontent.com/u/1951131?v=4)](https://github.com/speccode "speccode (3 commits)")[![jonasemde](https://avatars.githubusercontent.com/u/5083193?v=4)](https://github.com/jonasemde "jonasemde (2 commits)")[![Lazir](https://avatars.githubusercontent.com/u/8512569?v=4)](https://github.com/Lazir "Lazir (1 commits)")[![lezhnev74](https://avatars.githubusercontent.com/u/10206110?v=4)](https://github.com/lezhnev74 "lezhnev74 (1 commits)")[![glorand](https://avatars.githubusercontent.com/u/883989?v=4)](https://github.com/glorand "glorand (1 commits)")[![bart](https://avatars.githubusercontent.com/u/5200235?v=4)](https://github.com/bart "bart (1 commits)")

---

Tags

laravelmvcarchitectureddddomainslucid

### Embed Badge

![Health badge](/badges/lucid-arch-laravel-console/health.svg)

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.7k509.9M17.0k](/packages/laravel-framework)[lucidarch/lucid

An architecture for scalable software.

326307.6k2](/packages/lucidarch-lucid)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)

PHPackages © 2026

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