Latest Laravel/PHP Articles

Latest Laravel/PHP Articles curated daily from around the web.


Recently I spent an afternoon experimenting with mutation testing in PHP. In this post I would like to share the background, the main idea of mutation testing,...
Stefan PöltlJul 18 · 7 min readYou are searching for a handy way to build instant notifications paired with a great programming Framework? You don’t like Javasc...
To solve this issue we wanted to benefit from the use of our event loops that already run in the background and are used to dispatch messages. We chose to imple...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
What is Docker?Docker is a tool designed to make it easier to create, deploy, and run applications by using containers. Containers allow a developer to package...
PHP end is an inbuilt function in PHP. It returns the last element of the array. Also, it sets the internal pointer to the last element of the array. It works o...
MacPorts is a package manager for MacOS. It’s similar to HomeBrew. Yet I do prefer MacPorts that I found a lot more stable. First download and install MacPorts....
In the past few months, I’ve had the chance to work with the frontend quite a bit. While the frontend is by no means my favorite place to work, I have searched...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
So, there I am a year ago, living a carefree life working on a legacy monolith — a codebase written in CodeIgniter 2. Not the best framework in the world, but i...
Hi, I’m Valerio, software engineer based in Italy and creator of Inspector, a developers tool published now on Product Hunt: https://www.producthunt.com/posts/i...
At some point in the development process, developers have to deal with image upload. Yes, this can be a bit tricky but luckily Laravel makes it quite easy and u...
Certified Laravel | PHP | Magento Developer.
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
You already probably know about instant refactoring and pattern refactoring (I'm deprecating refactoring as you know it) that's possible thanks to Rector. But t...
First, let’s clarify what a framework is and why it is so essential in the software development world. Frameworks represent a collection of universal, reusable...
Here, we want to check if an input PowerPoint PPTX file is indeed valid. For example, our website may allow users to input PowerPoint files and we need to check...
When developing new websites and applications, getting useful debug information is essential for producing bug-free, efficient code.