PHPackages                             x-multibyte/laravel-dev-cli - 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. x-multibyte/laravel-dev-cli

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

x-multibyte/laravel-dev-cli
===========================

CLI tool for Laravel development with AI Agent integration

v1.2.1(2mo ago)09MITPHPPHP ^8.2CI passing

Since Feb 25Pushed 2mo agoCompare

[ Source](https://github.com/x-multibyte/laravel-dev-cli)[ Packagist](https://packagist.org/packages/x-multibyte/laravel-dev-cli)[ Docs](https://laravel-dev.x-multibyte.com)[ RSS](/packages/x-multibyte-laravel-dev-cli/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (7)Dependencies (7)Versions (10)Used By (0)

Laravel Dev CLI
===============

[](#laravel-dev-cli)

[![PHP Version](https://camo.githubusercontent.com/187240af044d09d5b14a1d9d9ebdf3f7a993e4c7bc09bdb46b4ba661a891bf5b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e322532422d626c7565)](https://php.net)[![License](https://camo.githubusercontent.com/fdf2982b9f5d7489dcf44570e714e3a15fce6253e0cc6b5aa61a075aac2ff71b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e737667)](LICENSE)[![Composer](https://camo.githubusercontent.com/cafcb6bc07641c9672c0c3b19c1f3500196c493386b70bfb3a1fcf946eae82c1/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f436f6d706f7365722d76322d677265656e)](https://getcomposer.org)

A Composer global CLI tool for Laravel development with AI Agent integration.

Features
--------

[](#features)

- **AI Platform Support** - Install Laravel Dev SKILL to 16+ AI coding assistants (Claude, Cursor, Windsurf, Copilot, etc.)
- **Preset Management** - Create Laravel projects with pre-configured presets
- **Documentation Query** - Search Laravel documentation via Boost API
- **Smart Detection** - Automatically detects installed AI platforms and composer packages

Requirements
------------

[](#requirements)

- PHP 8.2 or higher
- Composer

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

[](#installation)

```
composer global require x-multibyte/laravel-dev-cli
```

Add `~/.composer/vendor/bin` to your PATH if not already added.

Quick Start
-----------

[](#quick-start)

```
# List available presets
laravel-dev presets

# Create a new Laravel project with preset
laravel-dev new my-project

# Install Laravel Dev SKILL to your AI assistant
laravel-dev skill

# Search Laravel documentation
laravel-dev docs routing

# Search with package auto-detection
laravel-dev docs "eloquent relationships" --detect

# Search specific package documentation
laravel-dev docs "components" --package=livewire/livewire
```

Available Commands
------------------

[](#available-commands)

CommandDescription`skill`Install Laravel Dev SKILL to AI coding assistant`presets`List all available presets`presets:update`Update presets from remote repository`new`Create a new Laravel project with preset`docs`Search Laravel documentation via Boost API`config`Display current configuration`config:edit`Edit configuration interactivelyDocs Command Options
--------------------

[](#docs-command-options)

OptionDescription`-l, --laravel=VERSION`Laravel version (10, 11, 12)`-p, --package=PACKAGE`Package name (can be used multiple times)`-t, --tokens=LIMIT`Token limit for response (default: 5000)`-d, --detect`Auto-detect packages from composer.json`-f, --fallback`Use local documentation files`--list`List supported packagesSupported AI Platforms
----------------------

[](#supported-ai-platforms)

- iFlow CLI
- Claude Code
- Cursor
- Windsurf
- Antigravity
- GitHub Copilot
- Kiro
- Codex CLI
- Roo Code
- Qoder
- Gemini CLI
- Trae
- OpenCode
- Continue
- CodeBuddy
- Droid (Factory)

Supported Documentation Packages
--------------------------------

[](#supported-documentation-packages)

- laravel/framework
- livewire/livewire
- laravel/nova
- filament/filament
- inertiajs/inertia-laravel
- pestphp/pest

License
-------

[](#license)

MIT License - see [LICENSE](LICENSE) file for details.

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance85

Actively maintained with recent releases

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96.8% 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 ~0 days

Total

9

Last Release

80d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4e9c51ad711300e5d3648a54d2015000a16bd15d95bbadbf111781d3f709aa5d?d=identicon)[x-multibyte](/maintainers/x-multibyte)

---

Top Contributors

[![x-multibyte](https://avatars.githubusercontent.com/u/141466107?v=4)](https://github.com/x-multibyte "x-multibyte (30 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")

---

Tags

laravelai-agentskill

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/x-multibyte-laravel-dev-cli/health.svg)

```
[![Health](https://phpackages.com/badges/x-multibyte-laravel-dev-cli/health.svg)](https://phpackages.com/packages/x-multibyte-laravel-dev-cli)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

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

Drush is a command line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those of us who spend some of our working hours hacking away at the command prompt.

2.4k57.4M685](/packages/drush-drush)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M369](/packages/laravel-zero-framework)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[crunzphp/crunz

Schedule your tasks right from the code.

2292.0M6](/packages/crunzphp-crunz)[crazywhalecc/static-php-cli

Build single static PHP binary, with PHP project together, with popular extensions included.

1.8k13.9k](/packages/crazywhalecc-static-php-cli)

PHPackages © 2026

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