luanardev/adminlte

Laravel AdminLTE UI

v1.3.0 2023-03-24 15:06 UTC

This package is auto-updated.

Last update: 2024-04-24 17:29:54 UTC


README

This package provides an easy way to quickly set up AdminLTE v3 with Laravel (8 or higher). It has no requirements and dependencies besides Laravel, so you can start building your admin panel immediately. The package provides a blade template that you can extend and advanced menu configuration possibilities. Also, and optionally, the package includes a set of AdminLTE styled authentication views that you can use in replacement of the ones that are provided by the laravel/ui authentication scaffolding.

Documentation

All documentation is available on the Wiki Pages, we encourage you to read it. If you are new start with the Installation Guide. To update the package consult the Updating Guide.

Requirements

The current package requirements are:

  • Laravel >= 8.x
  • PHP >= 7.2

Installation

Run a command,

composer require luanardev/adminlte

Usage

Install AdminLTE theme assets,

run php artisan adminlte:install