Filament Gaze: Show When Multiple Users View the Same Resource
Filament Gaze is a plugin for Filament PHP that allows you to display when other users view the same resource. This plugin provides a nice API to make a simple banner or even allow authorized users to...
View ArticleCreate Actions and Workflows with this Laravel Workflows Package
The Safemood/laravel-workflow package by Khalil Bouzidi simplifies workflows in Laravel with clear action definitions and event tracking. With this package, you can define complex workflows, break...
View ArticleBuilding Desktop Applications using Native PHP with Simon Hamp
In this episode of the Laravel Creator Spotlight, we are joined by Simon Hamp, the creator of Native PHP, to talk about the project and its potential. Native PHP is a tool that allows developers to...
View ArticleLaravel Log Files Support in PhpStorm
Today I want to look at a new feature in PhpStorm, one that I think many Laravel developers will find very interesting. Now, to be clear, I’m a Developer Advocate at JetBrains, so you might think it’s...
View ArticleRemove Duplicate Characters in Strings With Laravel
If you need to remove string duplication in Laravel and PHP applications, Laravel v11.20 adds a new method named deduplicate to the String helpers, which allows you to quickly and easily remove...
View ArticleBlock Known Spam IPs from Your Laravel App with the Abuse IP Package
The Laravel Abuse IP community package by Rahul Alam adds a layer of protection to your Laravel application from known spam IPs. This package provides an Artisan command to keep your IP list in sync...
View ArticleAutomated API documentation generation for Laravel with static code analysis...
Documenting an API in Laravel often involves using packages that rely on manual PHPDoc annotations. While this method works, it is time-consuming, error-prone, and often leads to documentation...
View ArticleThe August 2024 Laravel Worldwide Meetup
The next Laravel Worldwide Meetup is Tuesday, August 20th, at 16:00 UTC, and it will feature Yaz Jallad and Drishti Jain. Yaz Jallad will talk about how we can add a level of stability and reliability...
View ArticleGit Hooks Made Easy: How Whisky Helps Developers with Len Woodward
In this episode of the Laravel Creator Spotlight, we are joined by Len Woodward, the creator of Whisky, to talk about the project. Whisky Introduction Whisky is the simplest, framework agnostic, CLI...
View ArticleLearn how to create custom Facades in Laravel
Laravel Facades are a fantastic feature of the Laravel framework, providing convenient access to services via a simple interface. One thing that confused me when I was first learning Laravel was the...
View ArticleSome of the announcements coming to Laracon US
On the recent Laravel Podcast, Taylor and Matt discussed some of the announcements coming out at Laracon US. You can watch the full video below: <iframe width="560" height="315"...
View ArticleLaravel SEO made easy with the Honeystone package
The Honeystone SEO package for Laravel makes configuring SEO metadata from anywhere within your Laravel application a breeze. The package includes metadata generators for popular social networks like...
View ArticleAsset Prefetching Strategies with Vite in Laravel 11.21
The Laravel team released v11.21 this week, which includes asset prefetching strategies for Vite, a convenience method to force-destroy models with soft deletes, testing helper updates, and more....
View ArticleLaravel Model Tips
Laravel provides a huge amount of cool features that help improve our development experience (DX). But with the regular releases, stresses of day-to-day work, and the vast amount of features...
View ArticleLCS #5 - Patricio: Mingle JS, PHP WASM, VoxPop
PatricioOnCode joins us to talk about Mingle JS which allows you to mix React and Vue components in Livewire. EPISODE LINKS: Mingle JS https://minglejs.unitedbycode.com PHP WASM...
View ArticleHow to Build Your First PHP Package
If you want to create a PHP package from scratch and share it with other PHP developers, Composer is a dependency manager that makes the process easy! Thanks to Composer, PHP has one of the top...
View ArticleLightweight Spreadsheets for Laravel
If you're looking for a lightweight package that can read and write spreadsheets, Chris Morrell's Linen package is a lightweight spreadsheet package for Laravel. This package is a wrapper for the...
View ArticleLaracon US 2024 Live from Dallas
Laracon US 2024 kicks off today at 9:30 central time! If you aren't at the live venue, Laravel is live-streaming the conference. Enjoy talks and amazing announcements at the biggest Laracon event of...
View ArticleHighlights from Taylor Otwell's Laracon US Keynote 2024
Taylor Otwell gave his keynote address at the end of day one of Laracon US 2024, with many ambitious projects, such as an official VS code extension, many cool Laravel framework features like defer(),...
View ArticleEverything We Know about Pest 3
Nuno Maduro was the opening speaker at Laracon US 2024 on Tuesday, unveiling impressive new features for the upcoming Pest v3.0. Pest continues to grow in popularity, being downloaded over 18 million...
View Article