Symfony

Symfony app.php prod Environment Not Working on Demo – 404 error

The only way I’ve been able to bring up the Symfony Demo home page is to use the app_dev.php and use the dev environment. In other words, going to the ‘/’ URI hasn’t been working unless I use the dev environment. If my domain is example.com, then example.com/ is not working – it gives a

Symfony app.php prod Environment Not Working on Demo – 404 error Read More »

Symfony Getting Started Tutorial – The Controller

I’m still trying to work through the Getting Started tutorial and I’m finding that it is apparently out of date. Or at least it’s showing the wrong code with the wrong version. The examples in the tutorial do not work for me. I’m using version ‘2.57 app/dev/debug’. I found the version using the following on

Symfony Getting Started Tutorial – The Controller Read More »

Symfony Getting Started – The View Tutorial – Twig

I remember when I first started using Symfony 1.0 in a PHP web development shop. We had backend programmers, front-end developers and designers. The designer would create the design. Then, the front-end developer would create the html/css with place-holders for the dynamic data from the design. And then I would go in and replace the

Symfony Getting Started – The View Tutorial – Twig Read More »

The Symfony Getting Started Big Picture Tutorial

My first step in learning Symfony is to go through the Getting Started Big Picture tutorial. I followed the instructions to install Symfony, but immediately ran into a problem when I tried to execute the new Symfony command. I got a ‘permission denied’ error. I had to change the permission to 755 on the /usr/local/bin/Symfony

The Symfony Getting Started Big Picture Tutorial Read More »

I Love WordPress but it Just Won't Do it All. Hello Again Symfony.

Several years ago, every website I built was built in symfony. This was back in the symfony 1.0 and 1.5 days. I loved symfony. After building sites in homegrown PHP, trying out Joomla! and Drupal, symfony was a breath of fresh air and allowed me to build sites VERY quickly. There was only one small

I Love WordPress but it Just Won't Do it All. Hello Again Symfony. Read More »

Scroll to Top