laravel
v0.8.2Laravel best practices: Eloquent N+1 prevention, form requests, service layer, queues, policies, a per-version leverage map (Laravel 11/12/13), mass-assignment security — and the Inertia.js skill (v1/v2/v3, Vue/React/Svelte adapters: partial reloads, deferred props, useForm, shared data, SSR) it pairs with, loaded by the code-review fan-in when the manifests show it — plus the backend-engineer worker (PHP/Laravel) that applies the review's fixes.
By Ivan-WG1 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 15, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install laravel for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install laravel@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/galaykos/cc-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/laravel/.
Plugin files
├── .claude-plugin/plugin.json├── skills/inertia-best-practices/SKILL.md└── skills/laravel-best-practices/SKILL.md
Included Skills2
Use when writing or reviewing Inertia.js code in a Laravel app with the Vue, React, or Svelte adapter — prop hygiene, partial reloads, lazy vs deferred props, useForm, shared data, SSR — v1/v2/v3 and adapter advice pinned to the installed packages.
Use when writing or reviewing Laravel code — Eloquent N+1 prevention and eager loading, form request validation, thin controllers with service/action classes, queued jobs, authorization policies, migrations.
Plugin manifests1
{
"name": "laravel",
"version": "0.8.2",
"description": "Laravel best practices: Eloquent N+1 prevention, form requests, service layer, queues, policies, a per-version leverage map (Laravel 11/12/13), mass-assignment security — and the Inertia.js skill (v1/v2/v3, Vue/React/Svelte adapters: partial reloads, deferred props, useForm, shared data, SSR) it pairs with, loaded by the code-review fan-in when the manifests show it — plus the backend-engineer worker (PHP/Laravel) that applies the review's fixes.",
"author": {
"name": "Ivan-WG",
"email": "[email protected]"
},
"keywords": [
"backend",
"review",
"worker"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[laravel on Agent Plugins Marketplace](https://pluginsmp.com/plugins/laravel)