Download the PHP package benmanu/silverstripe-knowledgebase without Composer

On this page you can find all versions of the php package benmanu/silverstripe-knowledgebase. 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 silverstripe-knowledgebase

Knowledge-Base

Provides the ability to create a knowledge base. Functionality is based on top of the silverstripe/faq module.

Features

Uses the [https://github.com/silverstripe/silverstripe-faq](SilverStripe FAQ module) as a base which contains the following features:

Search term synonyms

The use of custom synonym definitions is another way in which misspelling suggestions can be controlled. Synonyms are configured out of the box in this module.

You can configure your synonyms in the Settings tab in the CMS.

Note that only admin users (who are those with privileges necessary to run the Solr_Configure task) will be able to view and edit this field.

Installation

composer require silverstripe/knowledgebase

Then ensure to run $ framework/sake dev/tasks/Solr_Configure and $ framework/sake dev/tasks/Solr_Reindex, and you should have the Knowledge base module ready to use.

Note:

If you are using the cwp/cwp module, you will need to ensure you do not enable the SynonymsSiteConfig extension in your config as it is enabled in this module by default.

Changes to Solr configuration.

The following outlines the changes that have been made to the specified Solr configuration files compared to the default silverstripe/faq settings:

knowledgebase/conf/extras/solrconfig.xml

to

Apply exact figures in fulltextsearch module which is needs to work Synonym perfectly. fulltextsearch solrconfig.xml

`

to `

knowledgebase/conf/extras/schema.ss

Added the following underneath $FieldDefinitions:

`

knowledgebase/conf/extras/types.ss

Move SynonymFilterFactory to bottom of analyzer to include Synonyms in search results. See this pull request for more information


All versions of silverstripe-knowledgebase with dependencies

PHP Build Version
Package Version
Requires silverstripe/cms Version ~3.1
silverstripe/framework Version ~3.1
silverstripe/faq Version 1.1.0
silverstripe/fulltextsearch Version 2.3.1@stable
silverstripe/siteconfig Version 3.5.3@stable
benmanu/silverstripe-autocomplete Version 3.1
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 benmanu/silverstripe-knowledgebase contains the following files

Loading the files please wait ....