integrated / website-bundle
Provides a website front-end for content in Integrated
Installs: 1 382
Dependents: 1
Suggesters: 2
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.4
- ext-mongo: ~1.2
- doctrine/mongodb: ~1.3
- doctrine/mongodb-odm: ~1.1
- doctrine/mongodb-odm-bundle: ~3.2
- friendsofsymfony/jsrouting-bundle: ~1.5
- integrated/block-bundle: ~0.7
- integrated/channel-bundle: ~0.7
- integrated/content-bundle: ~0.7
- integrated/library: ~0.7
- integrated/menu-bundle: ~0.7
- integrated/page-bundle: ~0.7
- integrated/theme-bundle: ~0.7
- knplabs/knp-paginator-bundle: ~2.5
- sensio/framework-extra-bundle: ~3.0
- symfony/symfony: ~2.8 || ~3.0
- twbs/bootstrap: ~3.3
Requires (Dev)
- phpunit/phpunit: ^5.7
- squizlabs/php_codesniffer: ^2.8
Suggests
- integrated/channel-bundle: Manage channel configuration
- dev-master
- 0.7.x-dev
- 0.7
- 0.6.x-dev
- 0.6
- 0.5.x-dev
- 0.5
- 0.4.x-dev
- 0.4
- 0.3
- dev-INTEGRATED-1242
- dev-INTEGRATED-1229
- dev-INTEGRATED-1175
- dev-INTEGRATED-1174
- dev-INTEGRATED-1164-disappearing-block
- dev-INTEGRATED-1122
- dev-dynamicurls
- dev-INTEGRATED-428-show-block-in-edit-mode
- dev-INTEGRATED-1078
- dev-INTEGRATED-1055
- dev-INTEGRATED-1002
- dev-INTEGRATED-974-automatically-create-menu
- dev-INTEGRATED-956-upgrade-to-symfony-28-12
- dev-demo
- dev-INTEGRATED-730-editbar-should-only-be-vi
- dev-INTEGRATED-675-support-custom-menu-templ
- dev-INTEGRATED-586-add-document-in-controlle
- dev-feature/websitebundle_contact-block
This package is not auto-updated.
Last update: 2024-10-26 16:36:23 UTC
README
This bundle provides a website front-end for content in Integrated and also the capabilities to edit pages and navigation.
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:
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:
LICENSE
Contributing
Pull requests are welcome. Please see our CONTRIBUTING guide.
About
This bundle is part of the Integrated project. You can read more about this project on the Integrated for developers website.