Creating a Customizable Site Theme in WordPress

Customization is an important aspect of a modern website. It gives you the power to change a site to fit your needs and to ultimately deliver the best version of the site to your customers. And with the introduction of full site editing in WordPress, people are beginning to realize the power of changing a…

Hall’s Favorite Apps and Websites of 2022

For most people, hardly a day goes by without some sort of web search or social media scroll. Websites and apps keep us organized, informed, productive, and entertained. This year, our team has compiled a list of our favorite and most used sites and apps of 2022. Our Favorite Websites growth.design/case-studies – A collection of…

Preventing Symfony Process From Passing Laravel Environment Variables

Recently when working on an internal tool using Laravel, we encountered an issue where calling artisan commands in another application was using the wrong environment variables. After debugging, we determined that this was default behavior of the Symfony process class. The Symfony process class for PHP is able to call system processes from within your…