Skip to main content

Questions tagged [symfony]

For questions about Symfony, a free PHP web application framework.

11 votes
3 answers
20k views

We are building a Microservice architecture for our projects, with mostly front-end Symfony applications interacting with back-end RESTful APIs. The problem is this approach is breaking the Symfony ...
Pierre B.'s user avatar
  • 213
7 votes
5 answers
1k views

Problem: We have to develop a CMS for our sites. The sites are kind of different, but they have common parts. We need to use our external user system and permissions, the menus are different for each ...
rungurean's user avatar
5 votes
2 answers
2k views

In the default folder structure for a Symfony2 project the database and mail server credentials are stored in parameters.yml file inside ProjectRoot/app/config/parameters.yml with these default values:...
Songo's user avatar
  • 6,663
4 votes
3 answers
416 views

Right now, the current deploy process at my work is based around tagging from the trunk and switching various PHP web sites for clients on our QA and Production servers. While this is simple from the ...
CamelBlues's user avatar
  • 1,145
4 votes
0 answers
605 views

Symfony2 is handling all its things in bundles in /app or in /vendor. This is fine if you are handling and managing all by yourself or Ops that handle all needed things. But I haven't found a good ...
Michael's user avatar
  • 41
3 votes
3 answers
5k views

I need to develop an app for booking appointments. This is going to be hosted in a shared server. So performance is the most important thing. I have used symfony2. I quite liked the framework. But ...
ravi404's user avatar
  • 99
3 votes
1 answer
385 views

It's time to improve my workflow. I never had the responsibility of setting up the infrastructure, managing git, versions or releases. For me it was simple push/pull most of the time and I think, the ...
Mr. B.'s user avatar
  • 163
3 votes
1 answer
280 views

I am working on a Symfony 4 rest API application which will be use by multiple client(about 20 different clients). Each client has his specific needs so I have to fork the web application for each ...
Moran_bzh's user avatar
3 votes
0 answers
94 views

I am designing a 3rd-party library for developers to retrieve data from various endpoints of another system which itself has multiple APIs. Each of those APIs may contain the same type of request but ...
Jason Roman's user avatar
2 votes
2 answers
595 views

I'm refactoring a common web app (not spa but traditional server side html rendering). The design/code organization follows more or the less the Clean architecture concepts (ie: controller calls a use ...
sgt-hartman's user avatar
2 votes
3 answers
1k views

I have a question regarding workflow in web development. I'm building my project in Symfony, and it's in Git. Right now, I have three environments, dev (local), staging and prod. The project itself ...
Brandon - Free Palestine's user avatar
1 vote
2 answers
1k views

I'm starting symfony and interested in learning where symfony is coming from. In terms of it's architectural challenges. What are the architectural or philosophical differences between symfony 2 and ...
chrisl-921fb74d's user avatar
1 vote
1 answer
143 views

I have many methods in many repositories that have the same logical flow: Retrieve value from Cache Check value If no value, fetch from Database Update Cache Return value Is there a way to refactor ...
Jonathan's user avatar
  • 1,135
1 vote
2 answers
476 views

Usually on Symnfony framework I use the provided depedency Injection container and on Controller I load the models as a service. To be more In detail on a current project I am having the following ...
Dimitrios Desyllas's user avatar
1 vote
1 answer
2k views

Hello fellow programmers, (a bit of background)I'm building a Symfony 2 application for university Student accommodation, when our clients from the university side register with their details a ...
some_groceries's user avatar

15 30 50 per page