PHP
Composer Security Hardening
Security precautions Composer already has, and what you can do to improve them further. Read More
Security precautions Composer already has, and what you can do to improve them further. Read More
When you are working with a one-to-many relationship, it is sometimes the case that a particular instance on the “many” side of the relationship is flagged as unique and important to your system in some Read more…
Strings are useful for holding data that can be represented in text form. Some of the most-used operations on strings are to check their length, to build and concatenate them using the + and += Read more…
It looks like PHP will get fibers soon with PHP 8.1! Thatâs awesome! Or is it? Read More
As a predominantly Laravel developer that is accustomed to Laravel Mix, I wanted to see how to get Tailwind’s JIT compiler working with Laravel Mix, and was pleasantly surprised that it was quite simple and Read more…
If you’re running your queue workers on a server with limited resources, or a server that’s also used to serve HTTP requests and do other tasks, it’s important to ration the resource used by those Read more…
When distributing console commands in a package or within an application, making sure data is in the correct format can be important. Let’s build a make:user command that takes advantage of Laravel’s validation helpers. Read Read more…
How you can leverage DNSControl and GitHub Actions to make DNS configuration a breeze. Read More
[AdSense-A]
Here's a very cool video by Simon Vrachliotis on how to style forms with the tailwindcss form plugin.
I could immediately use this knowledge to style some forms on this very blog.
(more…)