PHP
Upload Image In Angular With PHP
In this post, we will learn how to upload file and save as Base64 into the folder using PHP API. To convert image into Base64 we will use Angular and For API we will use Read more…
In this post, we will learn how to upload file and save as Base64 into the folder using PHP API. To convert image into Base64 we will use Angular and For API we will use Read more…
Matthias Noback shares some considerations on when you could rely on PSR abstractions 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…