Now powering Laravel 9 → 13+

Build. Visualize.
Ship Faster.

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.

terminal
$ composer require laramint/laravel-brain
$ composer require mrmarchone/laravel-auto-crud
$ composer global require laramint/laravel-zonda
3 packages installed — your workflow just leveled up.
3+ Open-source packages
Laravel 13 Latest support
0 Config needed to start
100% Free & open source

Laravel Brain — Live Demo

Watch how LaraMint transforms your codebase into a beautiful, interactive architecture map.

laravel-brain — demo

Stop writing boilerplate.
Start building products.

Every minute spent on repetitive scaffolding is a minute stolen from the features that matter. LaraMint gives that time back.

Deep Lifecycle Tracing

Follow every request: Route → Controller → Service → Model → Events. No more manually hunting through files.

Zero-Config Auto CRUD

Generate fully functional CRUD controllers, routes, requests, and resources from a single Artisan command.

N+1 Query Detection

Catch performance bottlenecks during development with built-in static analysis before they hit production.

Interactive Architecture Graphs

A beautiful, responsive node graph of your entire app. Zoom, pan, filter — understand your codebase at a glance.

API-Ready Output

Auto CRUD generates clean JSON API resources alongside traditional controllers. REST-ready from day one.

Laravel Best Practices

All generated code follows Laravel conventions. No opinionated frameworks — just clean, maintainable code you own.

Four packages.
Endless productivity.

laramint
Open Source

Laravel Brain

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.

  • Route → Model dependency graphs
  • Real-time performance analysis
  • Interactive node visualization
  • Works with Laravel 9, 10, 11, 12, 13
composer require --dev laramint/laravel-brain
View on GitHub →
mrmarchone
Open Source

Laravel Auto CRUD

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.

  • Full CRUD from a single command
  • Form Request validation included
  • API Resource & JSON responses
  • Fully customizable stubs
artisan
$ php artisan auto-crud:generate Product
ProductController.php created
StoreProductRequest.php created
UpdateProductRequest.php created
ProductResource.php created
Routes registered
composer require --dev mrmarchone/laravel-auto-crud
View on GitHub →
laramint
Open Source

Laravel Zonda

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.

  • Scaffold packages with one command
  • Auto-managed sandboxes, zero setup
  • Target multiple Laravel majors (9 → 13)
  • Pest tests & ServiceProvider out of the box
zonda
$ zonda new acme/widgets
Package skeleton created
$ zonda artisan migrate
Sandbox booted & package linked
composer global require laramint/laravel-zonda -W
View on GitHub →
laramint
Open Source

QueryGuard

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.

  • Automatic per-test query baselining
  • N+1 detection in CI, not just dev
  • Configurable tolerances & per-test budgets
  • Works with Laravel 9, 10, 11, 12, 13
artisan
$ php artisan queryguard:check
................ 16 tests, 1 failure (145ms)
[FAIL] PostTest::test_index — N+1 detected: ran 5x
composer require --dev laramint/queryguard
View on GitHub →

Catch the N+1
before it ships.

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:

bash — queryguard

Your next Laravel project
deserves better tooling.

Both packages are free, open-source, and ready in under 60 seconds.