Download the PHP package kr-solutions/krcms-bundle without Composer
On this page you can find all versions of the php package kr-solutions/krcms-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download kr-solutions/krcms-bundle
More information about kr-solutions/krcms-bundle
Files in kr-solutions/krcms-bundle
Package krcms-bundle
Short Description Content Management System bundle for symfony 2
License MIT
Homepage https://www.kr-solutions.nl/
Informations about the package krcms-bundle
krcms-bundle
Content Management System for integration in (existing) Symfony 3 projects.
Easy to connect with your own security and user management (bundle).
Installation
Step 1: Composer
Add KRSolutionsKRCMSBundle to your composer.json
also add component-dir under config node of composer.json
Now tell composer to download the bundle by running the command:
Step 2: Enable the bundle
Enable the bundle in the kernel:
Step 3: Import KRSolutionsKRCMSBundle routing files
Problably before all your other routing, but after your security routing, insert:
(you can change the prefix, but remember to use the same prefix in the next step (security.yml)).
Step 4: Configure your application's security.yml
Secure the CMS with access_control, you can use your own roles here:
Step 5: Minimal configuration
This bundle needs to know which user class to use for cms users. This can be your own, using your own login screens etc.
This user class has to have an identifier field called 'id' for it's relationships. If you are using another primary field name: bad luck. Try to change it or fork this bundle.
Step 6: Install assets & update the database schema
Optional: Implement custom username implementation for display in this CMS
The system is trying to find out the username for display in the CMS by trying to get the following methods from the user class:
- getKRCMSUsername()
- getUsername()
- getId()
All versions of krcms-bundle with dependencies
symfony-cmf/routing-bundle Version ^2.0
egeloen/ckeditor-bundle Version ^4.0
helios-ag/fm-elfinder-bundle Version ~6
knplabs/knp-paginator-bundle Version ^2.6