Tagged Questions
0
votes
1answer
57 views
Payum Bundle Configuration
I am struggling to define entity mapper found here:
https://github.com/Payum/PayumBundle/blob/master/Resources/doc/capture_funds_with_paypal_express_checkout.md#2-a-configure-doctrine-storage
...
1
vote
1answer
38 views
How to do without the bundle name in Symfony 2?
Is there a way to do without the package name in the parts of the system as View or Routing?
For example, I want to use instead:
{% extends "SomeAppBundle::layout.html.twig" %}
Use this:
{% ...
0
votes
3answers
432 views
symfony2 tutorial - generate bundle
I am new to symfony2 but not to symfony. I am currently doing the symblog tutorial. Its going ok so far however I have come a little stuck on the generate bundle?
The tutorial says to run the ...
1
vote
1answer
441 views
Composer cannot find package for a Symfony2 bundle
I'm creating a Symfony2 bundle hosted on GitHub. I suppose that everything is configured well! However, when I try to install it something goes wrong.
Here follows a summary of the key info.
First, ...
0
votes
3answers
148 views
FOSUser - Disabling login page for logged user
I tryed for 3 days to make a redirection in FOSUser to redirect logged people to index if they try to access the login page, but unfortunately it's seems that there are no way to do this.
How can I ...
0
votes
1answer
32 views
bundles for symfony apart those from github
Apart these bundles of Symfony here
Does it any other bundles shared in other websites ?
0
votes
1answer
150 views
How to register service in symfony 2.1
I am using Symfony 2.1 and I want to add a new bundle. The bundle is called pulse00/ffmpeg-bundle this bundle is added to composer.json as any other bundle: in require array is added line ...
0
votes
0answers
27 views
MopaBootstrapTwitterBundle - button dropdown
How do I add a button dropdown like this:
http://twitter.github.com/bootstrap/components.html#buttonDropdowns
In MopaBootstrapTwitterBundle.
I guess I need a buttonRenderer and a service to achieve ...
1
vote
2answers
119 views
MopaBootstrapBundle adding navbar inverse option
I am using MopaBootstrapBundle in my Symfony project.
My current configuration in config.yml is:
mopa_bootstrap:
navbar: ~
How do I add inverse property to make the navbar dark using ...
0
votes
1answer
407 views
How can I install FosJSRoutingBundle of Symfony2.1
I want't to install FosJSRoutingBundle, but the readme file say to install it by using dep.
Notice that I updated my app to Symfony2.1 and I use composer.json and composer.phar to install any bundles ...
2
votes
1answer
369 views
Building a widget manager on top of Symfony 2 (multiple controllers in one page)
Use case
I am developing a CMF on top of Symfony2. One of the features will be the support of "widgets": an possibility for end users to add small 'blocks' or 'modules' to a page. Examples:
A small ...
8
votes
1answer
2k views
Best Symfony 2 (2.1+) forum bundle
I'm looking for Symfony2 forum bundle, which is:
working
not dead
supports sf 2.1
Anyone knows of such a thing?
55
votes
4answers
9k views
Should everything really be a bundle in Symfony 2?
I'm aware of questions like this, where people tend to discuss the general Symfony 2 concept of bundle.
The thing is, in a specific application, like, for instance, a twitter-like application, should ...