Latest Laravel/PHP Articles

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


Published: May 18, 2022 by C.S. Rhymes Next.js offers a feature called Incremental Static Regeneration (ISR) that allows you to generate a static page when the...
In Laravel implementing Roles & Permission and how to use them is not an easy feat, especially understanding the Gates and Polices in Laravel.
Scout APM helps PHP developers pinpoint N+1 queries, memory leaks & more so you can troubleshoot fast & get back to coding faster. Start your free 14-day trial...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
I have been working on an application for a while now, and somehow one morning I noticed the application was no longer reading the Google recaptcha key from the...
In this article, we will see laravel 8 google pie chart example. google charts use to visualize data on your website. here we will see a pie chart example in la...
Laravel Ban simplifies management of the Eloquent model's ban. Make any model bannable in minutes! The use case is not limited to the User model, any Eloquent m...
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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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.
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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
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...