💡 2 mẹo Laravel ít người biết: **numerify** (thay # thành số ngẫu nhiên trong Eloquent Factories) và **invisible** (ẩn cột khỏi SELECT mặc định trong Migration).
📚 Ví dụ:
`numerify('+##') → +20`
`->invisible()` ẩn cột nhưng vẫn lưu trong DB.
📌 #Laravel #PhátTriểnWeb #PHP #TipsDev #LaravelTricks #CôngNghệViễnThông #LậpTrình
🚀 Chia sẻ kiến thức lập trình cùng nhau!
(Nếu muốn, bạn có thể thêm hashtag khác phù hợp.)
https://dev.to/mmramadan496/two-lesser-known-laravel-tricks-numer
Phần lớn các benchmark lập trình như SWE hiện tập trung vào Python. Liệu có benchmark nào đánh giá khả năng lập trình PHP (bao gồm PHP nguyên gốc và các framework)? Cảm ơn mọi người! #PHP #Benchmarks #AIProgramming #LapTrinh #ModelAI
https://www.reddit.com/r/singularity/comments/1pk9mej/coding_models_benchmarks_on_php/
RE: https://phpc.social/@phpugmrn/115702437719144543
Thanks to everyone for coming and listening!
Here are the slides for my new talk today @phpugmrn about HTMX:
https://codeberg.org/thbley/talks/raw/branch/main/HTMX_phpugmrn_2025_ThomasBley.pdf
#phpugmrn #php #htmx #frontend
We released 3.14.1 of event-sourcing-bundle! See here for the changelog: https://github.com/patchlevel/event-sourcing-bundle/releases/tag/3.14.1
#PHP #DDD #EventSourcing #Symfony
🎥 Enjoy Christopher Hertel's talk for FREE!
Christopher Hertel breaks down practical, real-world AI in “Symfony AI in Action”.
Watch now!
+ All Replays are available now too!
#Symfony #PHP #AI #SymfonyCon https://symfony.com/blog/symfonycon-amsterdam-2025-free-replay-where
ICYMI: Honeybadger now detects your stack and recommends the right dashboards automatically—no special setup required. Try it for free:
https://www.honeybadger.io/tour/dashboards/?utm_source=mastodon&utm_medium=social
#APM #Ruby #Python #Elixir #PHP

PHP Array Unpacking ... Operator
Stop scrolling! PHP ... operator unpacks arrays in ways you never imagined. See [...[1,2], ...[3,4]]. Mind = blown!
#php #phptricks #codingtips #programmingtutorial #phpspreadoperator #arrayunpacking #php7.4 #phpquiz #codingchallenge #phpshorts #phpmodern #variadicfunctions
https://www.youtube.com/watch?v=hdrzOj1s-JE
✅ (Solved) How to Fix #PHP Warning: Module ‘imagick’ already loaded Error
This article provides a guide for how to fix PHP Warning: Module 'imagick' already loaded errors.
🛠️ How to Fix PHP Warning: Module 'imagick' already loaded Error
When PHP encounters this warning, it means that the Imagick extension is being loaded more than once in your configuration files. While the warning itself usually won’t ...
Continued 👉 https://blog.radwebhosting.com/how-to-fix-php-warning-module-imagick-already-loaded/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.raddemo.host #imagemagick #troubleshooting #redis

JSDA — это очень просто
Идея вот в чем: берем стандартные JavaScript модули (ESM) и делаем их прямыми эндпоинтами для генерации любых текстовых веб-ассетов, таких как HTML-файлы, CSS, SVG или даже JSON или Markdown, используя простое соглашение о именовании исходных файлов и дефолтный экспорт результата в виде строки (JavaScript Template Literal). Проще некуда и чем-то похоже на PHP, верно? Но, что это нам дает? Давайте разберемся, почему JSDA (JavaScript Distributed Assets) - это то, что может сделать веб-разработку "грейт эгейн", после тысячи поворотов "не туда".
https://habr.com/ru/articles/975474/
#SPA #SSR #SSG #PHP #JSDA #Symbiotejs #Web_разработка #JAMStack #JavaScript #ESM
We released 3.14.0 of event-sourcing-bundle! See here for the changelog: https://github.com/patchlevel/event-sourcing-bundle/releases/tag/3.14.0
#PHP #DDD #EventSourcing #Symfony
Sometimes I wish I was building fancier apps that required matrix algebra or cryptography, not the simple CRUD apps that pay my bills. But recently, I was having fun building a video player and got to dust off an operator I rarely use. #php #laravel https://masteringlaravel.io/daily/2025-12-11-a-simple-use-case-for-the-modulus-operator
Our team has found a "@pray" comment in our code base and I wish that was an official phoDoc tag.
#php