olix/backoffice-bundle

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

1.0.5 2024-08-26 10:35 UTC

This package is auto-updated.

Last update: 2024-09-26 10:46:34 UTC


README

Introduction

Minimum requirements

  • Symfony 6.4
  • PHP > 8.2
  • Twig 3.0

Features

  • Back Office with custom sidebar and navbar
  • User manager
  • User profile
  • Form DatetimePicker
  • Form select2
  • Form autocomplete

Installation

Add in the composer.json for automation configuration via the Symfony Flex Composer plugin :

    "extra": {
        "symfony": {
            "endpoint": [
                "https://api.github.com/repos/sabinus52/symfony-recipes/contents/index.json",
                "flex://defaults"
            ]
        }
    },

Install the bundle

composer require sabinus52/backoffice-bundle

Install the assets

./bin/console importmap:require olix-backoffice

Enjoy !

Documentation