Skip to content

Commit

Permalink
Merge branch 'release/2.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
pfilsx committed Mar 22, 2019
2 parents 5757bc7 + 28a56c8 commit 79e9d7b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,26 @@ General:
Quality:
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/pfilsx/DataGridBundle/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/pfilsx/DataGridBundle/?branch=master)
[![Build Status](https://scrutinizer-ci.com/g/pfilsx/DataGridBundle/badges/build.png?b=master)](https://scrutinizer-ci.com/g/pfilsx/DataGridBundle/build-status/master)
[![Code Intelligence Status](https://scrutinizer-ci.com/g/pfilsx/DataGridBundle/badges/code-intelligence.svg?b=master)](https://scrutinizer-ci.com/code-intelligence)
[![Coverage Status](https://coveralls.io/repos/github/pfilsx/DataGridBundle/badge.svg?branch=master)](https://coveralls.io/github/pfilsx/DataGridBundle?branch=master)
[![Code Intelligence Status](https://scrutinizer-ci.com/g/pfilsx/DataGridBundle/badges/code-intelligence.svg?b=master)](https://scrutinizer-ci.com/code-intelligence)

Introduction
------------

The bundle provides a Data Grid Tables integration for your Symfony Project. It automatically registers
the new DataGridFactory and Twig GridExtension which can be easily as well as highly configured.

Documentation
-------------

Please, read the [docs](https://github.com/pfilsx/DataGridBundle/tree/master/src/Resources/doc).

License
-------

This bundle is released under the MIT license.

Contribute
----------

If you'd like to contribute, feel free to propose a pull request! Or just contact me :)
6 changes: 5 additions & 1 deletion src/Resources/doc/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ Step 2: Enable the Bundle
-------------------------

Then, enable the bundle by adding the following line in the ``app/AppKernel.php``
file of your project::
file of your project:

.. code-block:: php
<?php
// app/AppKernel.php
Expand All @@ -40,4 +42,6 @@ file of your project::
// ...
}
And make sure you have the twig engine turned on.

.. _`installation chapter`: https://getcomposer.org/doc/00-intro.md

0 comments on commit 79e9d7b

Please sign in to comment.