Download the PHP package keyopstech/shtumi-useful-bundle without Composer
On this page you can find all versions of the php package keyopstech/shtumi-useful-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download keyopstech/shtumi-useful-bundle
More information about keyopstech/shtumi-useful-bundle
Files in keyopstech/shtumi-useful-bundle
Package shtumi-useful-bundle
Short Description Symfony ShtumiUsefulBundle
License MIT
Informations about the package shtumi-useful-bundle
ShtumiUsefulBundle - make typical things easier
ShtumiUsefulBundle provides some useful things that needed almost in every project. It's:
Form types:
-
Ajax Autocomplete form type (useful when you operate with thousands and hundred thousands records [for instance: users])
-
Dependent filtered form type (useful when you need operate dependent entities in one form (for instance: countries/regions))
- Date range form type (allows you select date range with JS calendar and take valid DateRange object)
-
IF
-
IFNULL
-
ROUND
- DATE_DIFF
You can use Ajax autocomplete form type as a filter type with SonataAdminBundle
Installation
Add the following lines to your deps
file and then run php bin/vendors install
:
For Symfony 2.0 please use branch 2.0 of ShtumiUsefulBundle:
You also should install SonataAdminBundle and all dependencies for it.
Add ShtumiUsefulBundle to your application kernel
Register the ShtumiUsefulBundle namespace
Import routes
// app/config/routing.yml
Update your configuration
Add form theming to twig
Update your configuration in accordance with using ShtumiUsefulBundle things