Laravel Tutorials

Building and Deploying a Laravel App With Claude Code on Zerops

Published Updated

▶️ Watch the video tutorial (30 minutes)

Shipping a Laravel app is never just the app. InvoiceHub needs Postgres, a queue worker, S3-compatible storage for generated PDFs, and somewhere for outgoing email to land. Normally that's an afternoon of dashboards and env vars before you touch any business logic.

In this video, I build the entire thing without installing a single dev tool on my laptop.

The setup is two MCPs working together: Laravel Boost knows Laravel, and ZCP (the Zerops Control Plane) knows infrastructure. I write a spec in architecture.md, hand Claude Code one prompt, and watch it provision Postgres, Valkey, Mailpit, and object storage, then scaffold Laravel 13 with Filament v5 across separate web and worker services.

The second prompt builds the invoice pipeline. Click "issue" on a draft invoice and a queued job renders the PDF, stores it, and emails the client. The agent verifies its own work: the file is in the bucket, the email is sitting in Mailpit with the PDF attached, and 33 test assertions pass. Two prompts got a working feature, end to end.

Then the part worth watching twice. A third prompt asks for full-text search, and the agent browses the live Zerops service catalog, picks Meilisearch, provisions it, wires it into Laravel Scout, and redeploys both services. I never open a dashboard.

I also walk through what this actually costs. You pay for the hardware you use, billed by the minute. No plans, no seat fees. The whole dev stack starts around $21/month and drops as it scales down.

The repo includes a one-click import file, so you can deploy the exact same stack into your own Zerops account: https://github.com/harris21/invoicehub

👉 Zerops: https://zerops.io

Watch the full video on the Laravel News channel: https://youtu.be/o3NuCL__JSA

Harris Raftopoulos photo

Senior Software Engineer • Staff & Educator @ Laravel News • Co-organizer @ Laravel Greece Meetup

Sponsored

acquaintsoft logo
Acquaint Softtech

Hire Laravel developers with AI expertise at $20/hr. Get started in 48 hours.

Visit Acquaint Softtech

The latest

View all →
Laravel Truss: Live Interactive Database ER Diagrams image

Laravel Truss: Live Interactive Database ER Diagrams

Read article
Laravel artisan dev: Run Server, Queue, Logs, and Vite image

Laravel artisan dev: Run Server, Queue, Logs, and Vite

Read article
Validate and Convert HEIC Images in Laravel image

Validate and Convert HEIC Images in Laravel

Read article
Saga Lara Flow: Durable Workflows and Compensating Transactions on Laravel Queues image

Saga Lara Flow: Durable Workflows and Compensating Transactions on Laravel Queues

Read article
Reject Unexpected Array Keys with Laravel Validation image

Reject Unexpected Array Keys with Laravel Validation

Read article
Major performance improvements & security patches for Filament v4.12 and v5.7! image

Major performance improvements & security patches for Filament v4.12 and v5.7!

Read article