bishwopl/laminas-adminlte

There is no license information available for the latest version (0.0.0) of this package.

AdminLTE theme for laminas/laminas-mvc-skeleton

0.0.0 2021-03-28 04:20 UTC

This package is auto-updated.

Last update: 2024-03-31 08:00:15 UTC


README

laminas-adminlte

AdminLTE theme for laminas/laminas-mvc-skeleton

Features

Installation

$ composer require bishwopl/laminas-adminlte
  • Enable module in application.config.php after Application Module as this module replaces default layouts
<?php
return [
    'modules' => [
        // ...
        'LaminasAdminLTE',
    ],
    // ...
];

Configuration

Copy config/laminas-adminlte.local.php.dist to config/autoload/laminas-adminlte.local.php. Change default settings according to your brand.

To do

  • Add User registration, login and profile templates