A Crash Course of Changes to Exception Handling in PHP 7
Ahmed Khan gives us a brief overview of the new exception and error classes in PHP 7, and how they can impact your future, current, and past code!
Ahmed Khan gives us a brief overview of the new exception and error classes in PHP 7, and how they can impact your future, current, and past code!
Jeff Smith expands on his previous "Defensive programming" post by offering more tips on making sure your apps do what they're supposed to. Check it out!
Amit Gupta wraps up his validation series by showing us how we can implement custom validations with Laravel, the right way
Amit Gupta explains data validation in Laravel and teaches you how to do it right - decoupled, abstracted and clean