Using webprofiler in Symfony

I have started creating some projects in php with the Symfony framework. There are a great tool called thw webprofiler which helps you get all sorts of debug information about the current page you are viewing in you symfony app.

Recently I stumpled upon a problem where the toolbar didnt show up on my pages. It turned out that the reason was that my site run in a local https mode but the urls for the webprofiler was rendered as http only. This ofcourse prevented the urls to load proberbly.

After some research I found this github page which described the solution which worked for my project. 

Tags

Add new comment

Restricted HTML

  • Allowed HTML tags: <a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id>
  • Lines and paragraphs break automatically.
  • Web page addresses and email addresses turn into links automatically.
Please share this article on your favorite website or platform.