Tagged Questions
1
vote
1answer
20 views
Symfony internationalization with javascript
I'm developing an web application with symfony2. Symfony features a build in internationalization for all PHP related parts.
Is there a way to use those build in internationalization parts in ...
1
vote
1answer
8 views
Symfony2 Doctrine bundle constructor, what is the $typesconfig requirement they are asking for?
Hey guys I'm trying to port the ConnectionFactory class from the Symfony2 Doctrine2 bundle back into a stock installation of Doctrine2, but ran across a snag. The constructor requires an ...
1
vote
1answer
25 views
Symfony2 install ChillDevProxyTemplatingBundle - Cannot import resource
i´ve just installed the ChillDevProxyTemplating Bundle for symfony2, described here:
https://github.com/chilloutdevelopment/ChillDevProxyTemplatingBundle/blob/master/Resources/doc/installation.md
...
0
votes
1answer
21 views
Symfony2.3 - HWIOAuthBundle Config ServiceNotFoundException
I want to install this bundle. I follow all of the steps and I have this error :
Fatal error: Uncaught exception 'Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException' with ...
0
votes
0answers
33 views
Symfony2 console doesn't interact
When I was creating projects in Symfony2 on Windows there were no problems, but now (linux) I got something like this:
when I want to generate bundle without any parameters I get
...
0
votes
0answers
21 views
How to used I18nRoutingBundle with translate backend implementation? Symfony2
I follow BeSimplei18nRoutingBundle's documentation to translating the route attributes but I've got some problems with cache an connection, and I've chosen to translate the attributes by Translator ...
0
votes
1answer
54 views
symfony2: customizing bundles overriding directory
For overriding Bundles template , at the first level Symfony search inside app/Resources/AcmeSampleBundle directory if it doesn't exist then it read template from src/Acme/SampleBundle.
Is there any ...
0
votes
3answers
44 views
Modular application in Symfony 2
Im looking for best practises in modular application in symfony 2. To now, my applications was divided to 2 bundles (front and back bundle). But now, I want to divide my application into more modules. ...
0
votes
0answers
27 views
Error When I have Add new Record in CRUD using GloomyPagerBundle in Symfony2
I have downloaded Gloomy Pager Bundle package and it worked well with Gloomy Pager, Datagrid, CRUD functionality, but when I try to use Gloomy CRUD functionality in another bundlb by adding a new ...
0
votes
1answer
33 views
Symfony2 - Change Migration Directory
How can I change the default migration dirctory in the config.yml?
Right now I am using 2 bundles with different db-connections and I would like to create migrations files and store them in different ...
0
votes
1answer
139 views
Symfony2 Bundle/Application Structure (Frontend/Backend)
I've read a lot of different things about bundles and the architecture of a Symfony2 project, however I've yet to come to a conclusion on the best practice for an individual project which isn't ...
0
votes
1answer
40 views
MopaBootstrapBundle Installation,which file put these bundle setting code
I flowed this installation doc
which file should i put above code?
my project demo is symfony2 demo
1
vote
1answer
43 views
Detect routes and entities from Symfony2 vendor
i'm creating a bundle that adds an entity and a few routes to be use in a Symfony2 application.
I want my bundle to be used as a vendor, so I've created all the files, published it on GitHub and ...
0
votes
0answers
125 views
Site Map Generation Symfony2 Bundle
Does anybody knows a good vendor bundle for symfony2 for Sitemap generation with minimal modifications.
0
votes
1answer
55 views
Symfony2: class included in AppKernel can not be found on webserver
I added to my project FOSUserBundle, on localhost it's works fine. But on web server I get
Fatal error: Class 'FOS\UserBundle\FOSUserBundle' not found in
...