PHPackages                             grossum/static-page-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. grossum/static-page-bundle

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

grossum/static-page-bundle
==========================

This bundle added static page entity with fields: title, slug, description, enabled, position, parent, children, createdAt and updatedAt

04[2 issues](https://github.com/GrossumUA/StaticPageBundle/issues)JavaScript

Since Apr 10Pushed 9y ago7 watchersCompare

[ Source](https://github.com/GrossumUA/StaticPageBundle)[ Packagist](https://packagist.org/packages/grossum/static-page-bundle)[ RSS](/packages/grossum-static-page-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Static Page Bundle
==================

[](#static-page-bundle)

[![Latest Stable Version](https://camo.githubusercontent.com/60919ebb0a94213846c75916b5e01ce25fba7e1daf98d9e13a665e654d5f559b/68747470733a2f2f706f7365722e707567782e6f72672f67726f7373756d2f7374617469632d706167652d62756e646c652f762f737461626c65)](https://packagist.org/packages/grossum/static-page-bundle) [![Total Downloads](https://camo.githubusercontent.com/aced0cebe87147a47207e26472ae7d8b293b2dfb1fa6ad33973794843ec7c6a4/68747470733a2f2f706f7365722e707567782e6f72672f67726f7373756d2f7374617469632d706167652d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/grossum/static-page-bundle) [![Latest Unstable Version](https://camo.githubusercontent.com/0a2f361a84e8e05eb5b45885b30a0add2dc0adff311da75c2271e214046e976a/68747470733a2f2f706f7365722e707567782e6f72672f67726f7373756d2f7374617469632d706167652d62756e646c652f762f756e737461626c65)](https://packagist.org/packages/grossum/static-page-bundle) [![License](https://camo.githubusercontent.com/f2367331376813c48af68d30b862ea090da3cbea5d2f1fe7a41ccc0396c5d91a/68747470733a2f2f706f7365722e707567782e6f72672f67726f7373756d2f7374617469632d706167652d62756e646c652f6c6963656e7365)](https://packagist.org/packages/grossum/static-page-bundle)

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 grossum/static-page-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 the following line in the `app/AppKernel.php`file of your project:

```
