Latest Laravel/PHP Articles

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


Ashley Clarke introduced a fantastic package called Doorman which provides a way to limit access to your Laravel applications by using invite codes. Make a sing...
Unless you’re using something like Tailwind CSS, the stylesheet files are one of the most expensive resources that your application is loading. Essentially, you...
Jeffrey Way of Laracasts demonstrates what the Gambler's Ruin is using PHP. Stay up to date with all things Laravel, PHP, and JavaScript.
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
The other day when working with one of the applications, I needed to convert/reduce an array of objects to an object. Here’s the array that I wanted to reduce.
Talk is a Laravel-based user conversation (chatting) system with real-time messaging. You can easily integrate this package with any Laravel-based project. It h...
In this post, Marcus explains the fundamentals of Blade components. A great introduction or review, this post walks you through the process of creating an exten...
In Laravel 5.1 the Command Bus was replaced with Dispatchable Jobs, we can still use them but let us also look at how to add a Command Bus. Stay up to date with...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Laravel HTMLMin is currently maintained by Raza Mehdi. It is a fantastic and straightforward HTML minifier for Laravel. It utilizes Mr Clay's Minify package to...
In this post, I will share how to implement Laravel 8, 9 2FA - Two Factor Authentication using Authy we know that the two-factor authentication is an extra laye...
In this post, you will learn some Laravel Redirect Cheat Sheet that is useful in your Laravel development. It will redirect to another page with status 302 indi...
Today I wanted to bring you the topic of validation in the backend using Laravel. For me, this is part of what makes this framework so elegant and fluent.
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
In this post, I will share how to check if the string contains a specific word in Laravel. Sometimes we need to check the submitted string if exists a particula...
Today we will learn about using a new function, which is tap() with Query Scopes, and the most important features that it gives us and benefit from it in allow...
Laravel Sanctum, also commonly known as Sanctum is a lightweight authentication system used to authenticate token-based APIs and SPAs (ReactJs, VueJs, etc). In...
In this post, I will show you an example of how to implement using Laravel 9 on Update an Existing Model. Laravel model update is one of the most functionality...