Download the PHP package ob/cms-bundle without Composer
On this page you can find all versions of the php package ob/cms-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ob/cms-bundle
More information about ob/cms-bundle
Files in ob/cms-bundle
Download ob/cms-bundle
More information about ob/cms-bundle
Files in ob/cms-bundle
Please rate this library. Is it a good library?
Informations about the package cms-bundle
What this bundle is not …
- Production ready
- An example of beautiful code or best practices
- A weapon against zombies
- A bundle for power users
What it is …
- A simple way to manage entities without writing too much code
- A playground to become a better PHP dev
Features
- Add CRUD actions for an entity in a couple of php lines
- Row and multi-row actions, search, filters and pagination
- Clean and simple UI
What it does not
- Handle entity relations
- Dashboard widgets
- Security/Authentication
- Solve world hunger
Installation
-
Run
composer require ob/cms-bundle
-
Register the bundles in your
app/AppKernel.php
: -
Add configuration for Mopa Bundle
- Last thing but not least is to import the routing
Create an Admin class
To use the Cms, you must create an Admin class somewhere in your bundle. For complete list of options, dive in the Admin class code, it's pretty simple.
And then register your new admin class as a tagged service. The alias
tag is used for the menu and the translation
prefix.
All versions of cms-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.3
symfony/symfony Version ~2.3
knplabs/knp-paginator-bundle Version ~2.4
mopa/bootstrap-bundle Version 3.x-dev
twbs/bootstrap Version ~3.0
liuggio/excelbundle Version ~2.0
symfony/symfony Version ~2.3
knplabs/knp-paginator-bundle Version ~2.4
mopa/bootstrap-bundle Version 3.x-dev
twbs/bootstrap Version ~3.0
liuggio/excelbundle Version ~2.0
The package ob/cms-bundle contains the following files
Loading the files please wait ....