PHPackages                             marceloxp/laravel\_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. marceloxp/laravel\_commands

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

marceloxp/laravel\_commands
===========================

Laravel Artisan Commands Utilities

1.0.21(7y ago)1155MITPHP

Since Oct 3Pushed 7y ago1 watchersCompare

[ Source](https://github.com/marceloxp/laravel_commands)[ Packagist](https://packagist.org/packages/marceloxp/laravel_commands)[ RSS](/packages/marceloxp-laravel-commands/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (1)Versions (15)Used By (0)

Laravel Commands
================

[](#laravel-commands)

> Laravel Artisan Command Utilities v1.0.21

Screen
------

[](#screen)

[![Screen](https://raw.githubusercontent.com/marceloxp/laravel_commands/master/screen-v4.png "Screen")](https://raw.githubusercontent.com/marceloxp/laravel_commands/master/screen-v4.png)

Install
-------

[](#install)

```
composer require marceloxp/laravel_commands
```

Usage
-----

[](#usage)

```
php artisan xp
```

Local dev test
--------------

[](#local-dev-test)

`package.json`

```
    "repositories":
    {
        "dev-package":
        {
            "type": "path",
            "url": "~/git/laravel_commands",
            "options":
            {
                "symlink": true
            }
        }
    },
```

Commands
--------

[](#commands)

### Migrate

[](#migrate)

- Status
- Create migration with model
- Create custom migrate
- Preview
- Rollback
- Execute migration
- Drop all tables and migrate

### Models

[](#models)

- Simple foreign key
- Rules generator

### Seeds

[](#seeds)

- Create
- Execute One
- Execute All

### System

[](#system)

- Composer Dump-Autoload
- Apache reload (Linux)

### Database

[](#database)

- Show config (from .env)
- Show tables
- Show fields from table
- Show fields from table (csv)
- Dump database

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~13 days

Recently: every ~27 days

Total

14

Last Release

2655d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6532b50c12b0488b7c647a3b4bb438543ebf2ce5e0e449d859da6e3d3b149b29?d=identicon)[marceloxp](/maintainers/marceloxp)

---

Top Contributors

[![marceloxp](https://avatars.githubusercontent.com/u/2043045?v=4)](https://github.com/marceloxp "marceloxp (64 commits)")

---

Tags

artisan-commandlaravelmigrationsphp7sqldump

### Embed Badge

![Health badge](/badges/marceloxp-laravel-commands/health.svg)

```
[![Health](https://phpackages.com/badges/marceloxp-laravel-commands/health.svg)](https://phpackages.com/packages/marceloxp-laravel-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)

PHPackages © 2026

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