Download the PHP package laravel-agent-kits/claude-livewire-starter-kit without Composer

On this page you can find all versions of the php package laravel-agent-kits/claude-livewire-starter-kit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package claude-livewire-starter-kit

Claude Livewire Starter Kit

Build Laravel apps faster with AI-powered agentic development.

Laravel Livewire PHP


What is this?

An opinionated Laravel starter kit fine-tuned for agentic development with Claude Code. Instead of writing every line yourself, you collaborate with specialized AI agents that understand Laravel conventions, Livewire patterns, and testing best practices.

This kit provides:

Think of it as pair programming where your partner already knows Laravel inside and out.


Features


Tech Stack

Technology Version Purpose
Laravel 12.x PHP framework
Livewire 4.x Reactive components
Tailwind CSS 4.x Utility-first CSS
Flux UI 2.x (Free) Component library
Pest 4.x Testing framework
Fortify 1.x Authentication backend
PHP 8.2+ Runtime

Prerequisites

Before you begin, make sure you have:

Install Claude Code

If you haven't already, install Claude Code:

Then authenticate:


Quick Start

Option 1: Laravel Installer (Recommended)

Option 2: Composer Create-Project

Post-Installation

Then open your browser to http://localhost:8000.


MCP Server Setup

This starter kit is designed to work with two MCP (Model Context Protocol) servers that supercharge Claude Code's capabilities.

1. Laravel Boost (Required)

Laravel Boost gives Claude Code deep insight into your Laravel application — database schemas, routes, configurations, error logs, and version-specific documentation.

Installation

What it provides

Tool Purpose
application-info App overview, packages, environment
database-schema Table structures and relationships
list-routes All registered routes
search-docs Version-specific Laravel documentation
tinker Execute PHP in app context
last-error Recent application errors
browser-logs Frontend console output

Configuration

Laravel Boost is auto-configured via the mcp.json file in your project root. No additional setup required.

2. Playwright MCP (Recommended)

Playwright MCP enables Claude Code to interact with your application in a real browser — taking screenshots, filling forms, clicking buttons, and verifying visual output.

Installation

That's it! Claude Code will handle the rest.

What it provides

Tool Purpose
browser_navigate Load pages
browser_click Click elements
browser_fill_form Complete forms
browser_take_screenshot Capture visual state
browser_console_messages Check for JS errors
browser_resize Test responsive design

Project Structure


The Agent System

This starter kit uses a multi-agent orchestration pattern. You (or the main Claude instance) act as the orchestrator, delegating work to specialized agents.

How It Works

The 4-Phase Workflow

Every non-trivial task follows this cycle:

  1. Explore — Gather context, read files, understand existing patterns
  2. Plan — Design the implementation approach, present for approval
  3. Validate — Wait for explicit user approval before writing code
  4. Implement — Delegate to appropriate agents, execute the plan

This prevents wasted effort and ensures alignment with your vision.

Example Delegation


Available Scripts

Composer Scripts

NPM Scripts

Artisan Commands


Skills Reference

Skills activate automatically based on what you're working on:

Skill Activates When
livewire-development Creating Livewire components, using wire: directives, debugging reactivity
fluxui-development Building with Flux UI components, forms, modals, buttons
pest-testing Writing tests, TDD, assertions, debugging test failures
developing-with-fortify Authentication features, 2FA, password reset, email verification

You can also manually invoke skills:


Tips for Best Results

  1. Be specific about what you want — "Add a contact form with name, email, and message fields that sends an email" is better than "add a form"

  2. Let the workflow guide you — Don't skip the exploration and planning phases; they prevent rework

  3. Trust the agents — Each agent is specialized; let them do their job

  4. Review the plans — The validation phase exists for a reason; use it to catch misunderstandings early

  5. Use the MCP tools — Laravel Boost's search-docs tool provides version-specific documentation that's invaluable

Troubleshooting

Vite manifest error

Run npm run build or start the dev server with npm run dev.

MCP server not connecting

  1. Ensure the MCP server is installed (npm list -g @anthropic-ai/mcp-playwright)
  2. Check your settings.json configuration
  3. Restart Claude Code

Tests failing after changes


Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

This project is open-sourced software licensed under the MIT license.


Built with Laravel, Livewire, and Claude Code.


All versions of claude-livewire-starter-kit with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
laravel/fortify Version ^1.30
laravel/framework Version ^12.0
laravel/tinker Version ^2.10.1
livewire/flux Version ^2.9.0
livewire/livewire Version ^4.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package laravel-agent-kits/claude-livewire-starter-kit contains the following files

Loading the files please wait ...