ai-agent

Laravel-AdminLTE

Easy AdminLTE integration with Laravel
4,003 stars1,090 forksPHPUpdated 8/2/2026100% free · open source
What it does

Provides ready‑made AdminLTE admin dashboard templates that plug directly into a Laravel app.

When to use it
  • You need a clean, responsive admin UI without building it from scratch.
  • Your Laravel project already uses Blade and you want a drop‑in admin layout.
  • You want built‑in authentication pages (login, register, password reset) styled with AdminLTE.
Ready-to-paste prompt
php artisan adminlte:install --only=auth && php artisan make:controller DashboardController && echo "@extends('adminlte::page')\n@section('title', 'Dashboard')\n@section('content_header')<h1>Dashboard</h1>@stop\n@section('content')<p>Welcome, {{ Auth::user()->name }}!</p>@stop" > resources/views/dashboard.blade.php
Heads up: Laravel‑AdminLTE requires Laravel 8+ and PHP 7.3+. The installer runs Artisan commands that publish assets; you must run them inside the project's root directory and have write permissions on the `public` and `resources` folders.
Saves to your device
Use with Claude
New

Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.

✅ Light setup

Installs with a command or two; your AI agent can do it for you.

Try it instantly — no install
Claude Code
mkdir -p ~/.claude/skills/laravel-adminlte && curl -fsSL https://workflowstacks.com/api/skills/laravel-adminlte/claude-skill -o ~/.claude/skills/laravel-adminlte/SKILL.md
Open in another AI app

Opens the app with this repo with the prompt ready to go — no copy-paste needed.

Connect the whole catalog (MCP)
claude mcp add --transport http workflowstacks https://workflowstacks.com/api/mcp

Adds a WorkflowStacks connector to Claude Code: search and load any skill here by chatting.

Quick Actions
Details
Creator
jeroennoten
Language
PHP
Category
ai-agent
Published
6/28/2015

Are you the creator of this tool? Claim your listing → and earn 85% of every sale.