Skip to content

sabinus52/OlixBackOfficeBundle

Repository files navigation

OlixBackOffice Bundle for Symfony

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