PHPackages                             icedevelop/layout-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. icedevelop/layout-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

icedevelop/layout-bundle
========================

This bundle implements the base layout for agid ita web toolkit

1.1.0(6y ago)065MITJavaScriptPHP &gt;=5.5.9

Since May 16Pushed 5y ago1 watchersCompare

[ Source](https://github.com/icedevelop/layout-bundle)[ Packagist](https://packagist.org/packages/icedevelop/layout-bundle)[ Docs](https://github.com/RetItaliaSpA/LayoutBundle)[ RSS](/packages/icedevelop-layout-bundle/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

ServicesBundle
==============

[](#servicesbundle)

This bundle implements the agid ita web toolkit.

Note
----

[](#note)

The bundle is under heavy development and should not be used at this time.

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

[](#documentation)

This bundle substitute the base page and implements the agid ita web toolkit

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

[](#installation)

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

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

Attention, all releases with tags 1.*.* are compatible with Symfony until 3.4.

All releases with tags 2.*.* are compatible with Symfony 4

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

```
$ composer require retitalia/layout-bundle
```

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:

```
