PHPackages                             chris13/front-render-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. [Framework](/categories/framework)
4. /
5. chris13/front-render-bundle

ActiveSymfony-bundle[Framework](/categories/framework)

chris13/front-render-bundle
===========================

Render Front Application through Symfony Application.

1.4.0(10y ago)1699MITPHPPHP &gt;=5.6

Since Dec 4Pushed 10y ago2 watchersCompare

[ Source](https://github.com/christophe-chausseray/front-render-bundle)[ Packagist](https://packagist.org/packages/chris13/front-render-bundle)[ RSS](/packages/chris13-front-render-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (9)Dependencies (4)Versions (10)Used By (0)

[![SensioLabsInsight](https://camo.githubusercontent.com/dab380cca1a0e0100f4f2182752beacb32cbe6af987e8d385aea346f539530b3/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f62636264643535392d663661662d343864342d613661352d3163383539663432363763362f6269672e706e67)](https://insight.sensiolabs.com/projects/bcbdd559-f6af-48d4-a6a5-1c859f4267c6)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/174a5026184e480f0b4103da852c031f91baf94cd7175eb35f3bf4d98771d6fb/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6368726973746f7068652d636861757373657261792f66726f6e742d72656e6465722d62756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/christophe-chausseray/front-render-bundle/?branch=master)[![Build Status](https://camo.githubusercontent.com/40e5a9761164b7f4adb0f1a4eab45e7b410fa32b05c08d25b89b64e3a41fa49f/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6368726973746f7068652d636861757373657261792f66726f6e742d72656e6465722d62756e646c652f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/christophe-chausseray/front-render-bundle/build-status/master)[![Dependency Status](https://camo.githubusercontent.com/ceaee7af6b12316309c42411ef32ab4d689bae69167f5b7af38a6aeb1c852c00/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3536363162396239663337366363303032633030303937662f62616467652e7376673f7374796c653d666c6174)](https://www.versioneye.com/user/projects/5661b9b9f376cc002c00097f)

Front Render Bundle
===================

[](#front-render-bundle)

Render Front Application (AngularJs, BackboneJs...) through Symfony 2 Application

Installation
============

[](#installation)

Step 1: Download the Bundle
---------------------------

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require chris13/front-render-bundle "~1"
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Step 2: Enable the Bundle
-------------------------

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

Then, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
