Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 2.01 KB

README.md

File metadata and controls

48 lines (31 loc) · 2.01 KB

Xeno Engine

This package is a Symfony Bundle allowing you to use particular FormTypes in order to build complete frontend pages with categories, articles and navigation, including EDM library, in the context of a CMS.

Package version license Slack

When to use this bundle ?

A public web or shop site to mount in your Symfony/PHP stack? A need to quickly increase skills on a flexible and powerful tool that meets the needs of the state of the art of website design? Then you will surely need the XenoEngineBundle. You will have at your disposal an efficient page builder that can work with the most well-known CSS libraries, a connection to Stimulus, a range of modules and the ability to customize them or create new ones. The ability to manage a blog, as well as the integration of an EDM (local or remote like Amazon S3).

Documentation

  1. Install
  2. Basic usage
  3. Advanced usage
  4. Resources

Installation

With Symfony Flex (recommended):

composer require xenolab/xeno-engine-bundle

You're ready to use XenoEngineBundle, and can jump to the next section!

Without Flex, you will have to register the bundle accordingly in config/bundles.php:

<?php

return [
    Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
    // ...
    NeoPageBuilder\XenoEngineBundle::class => ['all' => true],
];

Configure the bundle to your needs, for example:

Basic usage

Database testing

Resources