Download the PHP package shakaran/faq-bundle without Composer

On this page you can find all versions of the php package shakaran/faq-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package faq-bundle

ShakaranFaqBundle

The ShakaranFaqBundle is a fork of GenjFaqBundle which include support for Symfony 4.3+.

It allows you to display a FAQ on your website, with the questions being grouped in categories. Features:

Migration from GenjFaqBundle in your code

Execute the following commands if you are in a GNU/Linux terminal for easy and quick replacement in your code:

Requirements

see composer.json

Installation

Add this to your composer.json:

Then run composer update. After that is done, enable the bundle in your AppKernel.php:

Add the routing rules to your routing.yml:

Finally, update your database schema:

use the option to actually execute the DB update.

And you're done. You should now be able to reach the bundle under the http://yourproject.com/faq URL if you did add at least one category in your DB.

Optional: loading fixtures

If you use the doctrine-fixtures bundle, you can load fixtures like this:

Configuration

You can optionally include the configuration below into your config.yml:

Both configuration will open the first category and/or question by default if the user has not chosen a category and/or question yet. The default for both values is 'false', so set them to 'true' if you want this behaviour.

Note that it is also required to have the Sluggable and Timestampable behaviours configured for gedmo/doctrine-extensions (see https://github.com/Atlantic18/DoctrineExtensions).

Advanced

As soon you want more than the default category listing with all questions + answers you shouldn't import the bundle route, but copy only the part you are actualy using.

e.g. if you want single pages for each question use the route.

For further examples see https://github.com/genj/faq-demo

FAQ

You can use the GenjFaqAdminBundle: https://github.com/genj/GenjFaqAdminBundle or just create your own admin class.


All versions of faq-bundle with dependencies

PHP Build Version
Package Version
Requires symfony/framework-bundle Version >=4.0
sensio/framework-extra-bundle Version >=3.0
doctrine/orm Version >=2.5
doctrine/doctrine-bundle Version ~1.6
gedmo/doctrine-extensions Version >=2.4.10
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package shakaran/faq-bundle contains the following files

Loading the files please wait ....