olix/backoffice-bundle

Admin theme bundle for Symfony 5+ based on AdminLTE 3.2 with Forms

1.0.2 2024-02-09 17:04 UTC

This package is auto-updated.

Last update: 2024-04-09 17:35:42 UTC


README

Introduction

Documentation

Minimum requirements

  • Symfony 4.3
  • PHP > 7.2
  • Twig 2.0

Features

Installation

composer require sabinus52/backoffice-bundle

Enable the bundle

return [
    // ...
    Olix\BackOfficeBundle\OlixBackOfficeBundle::class => ['all' => true],
];