Download the PHP package devtime/raffler-bundle without Composer
On this page you can find all versions of the php package devtime/raffler-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download devtime/raffler-bundle
More information about devtime/raffler-bundle
Files in devtime/raffler-bundle
Package raffler-bundle
Short Description Raffler backbonejs bundle example.
License MIT
Homepage http://devtime.blogspot.com
Informations about the package raffler-bundle
Raffler Bundle
This bundle is a simple backbone.js + Symfony2 app created using https://github.com/gigo6000/DevtimeBackboneBundle, it also uses Twitter bootstrap.
It allows you to get a ramdom winner from a list of names.
Follow @gigo6000 on Twitter. Tweet any questions or suggestions you have about the project.
What you need
This bundle requires Symfony 2.1.1 or greater (it probably works in older versions but not tested)
Installation
Step 1: Download DevtimeRafflerBundle using composer
Add DevtimeRafflerBundle to your composer.json:
Now tell *composer to download the bundle by running the command:
Composer will install the bundle to your project's vendor/devtime
directory.
- Note: If you don't have Composer yet, download it following the instructions on http://getcomposer.org/ or just run the following command:
Step 2: Enable the bundle
Enable the bundle in the kernel:
Step 2: Import routes
Import the bundle routes by adding the following code to your application’s routing file:
Step 3: Publish the bundle assets
After this you need to install (publish) your assets to the web dir.
At this point you should be able to see the app: http://yoursite.local/raffler.
All versions of raffler-bundle with dependencies
symfony/framework-bundle Version >=2.1.1
symfony/symfony Version >=2.1.1
devtime/backbone-bundle Version *