AdminLTE theme for laminas/laminas-mvc-skeleton
- Integration of Laminas MVC Framework with AdminLTE Theme.
- Options for different layouts.
- Easy management of client side plugins.
$ composer require bishwopl/laminas-adminlte
- Enable module in application.config.php after Application Module as this module replaces default layouts
<?php
return [
'modules' => [
// ...
'LaminasAdminLTE',
],
// ...
];
Copy config/laminas-adminlte.local.php.dist to config/autoload/laminas-adminlte.local.php. Change default settings according to your brand.
- Add User registration, login and profile templates