PHP
Traits are not inherited
Context from traits is copy-pasted to your class and NOT inherited. What does that imply? Read more
Context from traits is copy-pasted to your class and NOT inherited. What does that imply? Read more
[AdSense-A]
In this stream, Brent and I showcase some cool techniques we use in our test suites.
If you want to know more about testing Laravel, make sure to check our new video course.
(more…)Tobias Petry shared the results of the State Of Laravel Survey he launched a few weeks ago. Read more
Jacob Kaplan-Moss shares the technique he uses when he needs to develop a project timeline. Read more
We’re way overdue a correction back to simplicity for the frontend. ES6/HTTP2/Import maps looks like they’ll deliver just that. Read more
A static analyzer helps you to find bugs in your code without even running it. Popular static analyzers for PHP are Psalm and PHPStan. In this post, we’re going to look at what such a Read more…
I’ve been creating web applications for over 15 years now. It’s only in the last five years that I’ve learned how to test an application automatically. I can safely say that there is no other Read more…
[AdSense-A]
In this video, which is part of the Testing Laravel video course, I explain to cool ways to test middleware in Laravel.
In this video, we're using Pest, but you can easily use the techniques in a PHPUnit testsuite as well.
(more…)Flare runs on a few different servers that each produce their own logs. In this post, you’ll learn how you can combine multiple logs in a single stream. Read more