PHPackages                             resera/console-commands - 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. resera/console-commands

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

resera/console-commands
=======================

Console commands for new laravel projects

0253PHP

Since Jan 7Pushed 5y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Instructions
============

[](#instructions)

Install package

`composer require resera/console-commands`

Add Provider in app.php

`Resera\ConsoleCommands\ConsoleCommandsServiceProvider::class,`

Commands
--------

[](#commands)

Generate boilerplate code

`php artisan generate:boilerplate`

Generate subsystem folders

`php artisan generate:subsystem {name}`

Example:

`php artisan generate:subsystem GeneralSubsystem`

Generate resource (Model + Repository + migration + seeder)

`php artisan generate:resource {name} --table={tableName}`

Example:

`php artisan generate:resource ClientTarget --table=client_targets`

Generate service

`php artisan generate:service {name} --subsystem={subsystem}`

Example:

`php artisan generate:service Book --subsystem=GeneralSubsystem`

Generate formatter

`php artisan generate:formatter {name} --subsystem={subsystem}`

Example:

`php artisan generate:formatter Book --subsystem=GeneralSubsystem`

Generate validator

`php artisan generate:validator {name} --subsystem={subsystem}`

Example:

`php artisan generate:validator Book --subsystem=GeneralSubsystem`

Generate facade

`php artisan generate:facade {name}`

Example:

`php artisan generate:facade Book`

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

 Bus Factor1

Top contributor holds 90% 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.

### Community

Maintainers

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

---

Top Contributors

[![resera](https://avatars.githubusercontent.com/u/53663226?v=4)](https://github.com/resera "resera (27 commits)")[![Vygantas-Lungis](https://avatars.githubusercontent.com/u/17689391?v=4)](https://github.com/Vygantas-Lungis "Vygantas-Lungis (3 commits)")

### Embed Badge

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

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

###  Alternatives

[seld/cli-prompt

Allows you to prompt for user input on the command line, and optionally hide the characters they type

24726.4M22](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

13045.3M6.2k](/packages/illuminate-console)[styleci/cli

The CLI tool for StyleCI

71464.1k9](/packages/styleci-cli)[winbox/args

Windows command-line formatter

20718.9k21](/packages/winbox-args)

PHPackages © 2026

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