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

serpapi logo
SerpApi

The Web Search API for Your LLM and AI Applications

Visit SerpApi

The latest

View all →
Pause All Laravel Queues During a Deploy image

Pause All Laravel Queues During a Deploy

Read article
Laravel Terminal UI for the artisan dev Command image

Laravel Terminal UI for the artisan dev Command

Read article
Pause All Queues and a New artisan dev UI in Laravel 13.25 image

Pause All Queues and a New artisan dev UI in Laravel 13.25

Read article
Laravel monitoring that doesn't bill you by your traffic image

Laravel monitoring that doesn't bill you by your traffic

Read article
Mock PHP Classes in Tests With the Double Library image

Mock PHP Classes in Tests With the Double Library

Read article
Laravel Discount: Coupon Codes, Usage Limits, and Stacking image

Laravel Discount: Coupon Codes, Usage Limits, and Stacking

Read article