2017 © Pedro Peláez
 

symfony-bundle gridster-bundle

Gridster integrated with Symfony2

image

babaganoush/gridster-bundle

Gridster integrated with Symfony2

  • Sunday, November 9, 2014
  • by babaganoush
  • Repository
  • 1 Watchers
  • 1 Stars
  • 4 Installations
  • CSS
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Gridster Bundle for Symfony2

Current Version

gridster.js - v0.5.6 - 2014-09-25, (*1)

Installation

Add bundle to your composer.json file

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

{ "require": { // ... "babaganoush/gridster-bundle": "dev-master" } }, (*3)


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

Download the bundle using Composer

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


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

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

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


## Usage Refer to the desired files in your HTML template, e.g. ``` html <link rel="stylesheet" type="text/css" href="{{ asset('bundles/babaganoushgridster/css/jquery.gridster.css') }}" />

The Gridster scripts requires jQuery. The bundle installs bmatzner/jquery-bundle, which should be referenced before loading any foundation script., (*7)

html <script type="text/javascript" src="{{ asset('bundles/bmatznerjquery/js/jquery.min.js') }}"></script> <script type="text/javascript" src="{{ asset('bundles/babaganoushgridster/js/jquery.gridster.js') }}"></script>, (*8)

Licenses

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

References

  1. http://gridster.net/
  2. http://symfony.com

The Versions

09/11 2014

dev-master

9999999-dev https://github.com/babaganoush/GridsterBundle

Gridster integrated with Symfony2

  Sources   Download

MIT

The Requires

 

grid gridster panels