Skip to content
This repository was archived by the owner on Feb 14, 2024. It is now read-only.

Latest commit

 

History

History
45 lines (29 loc) · 967 Bytes

File metadata and controls

45 lines (29 loc) · 967 Bytes

faq-demo

This is a demonstration of the GenjFaqBundle https://github.com/genj/GenjFaqBundle within a standard Symfony 3.2.7 project created on April 19, 2017, 2:02 pm. http://symfony.com/download

The difference:

All available actions and subactions will be linked in the projects default app/Resources/views/default/index.html.twig

Installation

Get source from github

$ git clone https://github.com/genj/faq-demo.git

Run composer install and follow instructions or composer update to get the versions matched with your environment.

$ composer install

setup your database

$ php bin/console doctrine:schema:update --dump-sql

add fixtures if wanted

$ php bin/console doctrine:fixtures:load --fixtures=vendor/genj/faq-bundle/src/Genj/FaqBundle/DataFixtures/

ToDo

example integration for FaqAdmin