How to easily read or write PHP .env files
2017-11-28 by rp
The EnvFile class provides the ability to easily add or change .env
file key values and to create a sample .env
file with obfuscated key values.
Laravel odds and ends
Draft
2017-12-17 by rp
A handful of Laravel tips and reminders
A Laravel Blade directive to inject a class indicating the active path
Draft
2017-12-26 by rp
A Laravel Blade directive to inject a class name indicating the active path
How to create Laravel Blade directives
Draft
2018-01-03 by rp
How to create Laravel Blade directives
Getting the lay of the Laravel land
Draft
2018-01-10 by rp
Understanding the Laravel stack
PHP remote debugging with Docker and Visual Studio Code
Draft
2018-11-06 by rp
Remote debugging is a must if you're using VMs or Docker. This article shows how easy it is to get remote PHP debugging working.