Latest Laravel/PHP Articles

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


One of best feature of laravel I really like is automatically injecting dependencies, this might sound more complicated then actually it is. In simple terms inj...
A friend who is just getting into using Nodejs for backend development asked me to explain the difference between using session and jwt. So I thought I’d write...
When adding a form to a public site, there’s a risk that spam bots will try to submit it with fake values. We recently released a new package, called laravel-ho...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Choosing a right PHP framework to develop a web application for your business can be a very difficult task because there are so many other options available. Fr...
With the complexity of microservices, security becomes a harder issue to address because there are so many areas to tackle the issue: This tutorial will ONLY fo...
One of the best benefits of Microservices is the size of the applications, they are tiny! Only a few hundred lines of code, maybe a few files, and you have a se...
Have you ever profiled how long does it take for your PHP or PHP-FPM docker image to build? Probably, you have noticed that the composer install step takes the...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
This article is a small tutorial on how to start broadcasting Laravel notifications with Pusher and receiving them in React. I had some trouble finding all the...
When I work with APIs, I usually create a single PHP class which is responsible for sending the Guzzle HTTP request. It usually looks like this: <?php namesp...
Memory constraints is an issue that I’ve been mostly able to avoid-until now. With most of time spent working on web applications, short requests and text based...
I was looking for a small application idea to finally test Laravel Zero. I decided to create something to track cryptocurrency Twitter accounts and to detect tr...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
It is possible to run multiple copies of Apache (if they use different ports) and each copy of Apache pointing at a different version of PHP. I work that way be...
Docker is an open source platform that makes it possible for software developers to Build, Ship, and Run any App anywhere. In a high-level explanation, a docker...
What if your microservice performance could be improved by 38% and a single service was able to process 5000 requests in under a second but the approach was con...
Laravel Cashier provides an communicative and fluent interface for Stripe. We have covered few missing things which we can use for Stripe payment.