If you need to remove string duplication in Laravel and PHP applications, Laravel v11.20 adds a new method named deduplicate…
Laravel
Today I want to look at a new feature in PhpStorm, one that I think many Laravel developers will find…
One of the less-known PHP functions is filter_var(), which checks for string patterns like email/URL/IP address and more. In this…
Generate Laravel services Source: Read MoreÂ
A package to build quick and robust rest api for the Laravel framework. Source: Read MoreÂ
A modified version of the Filament Forms Repeater to display it as a table. Source: Read MoreÂ
Streamlined integration of OpenAI’s ChatGPT (GPT-3.5, GPT-4) into Laravel applications. Source: Read MoreÂ
Dead-simple way to load CSS or JS assets only once per page, when using Laravel 10+. Source: Read MoreÂ
The try-catch PHP operator is very old, and we all know its syntax. But the confusing part is WHEN to…
The Safemood/laravel-workflow package by Khalil Bouzidi simplifies workflows in Laravel with clear action definitions and event tracking. With this package,…
In this episode of the Laravel Creator Spotlight, we are joined by Simon Hamp, the creator of Native PHP, to…
Filament Gaze is a plugin for Filament PHP that allows you to display when other users view the same resource.…
The Laravel team released v11.20 this week, including a new collection method, a deduplicate string method, the ability to use…
The Laravel framework provides a bunch of helpful test traits that make our lives easier, such as migrating databases, setting…
The Active Sessions card for Laravel Pulse shows your application’s total number of sessions, including Web and API users. Based…
Maska is a simple, zero-dependency input mask for JS, Vue, Svelete, and Alpine.js. Let’s say you want to mask a…
The Laravel Swagger UI package makes it easy to make your project’s Swagger (OpenAPI v3 JSON or YAML) file accessible…
The Laravel team released v11.19 this week, including asserting the exact JSON structure, a whereNone query builder method, a Number::trim()…
The ssh-php project by Sam Carré is a ridiculously simple starting point for building Text-based User Interfaces (TUIs) in PHP…
Modern applications have high demands for data storage capabilities. Over the past 10 years, the rise of purpose-built data platforms…