Download the PHP package servergrove/kb-bundle without Composer
On this page you can find all versions of the php package servergrove/kb-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package kb-bundle
ServerGroveKbBundle
This bundle allows to easily create a knowledge base application with a few simple steps.
Installation
You need to add the bundle to your composer file. You can easily do so by running the following command:
Add the bundle to your project
There is only one requirement, to add the Bundle instance to your Kernel
Configuration
Configure this bundle
Add the locales you desire to use in your application.
Configure the SecurityBundle
Users
This Bundle provides with a document called User and a service for the user provider, which you can use to manage the access to the admin area. The path to this document is Document/User.php
To complete the user configuration, you need to add the encoder and provider for the mentioned User document.
Encoder
Note that you can use the encoder strategy that you like the most.
Provider
Remember, these are encoder and provider are available in the bundle, but feel free to use your own implementation.
Test Data
In order to use some test data, you have to run the following commands
Application
This section assumes that you have your application installed under kb.local
Frontend
The frontend area is located in the main route /
. So you can start navigating the application by opening the following address in your web browser: http://kb.local/
Backend
The backend is located under /admin
, so you will have to go to http://kb.local/admin.
This is a secure area, so you will have to login with valid credentials. If you are using the test data, then you can access it with admin:abc123
All versions of kb-bundle with dependencies
symfony/framework-bundle Version >=2.0,<2.3-dev
codemirror/codemirror Version v2.33
chjj/marked Version v0.2.5
doctrine/phpcr-bundle Version dev-master
doctrine/phpcr-odm Version 1.0.x-dev
doctrine/doctrine-fixtures-bundle Version dev-master
servergrove/translation-editor-bundle Version dev-master
jackalope/jackalope-jackrabbit Version dev-master
knplabs/knp-markdown-bundle Version dev-master