2017 © Pedro Peláez
 

symfony-bundle website-bundle

Provides a website front-end for content in Integrated

image

integrated/website-bundle

Provides a website front-end for content in Integrated

  • Monday, October 30, 2017
  • by integrated
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1,331 Installations
  • PHP
  • 4 Dependents
  • 2 Suggesters
  • 1 Forks
  • 0 Open issues
  • 32 Versions
  • 2 % Grown

The README.md

IntegratedWebsiteBundle

This bundle provides a website front-end for content in Integrated and also the capabilities to edit pages and navigation., (*1)

Requirements

  • See the require section in the composer.json

Features

  • Provides a website front-end for content in Integrated
  • Provides capabilities to edit pages
  • Provides capabilities to edit navigation

Documentation

Installation

This bundle can be installed following these steps:, (*2)

Install using composer

$ php composer.phar require integrated/website-bundle:~0.3

Enable the bundle

// app/AppKernel.php
public function registerBundles()
{
    return array(
        // ...
        new Integrated\Bundle\WebsiteBundle\IntegratedWebsiteBundle()
        // ...
    );
}

Import the routing

# app/config/routing.yml
integrated_website:
    resource: @IntegratedWebsiteBundle/Resources/config/routing.xml

License

This bundle is under the MIT license. See the complete license in the bundle:, (*3)

LICENSE

Contributing

Pull requests are welcome. Please see our CONTRIBUTING guide., (*4)

About

This bundle is part of the Integrated project. You can read more about this project on the Integrated for developers website., (*5)

The Versions