Guides

YouTube API with Laravel & Guzzle Http

YouTube API with Laravel & Guzzle Http

I felt that my minimal, PHP YouTube client was worth sharing. If you’re looking to do something similar, interacting with the YouTube API via PHP, then look no further.

Add a Honeypot to Livewire Volt Forms

Add a Honeypot to Livewire Volt Forms

What are Livewire and Volt? Livewire allows you to build 'Powerful, dynamic, front-end UIs without leaving PHP'. For me, as a PHP fanboy, it's quickly becoming my bread and...

Dnsmasq Domain Resolution with Docker Compose

Dnsmasq Domain Resolution with Docker Compose

Dnsmasq resolves a subtle, but real problem that becomes apparent when adopting Docker Compose as a LAMP stack. By allowing containers to resolve requests to each other with custom domain names, you can ensure that all containers can…