2017 © Pedro Peláez
 

library adminltebundle

AdminLTE integration to Symfony projects.

image

jorgecaso/adminltebundle

AdminLTE integration to Symfony projects.

  • Wednesday, December 14, 2016
  • by jcaso
  • Repository
  • 1 Watchers
  • 1 Stars
  • 43 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 16 % Grown

The README.md

AdminlteBundle

SensioLabsInsight, (*1)

AdminlteBundle is a component that allows easy integration to Symfony projects., (*2)

Requirements * AdminLTE 2 - almsaeedstudio. * Symfony 2.x or 3.x applications., (*3)

Installation

Step 1: Download the Bundle

$ composer require jorgecaso/adminltebundle

Use Composer installed globally, as explained in the Composer documentation., (*4)

Step 2: Enable the Bundle

<?php
// app/AppKernel.php

// ...
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new Jorgecaso\AdminlteBundle\JorgecasoAdminlteBundle(),
        );
    }

    // ...
}

Example

Modify the app/Resources/views/base.html.twig file and replace the content with:, (*5)

{% extends "JorgecasoAdminlteBundle:Layout:dashboard.html.twig" %}

{% block body %}

{% endblock %}

Insert the desired content into body tag. It's all. (Tip: Review the AdminLTE documentation :) .), (*6)

License

This software is published under the MIT License, (*7)

The Versions

14/12 2016

dev-master

9999999-dev

AdminLTE integration to Symfony projects.

  Sources   Download

MIT

The Requires

 

by Jorge Caso

03/12 2016

v1.0.3

1.0.3.0

AdminLTE integration to Symfony projects.

  Sources   Download

MIT

The Requires

 

by Jorge Caso

03/12 2016

v1.0.2

1.0.2.0

AdminLTE integration to Symfony projects.

  Sources   Download

MIT

The Requires

 

by Jorge Caso

03/12 2016

v1.0.1

1.0.1.0

AdminLTE integration to Symfony projects.

  Sources   Download

MIT

The Requires

 

by Jorge Caso

03/12 2016

v1.0.0

1.0.0.0

AdminLTE integration to Symfony projects.

  Sources   Download

MIT

The Requires

 

by Jorge Caso