2017 © Pedro Peláez
 

symfony-bundle moment-bundle

Moment.js Bundle for Symfony2

image

alexandermatveev/moment-bundle

Moment.js Bundle for Symfony2

  • Friday, September 23, 2016
  • by AlexanderMatveev
  • Repository
  • 1 Watchers
  • 0 Stars
  • 44 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 38 % Grown

The README.md

Moment Bundle for Symfony2

Current Version

Moment.js 2.15.1, (*1)

Installation

Add bundle to your composer.json file

``` js // composer.json, (*2)

{ "require": { // ... "alexandermatveev/moment-bundle": "*" } }, (*3)


### Add bundle to your application kernel ``` php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new AlexanderMatveev\MomentBundle\AlexanderMatveevMomentBundle(), // ... ); }

Download the bundle using Composer

``` bash $ php composer.phar update alexandermatveev/moment-bundle, (*4)


### Install assets Given your server's public directory is named "web", install the public vendor resources ``` bash $ bin/console assets:install web

Optionally, use the --symlink attribute to create links rather than copies of the resources, (*5)

``` bash $ bin/console assets:install --symlink web, (*6)


## Usage Refer to the desired files in your HTML template, e.g. ``` html <script type="text/javascript" src="{{ asset('bundles/alexandermatveevmoment/moment.min.js') }}"></script>

Or with locales:, (*7)

html <script type="text/javascript" src="{{ asset('bundles/alexandermatveevmoment/moment-with-locales.min.js') }}"></script>, (*8)

Licenses

Refer to the source code of the included files for license information, (*9)

References

  1. http://momentjs.com/

The Versions

23/09 2016

dev-master

9999999-dev https://github.com/AlexanderMatveev/moment-bundle

Moment.js Bundle for Symfony2

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

javascript symfony moment

23/09 2016

1.0

1.0.0.0 https://github.com/AlexanderMatveev/moment-bundle

Moment.js Bundle for Symfony2

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

javascript symfony moment