LaraMint is a curated ecosystem of open-source Laravel packages that eliminate boilerplate, surface hidden complexity, and let you ship production-grade apps at record speed.
Watch how LaraMint transforms your codebase into a beautiful, interactive architecture map.
Every minute spent on repetitive scaffolding is a minute stolen from the features that matter. LaraMint gives that time back.
Follow every request: Route → Controller → Service → Model → Events. No more manually hunting through files.
Generate fully functional CRUD controllers, routes, requests, and resources from a single Artisan command.
Catch performance bottlenecks during development with built-in static analysis before they hit production.
A beautiful, responsive node graph of your entire app. Zoom, pan, filter — understand your codebase at a glance.
Auto CRUD generates clean JSON API resources alongside traditional controllers. REST-ready from day one.
All generated code follows Laravel conventions. No opinionated frameworks — just clean, maintainable code you own.
The ultimate visualization tool for Laravel. Turn your codebase into a living architecture diagram — track dependencies, visualize method flows, detect N+1 queries, and audit your app's health automatically.
composer require --dev laramint/laravel-brain
Stop wiring the same controllers, form requests, and resource routes over and over. One Artisan command generates a complete, production-quality CRUD scaffold for any Eloquent model — customizable at every layer.
composer require --dev mrmarchone/laravel-auto-crud
Build Laravel packages without a host Laravel app. Zonda is a CLI that scaffolds packages, spins up a shared sandbox per Laravel major, and runs artisan against your linked package — so package work feels like working inside a regular Laravel project.
composer global require laramint/laravel-zonda -W
A zero-config CI gate for Laravel query regressions. QueryGuard auto-baselines query counts per test and fails the build when a change introduces extra queries or an N+1 — no per-test assertions, no code changes.
composer require --dev laramint/queryguard
QueryGuard records a query baseline once, then runs in CI on every PR — failing the build the moment a change adds queries or an N+1 slips in. Here's the whole workflow:
Both packages are free, open-source, and ready in under 60 seconds.