Latest Laravel/PHP Articles

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


Hi, I’m Valerio Barbera, software engineer, founder and CTO at Inspector. In this article I’ll show you how to enable HTTPS for your local applications served b...
Laravel Eloquent Spatial is an excellent Laravel package to work with spatial data types and functions. This package supports MySQL 5.7 & 8.0 and works on PHP 8...
I get asked about API response testing a lot, how should you do it, and where to start. I have a general rule when it comes to testing APIs, and that rule is: "...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
The best way to demonstrate these concepts is a simple create and update operation. In this example, we're going to create subscribers in an e-mail marketing ap...
GNOME is the official desktop environment that is been shipped with Ubuntu desktop versions for quite some time now. The recently released Ubuntu 22.04 comes wi...
Laravel Hashids is a small package to generate YouTube-like IDs from numbers. It converts numbers like 347 into strings like yr8.
An action interrupts the code flow to do something, and then returns back to the normal flow without modifying anything. Hooks are a way for one piece of code t...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
We're excited to announce that Laravel Forge now supports Ubuntu 22.04 (Jammy) - the latest Ubuntu LTS release from Canonical! Unlike previous Ubuntu upgrades,...
In the above command, class PostTableSeeder must exist inside Database/Seeders directory. If your seeder class is not in the default directory i.e. database/see...
Here's a new blog post by our designer Nick on how he's revamping the looks of Oh Dear. Stay up to date with all things Laravel, PHP, and JavaScript.
Laravel is a popular PHP framework for building scalable, high-performance web applications. In this article, we will learn how to use serverless Redis to scale...
Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future. Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future.
In this article, we will see how to set auto database backup using cron scheduler in laravel. here we will set auto database backup using cron scheduler, as you...
"Were previous generations really better off because they merely watched TV, or listened to radio, or read books? All of these activities are passive. All of th...
The other day, I was scrolling through my Twitter feed and I saw this tweet from Paco where he implemented what he calls “fuzzy reading mode” on his blog.
In a typical Laravel application we are very used to doing things in a certain way, by the book as they say. However there comes a point in the applications lif...