
Laravel homestead xdebug php cli
This is a quick post on how to enable xdebug for php cli in laravel homestead. Occasionally you will need to use xdebug with laravel artisan cli commands. This post…
This is a quick post on how to enable xdebug for php cli in laravel homestead. Occasionally you will need to use xdebug with laravel artisan cli commands. This post…
In modern PHP development, Composer has become an indispensable tool for managing dependencies. It allows developers to easily include external libraries and packages in their projects, simplifying everything from database…
As applications grow in complexity, maintaining clean, efficient, and easy-to-understand code becomes increasingly challenging. This is where refactoring comes in—refining code to make it more readable, maintainable, and efficient without…
Octopus energy has 500 developers5000 employees in total [biggest supplier of energy in UK]valued at £8bn after 8 years 160 releases each day2500 deployments a day-- heavily automated and automatic…
I stumbled on this problem early last year, I have a few different git accounts for different projects (eg one for work, one personal, one for this blog etc) Usually…
Mysql enable encrypted transmission of data. Using TLS-encrypted data transfers for a MySQL connection is essential for security, especially when dealing with sensitive data. TLS (Transport Layer Security) encrypts the…
Empowering developers with advanced workflow features Stop debugging local environments and spend more time launching WordPress sites. Automatic WordPress installation Local sets up WordPress for you. One click and your site…
Leading on from the prev article - An API, or Application Programming Interface, is a set of rules and protocols that allows different software applications to communicate and interact with…
Vagrant for Beginners Vagrant is a powerful tool that allows developers to easily create and manage virtual machines for development purposes. It provides a consistent and reproducible environment for software…