In today's video, I look at a few different ways to test UUIDs in Laravel and talk about why the approach you pick matters. #php #laravel https://masteringlaravel.io/daily/2026-03-27-video-an-easy-way-to-test-uuids
An easy way to test UUIDs | Mastering Laravel

Laravel has you covered

Mastering Laravel

📬 A new **Digging Code** newsletter just dropped.

This issue covers **Laravel 13**, **Boost**, **Liminal**, and the latest **Claude features**—plus more from the dev community.

📃 Catch the full issue:
https://mmramadan.com/newsletter/archive/019d2cbf-c00f-718c-b0b5-967091b6c397

📡 Subscribe to stay updated:
https://mmramadan.com/newsletter

🔐 Create your account:
https://mmramadan.com/register

#tech #php #laravel #dev #claude #ai

Laravel 13 released, Boost AI expands, Liminal & Claude updates || Digging Code

Digging Code

Laravel Live Japan、5/26、27に開催、スケジュール公開、チケット販売中
https://gihyo.jp/article/2026/03/laravel-live-jp?utm_source=feed

#gihyo #技術評論社 #gihyo_jp #Laravel #PHP #Laravel_Live_Japan

Laravel Live Japan、5/26、27に開催、スケジュール公開、チケット販売中 | gihyo.jp

日本初となるLaravelの公式カンファレンス「Laravel Live Japan」が2026年5月26日、27日に東京・立川ステージガーデンで開催される。

gihyo.jp
🚨 CRITICAL vuln in plank/laravel-mediable <=6.4.0 (CVE-2026-4809): attackers can upload malicious PHP files by spoofing MIME types. No patch yet. Disable client MIME trust & enforce server-side checks! Details: https://radar.offseq.com/threat/cve-2026-4809-cwe-434-unrestricted-upload-of-file--9d4d9e8e #OffSeq #CVE20264809 #Laravel #RCE

UseCase или как описывать бизнес-процессы в коде

UseCase - как организовать своё приложение с точки зрения бизнес-процессов, чтобы не погрязнуть в хаосе сервисов, контроллеров и разрозненной логики. Узнать как это

https://habr.com/ru/articles/1012988/

#usecase #application #domain #arhitectura #бизнеспроцессы #бизнеспроцесс #архитектура #бэкенд #php #laravel

UseCase или как описывать бизнес-процессы в коде

Введение Когда меня впервые познакомили с UseCase, я их отрицал. Но после того как разобрался глубже, я больше не представляю своё приложение без этого подхода. И теперь хочу поделиться им с вами....

Хабр
This guide to building a "chat with your documents" LLM chatbot using RAG and #Laravel is really helpful and well done. https://tighten.com/insights/chat-with-your-documents-a-practical-guide-to-rag-using-the-new-laravel-ai-sdk/
Chat with Your Documents: A Practical Guide to RAG Using the New Laravel AI SDK

Have you ever wished you could just ask your documents a question and get an answer? That's exactly what RAG (Retrieval-Augmented Generation) lets you do. It's the technique behind those AI chatbots...

Tighten

I released version 4.8.0 for Laravel Mail Catchall

This version adds support for Laravel 13

This package helps you to forward all the mail from your Laravel application to a specified address and have the information about the original receivers added.

https://gitlab.com/tjvb/laravel-mail-catchall

#PHP #release #Laravel #Laravel13 #package

tjvb / Laravel Mail Catchall · GitLab

Catch all the mail in Laravel and redirect it Mirrored to https://github.com/TJVB/laravel-mail-catchall

GitLab
When composer audit flags a CVE that doesn't apply to your app, don't just make the warning go away. The way you handle it communicates a lot to your future self and your team. #php #laravel https://masteringlaravel.io/daily/2026-03-26-dont-just-silence-composer-security-warnings
Don't just silence composer security warnings | Mastering Laravel

A documented reason turns a warning into a decision

Mastering Laravel
Speed up your Livewire tests

I'd been having very slow Livewire tests in my application but hadn't put much stock into it until I started work on the app again and was running the suite oft...