Download the PHP package brazilianfriendsofsymfony/settings-management-bundle without Composer
On this page you can find all versions of the php package brazilianfriendsofsymfony/settings-management-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download brazilianfriendsofsymfony/settings-management-bundle
More information about brazilianfriendsofsymfony/settings-management-bundle
Files in brazilianfriendsofsymfony/settings-management-bundle
Download brazilianfriendsofsymfony/settings-management-bundle
More information about brazilianfriendsofsymfony/settings-management-bundle
Files in brazilianfriendsofsymfony/settings-management-bundle
Vendor brazilianfriendsofsymfony
Package settings-management-bundle
Short Description Symfony BFOSSettingsManagementBundle
License MIT
Homepage http://www.duocriativa.com.br/bfos
Package settings-management-bundle
Short Description Symfony BFOSSettingsManagementBundle
License MIT
Homepage http://www.duocriativa.com.br/bfos
Please rate this library. Is it a good library?
Informations about the package settings-management-bundle
BFOSSettingsManagementBundle
Symfony2 bundle to easily manage your application settings.
Requirements
- jQuery
- RequireJS
- ckEditor
Installing
Install from composer for symfony 2.1
Add BFOSSettingsManagementBundle in your composer.json:
Register BFOSSettingsManagementBundle into your application kernel
// app/AppKernel.php
public function registerBundles()
{
$bundles = array(
// ...,
new BFOS\SettingsManagementBundle\BFOSSettingsManagementBundle()
// ...,
);
//..
return $bundles;
}
Import the routes in app/config/routing.yml
bfos_settings_management:
resource: "@BFOSSettingsManagementBundle/Resources/config/routing.yml"
Configuration
bfos_settings_management:
security:
admin_role: ROLE_ADMIN
super_admin_role: ROLE_SUPER_ADMIN
All versions of settings-management-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.2
The package brazilianfriendsofsymfony/settings-management-bundle contains the following files
Loading the files please wait ....