Skip to content

Commit

Permalink
add HttplugBundle installation instructions for Symfon Flex (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
fbourigault authored and Nyholm committed Nov 23, 2017
1 parent 44b726d commit c2176fa
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions integrations/symfony-bundle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,18 @@ This guide explains how to configure HTTPlug in the Symfony framework. See the
Installation
````````````

Using Symfony Flex
------------------

HttplugBundle is officialy supported by `Symfony Flex`_ and available as the ``http`` alias.

.. code-block:: bash
$ composer require http
Without Symfony Flex
--------------------

Install the HTTPlug bundle with composer and enable it in your AppKernel.php.

.. code-block:: bash
Expand Down Expand Up @@ -334,3 +346,5 @@ their kernel.
.. |clearfloat| raw:: html

<div style="clear:left"></div>

.. _`Symfony Flex`: https://symfony.com/doc/current/setup/flex.html

0 comments on commit c2176fa

Please sign in to comment.