AI Platform Support
Install Laravel Dev SKILL to 16+ AI coding assistants including Claude, Cursor, Windsurf, Copilot, and more.
Supercharge your Laravel development workflow
composer global require x-multibyte/laravel-dev-cliAdd ~/.composer/vendor/bin to your PATH if not already added.
# 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| Command | Description |
|---|---|
skill | Install Laravel Dev SKILL to AI coding assistant |
preset:list | List all available presets |
new | Create a new Laravel project with preset |
docs | Query Laravel documentation |