olix/backoffice-bundle

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

Installs: 138

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

pkg:composer/olix/backoffice-bundle

1.2.1 2025-02-28 16:51 UTC

This package is auto-updated.

Last update: 2025-09-28 17:58:18 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
  • Modal

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