ezeventdemo

UNIX name Owner Status
ezeventdemo 7x stable
Version Compatible with
N/A N/A
Interested in this extension? Sponsor it!

Installation

  • Add the content of this bundle to src/EzSystems/DemoBundle folder
  • Register the bundle in AppKernel.php

    new EzSystems\DemoBundle\EzSystemsDemoBundle(),
  • Add following to routing.yml

    ez_systems_demo:
    resource: "@EzSystemsDemoBundle/Resources/config/routing.yml"
    prefix: /
  • Add following to config.yml

    # Webpack Encore Configuration
    webpack_encore:
    builds:
    #....
    demoConfigName: "%kernel.project_dir%/web/assets/demobundle/build"
  • Clear cache

    bin/console cache:clear
  • Generate assets

    yarn encore dev

No news yet.

This project has no reviews yet. Be the first one to review it!

No forum messages yet.