Sponsor

Lean Admin — A custom admin panel framework for Laravel (sponsor)

Published
Lean Admin — A custom admin panel framework for Laravel (sponsor) image

Lean is an admin panel package for Laravel that’s focused on building customer-facing admin panels.

It has a similar concept of resources as Laravel Nova, but it’s fundamentally different in:

  • being built with Blade, which lets any Laravel developer be productive with it
  • being focused on customers-facing, not developer-facing admin panels

After you define the fields in your resource classes, you get screens for the index, create, edit, and show actions. This makes it very fast to get up and running.

But the best part is that it doesn’t end at basic CRUD actions. They are meant to be the starting point for your admin panel. Define the resources as they exist in the database, and then customize them so that they make sense to your users.

You can customize any single part of it either by publishing the Blade views of individual components, or using custom Livewire actions.

For example, you may want to use a custom Edit Order action, to give your non-developer colleagues a great user experience. That way they can work with a custom UI for ordered products, dynamic shipping methods, automatically updating checkout totals, and anything else your app might need.

This lets your users use screens that feel like the actual business concepts that they’re working with, rather than low level database resources. It’s an admin panel for humans. They don’t edit database records, they edit orders.

And thanks to the tech stack and implementation, the amount of boilerplate or repetitive code in your project is minimal. It’s a truly lean solution.

So, in short: Lean is an admin panel that’s as productive as Laravel Nova, and as customizable as an admin panel written from scratch.

To read more about Lean and get access to an early release at a significantly discounted price, visit our website at lean-admin.dev

Eric L. Barnes photo

Eric is the creator of Laravel News and has been covering Laravel since 2012.

Filed in

Sponsored

masteringlaravel logo
Laravel Code Review

Get expert guidance in a few days with a Laravel code review

Visit Laravel Code Review

The latest

View all →
Agent Run Observability in Laravel AI SDK 0.11 image

Agent Run Observability in Laravel AI SDK 0.11

Read article
Debounced Queued Event Listeners in Laravel image

Debounced Queued Event Listeners in Laravel

Read article
Statamic Mailables Viewer Previews Laravel Emails in the Control Panel image

Statamic Mailables Viewer Previews Laravel Emails in the Control Panel

Read article
Laravel Tackle: Run an AI Coding Agent in Your Laravel App image

Laravel Tackle: Run an AI Coding Agent in Your Laravel App

Read article
Queue::forward(): Reroute Laravel Queues in One Place image

Queue::forward(): Reroute Laravel Queues in One Place

Read article
Laravel Read-Through Filesystem: Lazy Storage Migration image

Laravel Read-Through Filesystem: Lazy Storage Migration

Read article