Paul Redmond

Staff writer at Laravel News. Full stack web developer and author.

Embed Livewire Components on Any Website image

Embed Livewire Components on Any Website

Laravel developer Philo Hermans is cooking up a Livewire package that allows you to embed a Livewire component on any website or even a static HTML fi...

Read article
Laravel Herd releases v1.5.0 with new services. No more Docker, DBNGIN, or even homebrew! image

Laravel Herd releases v1.5.0 with new services. No more Docker, DBNGIN, or even homebrew!

Simplify local Laravel development with Herd 1.5, which allows you to create services like databases, queues, etc., all within a slick, simple UI.

Read article
Resources for Getting Up To Speed with Laravel 11 image

Resources for Getting Up To Speed with Laravel 11

Now that Laravel 11 is out, we wanted to share some resources from the community for getting up-to-speed with Laravel 11.

Read article
Tailwind has Open-sourced the V4 Alpha image

Tailwind has Open-sourced the V4 Alpha

The Tailwind team has open sourced their progress on the Tailwind CSS v4 as an alpha release. This version is a very early peek into something that wi...

Read article
Query Builder whereAll() and whereAny() Methods Added to Laravel 10.47 image

Query Builder whereAll() and whereAny() Methods Added to Laravel 10.47

The Laravel team released v10.47 this week with query builder whereAll() and whereAny() methods, the ability to use sorting flags with Collection sort...

Read article
The Evolution of the Laravel Welcome Page image

The Evolution of the Laravel Welcome Page

Look at how the Laravel welcome page has evolved over the years.

Read article
Phone Number Formatting, Validation, and Model Casts in Laravel image

Phone Number Formatting, Validation, and Model Casts in Laravel

The Laravel Phone package makes working with phone numbers in PHP and Laravel a breeze, offering validation rules, attribute casting, utility helpers,...

Read article
Add Architecture Tests to Saloon API Integrations with Lawman image

Add Architecture Tests to Saloon API Integrations with Lawman

Lawman is a package that makes adding PestPHP arch tests to Saloon API integrations easy, with a set of Saloon expectations.

Read article
Protect Routes with JWT Tokens Using This Package for Laravel image

Protect Routes with JWT Tokens Using This Package for Laravel

Signature Tech Studio's Laravel JWT package makes it easy to generate, consume, and protect routes with JWT tokens in Laravel.

Read article
Increment a Rate Limiter by a Custom Amount in Laravel 10.46 image

Increment a Rate Limiter by a Custom Amount in Laravel 10.46

The Laravel team released v10.46 this week with new Enum validation methods, incrementing a rate limiter by a custom amount, Conditionable Enum valida...

Read article
Add Kanban Boards to Your Laravel App in Seconds image

Add Kanban Boards to Your Laravel App in Seconds

Have you ever needed a simple Kanban-style board with swimlanes in a Laravel project? If you are using the Filament framework, you can easily add Kanb...

Read article
Use Google's Gemini AI in Laravel image

Use Google's Gemini AI in Laravel

Incorporate Google's Gemini APIs in Laravel and PHP projects using this community project that interacts with the Gemini API. Learn how you can work w...

Read article