4 posts tagged with "php"
Setting up xDebug on MacOS
Posted on June, 2021This guide is based on the works of Asrar from dev.to and adapted to PHP 8. If you dont have PHP 8 already install it using brew: Download the latest version of xDebug. Then build and install the…
Read full postGetting started with CI/CD in PHP
Posted on March, 2019What is CI/CD? CI/CD is short for Continues Integration and Continues Delivery (sometimes also called Continues Deployment). Both terms group steps and actions that occur during the lifetime of your…
Read full postGetting started with Test Driven Development in Laravel
Posted on December, 2018During the last few months, I’ve read a lot of blog posts and guides that talk about the benefits and joys of TDD. Although they all were credible sources and I believed the points they made about all…
Read full postUsing Logstash with Laravel
Posted on November, 2018Lately, I have been developing an application based on Laravel 5.7 that makes heavy use of Laravels Queue feature. In order to easier structure different debug information for multiple hosts we use…
Read full post