trias/trias-bundle

TriasBundle for Symfony 4.4

4.0.5 2020-01-24 14:23 UTC

This package is auto-updated.

Last update: 2024-03-28 20:06:50 UTC


README

The TriasBundle includes basic theming for admin interfaces and includes Javascript libraries.

Features include:

Installation

Installation of the TriasBundle is very easy, you can install it by using Composer.

composer require trias/trias-bundle

Use the bundle in Symfony

Add the bundle to AppKernel.php:

<?php
$bundles = array(
    // ...
    new Trias\TriasBundle\TriasBundle(),
);

Documentation

To learn more about the TriasBundle, read the documentation.

License

This bundle is under the proprietary license.

About

The TriasBundle is a bundle of useful libraries and themes created by Trias Informatica for use in Symfony projects.