2017 © Pedro Peláez
 

symfony-bundle entity-list-bundle

A Symfony Bundle for the creation and rendering of list of entities

image

jagilpe/entity-list-bundle

A Symfony Bundle for the creation and rendering of list of entities

  • Monday, May 29, 2017
  • by jagilpe
  • Repository
  • 1 Watchers
  • 1 Stars
  • 17 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

EntityListBundle

EntityListBundle is a Symfony Bundle for for building and rendering lists of entities., (*1)

Installation

You can install the bundle using composer:, (*2)

composer require jagilpe/entity-list-bundle

or add the package to your composer.json file directly., (*3)

To enable the bundle, you just have to register the bundle in your AppKernel.php file:, (*4)

// in AppKernel::registerBundles()
$bundles = array(
    // ...
    new Jagilpe\EntityListBundle\JagilpeEntityListBundle(),
    // ...
);

Finally you have to include the provided javascript file somewhere in your base template. If you use assetic to manage the assets:, (*5)

{% block javascripts %}
    {{ parent() }}
    {% javascripts
        'bundles/jagilpeentitylist/js/jgp-searchable-table.js' %}
        <script src="{{ asset_url }}"></script>
    {% endjavascripts %}
{% endblock %}

This javascript depends on jQuery, List.js (>=1.5.0). Please refer to jQuery and List.js documentation for instructions on how to enable it in your project., (*6)

http://listjs.com/, (*7)

Documentation

You can read the documentation of the usage of the bundle here, (*8)

You can also see a demo of this bundle in https://demos.gilpereda.com/symfony-bundles/entity-list/ or directly download the demo from https://github.com/jagilpe/bundles-demo, (*9)

API Reference

https://api.gilpereda.com/entity-list-bundle/master/, (*10)

The Versions

29/05 2017

dev-master

9999999-dev

A Symfony Bundle for the creation and rendering of list of entities

  Sources   Download

MIT

The Requires

 

The Development Requires

by Javier Gil

symfony list

29/05 2017

1.0.0

1.0.0.0

A Symfony Bundle for the creation and rendering of list of entities

  Sources   Download

MIT

The Requires

 

The Development Requires

by Javier Gil

symfony list