2017 © Pedro Peláez
 

symfony-bundle bootstrap-datetime-picker-bundle

Provides a fully-featured datetime picker field

image

felipyamorim/bootstrap-datetime-picker-bundle

Provides a fully-featured datetime picker field

  • Thursday, May 17, 2018
  • by felipyamorim
  • Repository
  • 1 Watchers
  • 1 Stars
  • 41 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 5 % Grown

The README.md

BootstraoDateTimePickerBundle

Introduction

This bundle provides a fully-featured datetime picker field., (*1)

Requeriments

  • Symfony 2.8+
  • Twitter Bootstrap

Features

  • DateTime Picker
  • Bootstrap Styling

Installing

Add composer

Add the dependency to your composer.json, (*2)

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

Add bundle class in kernel

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)

License

MIT, (*8)

The Versions

17/05 2018

dev-master

9999999-dev

Provides a fully-featured datetime picker field

  Sources   Download

MIT

The Requires

 

by Felipy Amorim