felipyamorim/bootstrap-datetime-picker-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

Provides a fully-featured datetime picker field

dev-master 2018-05-17 14:09 UTC

This package is not auto-updated.

Last update: 2020-01-24 16:09:26 UTC


README

Introduction

This bundle provides a fully-featured datetime picker field.

Requeriments

  • Symfony 2.8+
  • Twitter Bootstrap

Features

  • DateTime Picker
  • Bootstrap Styling

Installing

Add composer

Add the dependency to your composer.json

    "require": {
        ...
	    "felipyamorim/bootstrap-datetime-picker-bundle" : "dev-master"
	}

Add bundle class in kernel

Register the bundle class in your AppKernel.php

    public function registerBundles()
    {
        $bundles = array(
        ...
        new FelipyAmorim\BootstraoDateTimePickerBundle\FelipyAmorimBootstraoDateTimePickerBundle(),
        ...
        );
    }

Install assets

Symfony 3:

$ php bin/console install:assets

Symfony 2:

$ php app/console install:assets

All done!

License

MIT