PHP
How to test Laravel’s invokable rules
[AdSense-A]
Laravel 9 introduced a new way to create custom validation rules: invokable rules. It allows you to write a custom validation rule with only one method: __invoke.
[AdSense-A]
Laravel 9 introduced a new way to create custom validation rules: invokable rules. It allows you to write a custom validation rule with only one method: __invoke.
I have described where to put your scopes if your model is cluttered with 10 + scopes Read more
Some more live coding! Here’s Caleb refactoring away some nasty conditionals Read more
Here’s Matt Staufer live coding some cool array / collection stuff
Stay up-to-date with the latest trends in the Laravel and PHP communities by subscribing to these top YouTube channels. From beginner tutorials to advanced tips, these channels have something for every level of developer. Read Read more…
These books will help you learn more about PHP in detail and make you a better software engineer overall. Read more
This post discusses three equitable design considerations to avoid creating unintentional barriers and cultural or social biases for potential users. Read more
This post will find all the dates between the two dates in PHP. We will create two variables start date and end date in DD-MM-YYYY format and find all the dates between the two dates. Read more…
This post discusses accessibility design considerations that will help users with disabilities successfully use and navigate your website or application. Read more