Latest Laravel/PHP Articles

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


Recently I discovered that the default logout functionality in Laravel actually logs the user out from all their devices. This is because upon logout it cycles...
There comes a scenario in your app where there are some fields in your form that are dependent on an another field’s state. For instance, imagine a form with an...
You probably heard the news a few months ago that the JIT compiler will be added to PHP 8. If you haven’t heard, it is this poll. 90% of contributors who voted...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
I’ve had trouble knowing what to put in my migrations’ up() and down() functions. The Laravel Docs include a lot of information but I wanted a quick reference g...
There are many languages out there that follow different programming paradigms. Some of them strictly force you to follow its paradigm and others give you more...
I'd like to get some beta testers on Laravel Airlock... I have put up initial documentation here:
This is an article on how to solve passing data arrays throughout your applications. I’ll start off with an example of what I’m trying to solve here.This will w...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Phone number stored in database doesn’t have a proper format. This won’t be able to find number because the spaces, +, -, () won’t be escaped.
Certified Laravel | PHP | Magento Developer.
If you are building a cloud-based application at scale, running it in Kubernetes is a no-brainer: It’s been adopted by the industry at an incredible rate, it ha...
Laravel provides a very simple api to send mail to users. Today in this topic I am going to show you how to send mail with attachment using mailtrap.io. MailTra...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Arrays are the working horse of PHP, the programming language used by the vast majority of web applications. An array seems to be incredible simple to use but t...
While working with reCAPTCHA and Laravel, I found no solution to easily validate reCAPTCHA requests, so I decided to build one myself. You can follow this artic...
This tutorial entails building a user invitation system using Laravel. Sometimes, you do not want to allow anyone to just signup on your software, instead you w...
The is one of the most generic elements in HTML, but is it okay to use it always? Well, it depends on our needs because nowadays we have more items with m...