I've been using Symfony for all of my site pages except the blog, which is run …
Continue reading post "Symfony templates for WordPress pages"symfony posts
Updated to Symfony 6.4
Since updating my server earlier in the year, and thus moving to PHP 8, I would…
Continue reading post "Updated to Symfony 6.4"Upgraded Symfony 4.4 to 5.4
I've upgraded my website to Symfony 5.4 from 4.4. I've continued on without Sy…
Continue reading post "Upgraded Symfony 4.4 to 5.4"Ansible, Vagrant, and Symfony `var` permissions
I have moved to using VirtualBox VM's for my local web development. I use Vagr…
Continue reading post "Ansible, Vagrant, and Symfony `var` permissions"Up way later than I wanted to be, fighting with Symfony's framework bundle trapp…
Continue reading post "#2602"This morning, shortly after waking up, I got a text that a site was down and oth…
Continue reading post "#2384"Upgrade Symfony 3 to 4 without Flex
I've upgraded my site from Symfony version 3 to 4, without using Symfony Flex. …
Continue reading post "Upgrade Symfony 3 to 4 without Flex"Symfony console: Freeing up default short options
I like Symfony's console component, and use it for much of my command line scri…
Continue reading post "Symfony console: Freeing up default short options"Server upgrade: Ubuntu 18.04
I've finally updated my server to Ubuntu 18.04 using do-release-upgrade. It to…
Continue reading post "Server upgrade: Ubuntu 18.04"Nice: in Symfony 4.1 we will finally be able to specify that an imported route s…
Continue reading post "#1902"Symfony router: check for match on different host
I found myself wanting to check if a given URL path exists on another host of a…
Continue reading post "Symfony router: check for match on different host"I was getting a white screen with 200 status in production after updating Symfon…
Continue reading post "#1696"XHTML version of my pages
Continuing in the interest of providing multiple file formats for my web pages,…
Continue reading post "XHTML version of my pages"Struggling to figure out why every response from my Symfony application is showi…
Continue reading post "#940"Security HTTP Headers
I've been working on the HTTP headers my site sends recently. I had been worki…
Continue reading post "Security HTTP Headers"Ooh, SymfonyStyle looks like it'll make IO a lot easier for Symfony Console (CLI…
Continue reading post "#790"Symfony 3.0 has finally been released. I hadn't even noticed for almost a week.…
Continue reading post "#755"Symfony AppCache and 'X-Reverse-Proxy-TTL', a hack
Symfony's HttpCache reverse proxy is a simple way to get caching of pages with …
Continue reading post "Symfony AppCache and 'X-Reverse-Proxy-TTL', a hack"404 with autofilling form
Inspired by a tweet by @simevidas about a 404 page search form, I decided to fi…
Continue reading post "404 with autofilling form"Symfony AppCache: built in reverse HTTP proxy
I finally set up my site to work with Symfony's built in HTTP reverse proxy. T…
Continue reading post "Symfony AppCache: built in reverse HTTP proxy"Load Balancers and HTTPS
Until recently, I had no experience working with sites behind load balancers. …
Continue reading post "Load Balancers and HTTPS"Additive overwriting of Symfony security configuration
Symfony provides a security component and bundle for managing authentication an…
Continue reading post "Additive overwriting of Symfony security configuration"Working with Composer 'scripts' and 'extra' from Non-Root Package
The goal of my Symfony StandardEditionBundle is to capture as much of the logic…
Continue reading post "Working with Composer 'scripts' and 'extra' from Non-Root Package"Notes on Using PHP Class With Statics for Configuration
I will be talking about using namespaced PHP classes with static properties for…
Continue reading post "Notes on Using PHP Class With Statics for Configuration"Symfony Console
This passed weekend, I released a github project called sy-console. It is a st…
Continue reading post "Symfony Console"Symfony: PHP Templating Engine and Global Variables
At Cogneato, we are using Symfony's PHP templating engine to render our views f…
Continue reading post "Symfony: PHP Templating Engine and Global Variables"Using Symfony alongside an existing system
At Cogneato we've had a CMS that has been built up over more than a decade. We…
Continue reading post "Using Symfony alongside an existing system"Symfony 2.0 and Custom Validation for Entity Based Forms
I recently started using Symfony's form system at work instead of dealing with …
Continue reading post "Symfony 2.0 and Custom Validation for Entity Based Forms"Workings of Late: Symfony, Less, Responsive Design, Etc
As I've mentioned, at Cogneato we've been building a new version of our CMS usi…
Continue reading post "Workings of Late: Symfony, Less, Responsive Design, Etc"