Latest Laravel/PHP Articles

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


In https://ohdear.app, we recently added https://ohdear.app/news-and-updates/our-api-tokens-can-now-be-scoped-by-site-or-status-page that are scoped by a model....
Form submissions are an important part of many websites, but they can also be a target for spam and abuse. Google createdhttps://developers.google.com/recaptcha...
One of the most important things to take care of when building a SaaS is the onboarding experience for your users and potential subscribers. One way to teach yo...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
This is where the ad would go. If you're a regular reader and my content is helping you, you can consider a one-time or monthly sponsorship. If you're a company...
I'm thrilled to announce that my new book https://laravel-concepts.io is finally available. It's a two-part collection of different ideas and concepts that recu...
One of the first roles that I've been working on since I went full-time remote was that of the unit tester. I wasn't used to being the QA guy before and althoug...
In this article, we will see how to install sweetalert2 in laravel 9. Here, we will learn how to use sweetalert2 in laravel 8 and laravel 9 and display a modern...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Using a CSS (or any kind) framework is usually something essential. A predefined system or toolkit can help you save a lot of work in the short and long run. In...
Building APIs in Laravel is an art form. You must think beyond data access and wrapping your Eloquent Models in API endpoints. Firstly, we will make th...
Today we're talking about how to wrap Laravel Http API client requests in Laravel Jobs for improved efficiency. But first, let's go over the requirements - not...
Code duplication is the most painful thing for a lot of developers, you think you have solved the problem, but there are several instances of the same issue. In...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Laravel has a fantastic dependency injection container, yet many people shy away from it. In this tutorial, I will walk through how I lean on Laravels container...
One of the most powerful parts of writing web applications in the modern era is how we can quickly create an application that does a lot with just a little bit...
Laravel is a popular open-source PHP framework that is widely used for building web applications. Autocomplete search is a feature that helps users to find the...
At some point, I needed to download a folder from AWS S3 only to realize that there is no such feature built on their UI. Thankfully, there is a way to download...