Laravel Packages

Build UI Dashboards For Your Laravel Models

Published
Build UI Dashboards For Your Laravel Models image

Model Stats for Laravel is a package that gives you a statistics dashboard for your Laravel application. Users can build dashboards from the Web UI without any coding knowledge, using application models.

  • Multiple data aggregation types the user can select:
    • Daily Count (Number of records per day).
    • Cumulated Daily Count (Total number of records since beginning, every day).
    • Period Total (Number of new records during the selected period).
    • More planned...
  • Drag and drop and resize widgets
  • Configurable authorization gate for non-local access to the dashboard

From what I can tell, the dashboard frontend uses Vue v2, Tailwind, and chart.js, among other frontend NPM packages. You don't have to manage UI assets for this package; it installs them via the package's setup command.

You can learn more about this package, get full installation instructions, and view the source code on GitHub.

Paul Redmond photo

Staff writer at Laravel News. Full stack web developer and author.

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 →
Laravel Auditor Audits Your App With Your Own AI Agent image

Laravel Auditor Audits Your App With Your Own AI Agent

Read article
A simple form builder that stays out of your way image

A simple form builder that stays out of your way

Read article
Laravel AI: Trace Agent Runs With Lifecycle Events image

Laravel AI: Trace Agent Runs With Lifecycle Events

Read article
Laravel AI: Get Raw HTTP Responses and Rate Limits image

Laravel AI: Get Raw HTTP Responses and Rate Limits

Read article
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