Skip to content

Laravel Dev CLICLI tool for Laravel development with AI Agent integration

Supercharge your Laravel development workflow

Requirements

  • PHP 8.2 or higher
  • Composer

Installation

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

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

Quick Start

bash
# List available presets
laravel-dev preset:list

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

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

# Query Laravel documentation
laravel-dev docs routing

Available Commands

CommandDescription
skillInstall Laravel Dev SKILL to AI coding assistant
preset:listList all available presets
newCreate a new Laravel project with preset
docsQuery Laravel documentation

Released under the MIT License.