PHPackages                             tiitoo/bootstrap3-modal-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. tiitoo/bootstrap3-modal-bundle

ActivePackage[Utility &amp; Helpers](/categories/utility)

tiitoo/bootstrap3-modal-bundle
==============================

Bundle for Symfony 2.6+ that makes it easy to load pages into a Bootstrap modal window.

0.4.3(8y ago)011MITJavaScriptPHP &gt;=5.5

Since Sep 28Pushed 8y ago1 watchersCompare

[ Source](https://github.com/TiiToo/BootstrapModalBundle)[ Packagist](https://packagist.org/packages/tiitoo/bootstrap3-modal-bundle)[ RSS](/packages/tiitoo-bootstrap3-modal-bundle/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (1)Versions (11)Used By (0)

BootstrapModalBundle
====================

[](#bootstrapmodalbundle)

Bundle for Symfony 2.6+ that makes it easy to load pages into a Bootstrap modal window. If a page loaded into a modal window contains a form, the form will submit via ajax.

Installation
------------

[](#installation)

### Step 1: Add the following to the "require" section of composer.json

[](#step-1-add-the-following-to-the-require-section-of-composerjson)

```
"sideclick/bootstrap-modal-bundle": "dev-master"

```

OR just require the bundle from the commandline

```
composer require sideclick/bootstrap-modal-bundle

```

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Enable the bundle in the kernel:

```
