We trust version numbers to mean a specific, fixed release - but they're really just labels pointing at a commit, and an attacker can quietly move them. Let's dig into tag hijacking, the attack behind tj-actions and Laravel-Lang. 😈

https://securinglaravel.com/in-depth-version-numbers-are-vanity-labels/ #Laravel

In Depth: Version Numbers Are Vanity Labels

[In Depth # 40] We trust version numbers to mean a specific, fixed release - but they're really just labels pointing at a commit, and an attacker can quietly move them. Let's dig into tag hijacking, the attack behind tj-actions and Laravel-Lang. 😈

Securing Laravel

urgent php #1: generics, mago, the pipe operator, the action pattern, and brent prefers pest

https://phpc.tv/w/u6aJHceeWz5232d2BKcQpA

urgent php #1: generics, mago, the pipe operator, the action pattern, and brent prefers pest

PeerTube
A quirk I first wrote off as a dev-only annoyance turned out to share a root cause with a bug that real users could hit in production. #php #laravel https://masteringlaravel.io/daily/2026-06-08-when-a-dev-quirk-is-a-production-bug-in-disguise
When a dev quirk is a production bug in disguise | Mastering Laravel

A development annoyance can be an early warning

Mastering Laravel

Проблемы поддержания анонимности платформы в 2026

MyPrepod — крупнейший портал отзывов о преподавателях российских ВУЗов. Он стал таким не только за счет того, что даже на момент MVP 2017 года он был UX‑удобнее для студентов, чем СтудИзба или professorrating , но и за счет полной анонимности. Переписали анонимный портал отзывов на преподавателей с PHP 5.4 на современный стек. Сайт грузился 15 секунд, рекламодатели не шли, хостинги блокировали без предупреждения в 2 ночи. Разбираем, как выстроить инфраструктуру, которая переезжает на новый сервер за одну команду и выживает, когда всё вокруг пытается тебя снести. Чуть подробнее

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

#Laravel #анонимность #SEO #хостинг #РКН #отказоустойчивость #PHP #вебразработка #UGC #docker

Проблемы поддержания анонимности платформы в 2026

MyPrepod  — крупнейший портал отзывов о преподавателях российских ВУЗов. Он стал таким не только засчет того, что даже на момент MVP 2017 года он был UX‑удобнее...

Хабр
🔗 Evals in Laravel: How to Prove Your AI Output Is Actually Good
https://mujahidabbas.dev/blog/laravel-ai-evals/
#testing #bestpractices #laravel #ai
Evals in Laravel: How to Prove Your AI Output Is Actually Good - Blog

Your Laravel AI tests prove the code runs. They don't prove the output is good. Here's how to eval a real feature with the AI SDK: a golden dataset, an LLM judge you build yourself, and a regression gate that catches a bad prompt before your customers do.

Mujahid Abbas - Full Stack Developer

Struggling with document creation? 📝

I just launched DocAI Studio—a browser-native tool that lets you generate professional invoices, contracts, resumes, and blogs instantly.

Why it’s a game-changer:

Efficiency: Built on a custom engine to handle complex document layouts at lightning speed.

If you're looking for a faster, secure way to manage your documentation, give it a try: https://www.freedocumentmaker.com/ai-document-writer

I’d love to hear your feedback! 🚀

#AI #WebDev #Productivity #Privacy #Laravel #Tech

AI Document Writer: Chat & Generate Any Document Free

Chat with an AI assistant to create invoices, blogs, resumes, presentations, ebooks, and more. Export as PDF, DOCX or TXT. No signup, no watermark.

Free Document Maker

We changed our name from 'PHP & Laravel development Eindhoven' to 'Full Stack Eindhoven'. The reason is that our former name did not match the fields of interest we were covering anymore. More lectures had a subject not related to PHP or Laravel at all.

#meetup #usergroup #php #eindhoven #fullStack #laravel

Laravel vs Symfony: A Comprehensive Comparison of #PHP #Frameworks

This article provides a guide concerning #Laravel vs Symfony: a comprehensive comparison of PHP frameworks.
Laravel vs Symfony: A Comprehensive Comparison of PHP Frameworks
Laravel and #Symfony are two of the most popular PHP frameworks, widely used for building modern web applications. Both have strong communities, rich ecosystems, and are frequently chosen by ...
Continued 👉 https://blog.radwebhosting.com/laravel-vs-symfony-a-comprehensive-comparison-of-php-frameworks/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.social #websitedevelopment

🚨 NEWS: Caching con Redis: pattern cache-aside, write-through e TTL per applicazioni performanti

Ecco i punti chiave in breve:
💡 Se il tuo database va in affanno ogni volta che un utente carica una pagina, il problema non è il database: è che non stai usando la cache nel modo giusto. Lo vediamo continuamente in...

🚀 LINK: https://meteoraweb.com/analisi-dei-dati-e-metriche/caching-con-redis-pattern-cache-aside-write-through-e-ttl-per-applicazioni-performanti

#caching #laravel #performanceDatabase #redis #tTL

Caching con Redis: pattern cache-aside, write-through e TTL per applicazioni performanti

Guida operativa ai pattern di caching con Redis: cache-aside, write-through e TTL. Codice PHP e Laravel, esempi reali, errori da evitare.

Meteora Web

🚨 NEWS: SQL Injection in Laravel e MySQL: prevenzione con Query Builder, Eloquent e Raw SQL Sicuro

Ecco i punti chiave in breve:
💡 Hai mai visto un form contatti che invia dati in chiaro a una query SQL scritta a mano? Noi sì. E ogni volta che un client ci affida un sito costruito con query raw senza...

🚀 LINK: https://meteoraweb.com/analisi-dei-dati-e-metriche/sql-injection-in-laravel-e-mysql-prevenzione-con-query-builder-eloquent-e-raw-sql-sicuro

#laravel #sicurezzaWeb #sQLInjection #mySQL #queryBuilder