Skip to content

Provides utilities to generate fake data in order to create a static design

License

Notifications You must be signed in to change notification settings

erdnaxelaweb/staticfakedesign

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Static Fake Design Bundle

Installation

Require the package with composer require erdnaxelaweb/staticfakedesign:dev-main then activate the bundle :

ErdnaxelaWeb\StaticFakeDesignBundle\StaticFakeDesignBundle::class => ['all' => true],

Features

Showroom

The bundle provide a "showroom" interface which allow you to navigate and display the components you have created

You need to add the following route to access this interface on the url /showroom:

showroom:
    resource: "@StaticFakeDesignBundle/Resources/config/routing/showroom.yaml"

Static version of a template

Add the following route to access the examples /static/{path to template}:

static:
    path: /static/{path}
    controller: ErdnaxelaWeb\StaticFakeDesignBundle\Controller\StaticController::viewAction
    requirements:
        path: .*

About

Provides utilities to generate fake data in order to create a static design

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •