Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.
/ faq-demo Public archive

This is a demonstration of the GenjFaqBundle https://github.com/genj/GenjFaqBundle within a standard Symfony 3.2.7 project

License

Notifications You must be signed in to change notification settings

genj/faq-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

704d38d · Jun 16, 2020

History

8 Commits
Apr 24, 2017
Jun 10, 2017
Apr 24, 2017
Jun 10, 2017
Apr 24, 2017
Apr 24, 2017
Apr 24, 2017
Apr 24, 2017
Aug 21, 2017
Jun 10, 2017
Apr 24, 2017
Apr 24, 2017

Repository files navigation

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