Find the Exponential Software extensions you want
UNIX name | Owner | Status |
---|---|---|
EzLandingPageLayoutsBundle | 7x | stable |
Version | Compatible with |
---|---|
N/A | N/A |
This bundle will add some layouts (see screenshot in doc folder) to the standard Landingpage. Each of this layouts is using one or more zones. The content of the landingpage will be added later as blocks in the different zones.
bootstrap framework (you have to change the layouts template if you are using other framework)
Tested with Ez Platform Enterprise Edition 1.7.0 LTS (clean installation)
Clone or download the bundle in your src folder
Then add it to your application:
// app/AppKernel.php
public function registerBundles()
{
$bundles = array(
// ...
new EzLandingPageLayoutsBundle\EzLandingPageLayoutsBundle(),
// ...
);
}
The landing_page full template is located in:
src/EzLandingPageLayoutsBundle/Resources/views/full/landing_page.html.twig
Change the first line with your root or base Template location. More on how to create root Template can be found here Content rendering configuration
Create assets
php app/console assets:install --symlink
Clear cache (production add : --env=prod)
php app/console cache:clear
Inside the doc folder in this bundle