17/05
2018
dev-master
9999999-devProvides a fully-featured datetime picker field
MIT
The Requires
by Felipy Amorim
Provides a fully-featured datetime picker field
This bundle provides a fully-featured datetime picker field., (*1)
Add the dependency to your composer.json, (*2)
"require": { ... "felipyamorim/bootstrap-datetime-picker-bundle" : "dev-master" }
Register the bundle class in your AppKernel.php, (*3)
public function registerBundles() { $bundles = array( ... new FelipyAmorim\BootstraoDateTimePickerBundle\FelipyAmorimBootstraoDateTimePickerBundle(), ... ); }
Install assets, (*4)
Symfony 3:, (*5)
$ php bin/console install:assets
Symfony 2:, (*6)
$ php app/console install:assets
All done!, (*7)
MIT, (*8)
Provides a fully-featured datetime picker field
MIT