«Fix typo»: как в PHP закоммитили бэкдор и почему composer install — это акт доверия
Каждый composer install — это акт доверия: вы запускаете на CI и в проде код, который собрал и опубликовал кто‑то другой, а прове…
Latest Testing & QA news from Tech News
Каждый composer install — это акт доверия: вы запускаете на CI и в проде код, который собрал и опубликовал кто‑то другой, а прове…
TL;DR: Pest PHP can test the structure of your code, not just its behavior. Write your team rules as architecture tests and CI enforces them on every …
Have you ever opened a Project and found one giant PHP file with 2,000 lines? Functions everywhere. Global variables. No clear structure. And every ti…
Book: Decoupled PHP — Clean and Hexagonal Architecture for Applications That Outlive the Framework Also by me: Thinking in Go (2-book series) — Comple…
How I Built KisanX — A Full-Stack Agricultural Marketplace (MERN + PHP + React Native) By Saniya Farooqui | Full-Stack Developer | Mumbai The Problem …
Note: set published: true when you're ready. The canonical_url above tells Google the original lives on angeo.dev, so this cross-post won't compete wi…
If your Magento store still depends on the old USPS Web Tools integration, you should assume your shipping rates are either already broken or one chan…
FedEx is retiring the legacy Web Services (SOAP) endpoints that Magento's original carrier integration relied on. If your store still calculates rates…
Most of today went into a user-management overhaul in kickoff — my Laravel starter kit. Flyout CRUD panels, bulk actions, permission assignment, and t…
Today's work was a small piece of UX that's easy to underestimate: making an admin "browser" page scope itself to whatever you clicked to get there. T…
Here's a fun one. You build a package that backs up an app's config — the .env plus the settings stored encrypted in the database — into a single pass…
I spent today wiring an MCP server into a Laravel app that manages a Kong API gateway. The interesting part wasn't "make the AI talk to the app" — tha…
How to Integrate OpenAI API with Laravel (Complete Guide 2026) Laravel is the most popular PHP framework, and adding OpenAI to it is straightforward w…
TL;DR — We'll install dskripchenko/laravel-api , write one controller, and end up with a versioned API ( /api/v1/... ) and interactive OpenAPI 3.0 doc…
Bus::bulk() is not a fancy alias for dispatch() in a loop, and it is definitely not a lighter Bus::batch() . In Laravel 13, it is a lower-level dispat…
Строка “false” в PHP равна true. Я узнал это, когда рубильник, которым я выключаю фичи перед живыми игроками, полгода отказывался выключаться. Два год…
Originally published at hafiz.dev You know the resource is in trouble when scrolling to table() takes three full page-downs past the form definition. …
Два года по вечерам в одиночку пилю текстовую MMORPG в Telegram — мрачный остров, по которому ходят выжившие. В прошлой статье рассказал, как заброшен…
Your Laravel app works great in development. A few hundred users hit it in production and suddenly query times balloon, your server sweats, and you're…
Laravel is one of the best things that ever happened to PHP. It transformed modern PHP development, introduced elegant developer experience patterns, …
I added a support desk to LaraFoundry this week. The first commit in the slice removed a package instead of adding one. LaraFoundry is a reusable SaaS…
Most Laravel teams do not need to "fix" Eloquent. They need to stop letting raw model state leak too far into code that makes real business decisions.…
Your test suite passes locally. CI fails. You rerun the pipeline. Now everything is green. You change absolutely nothing. An hour later, another rando…
Building a ReAct Chat Agent with the Laravel AI SDK This tutorial walks through how to build a streaming, chat assistant on top of the Laravel AI SDK …
Payroll software looks simple from the outside. You multiply hours by rate, subtract taxes, and send a number to a bank. That's it. Then you actually …
Every Laravel dev has written PHP generics. You just wrote them inside a comment and pretended it didn't count. /** @return Collection<CartItemDTO&…
Most performance guides for WooCommerce start and end with caching plugins. Install WP Rocket, enable page caching, done. If your store is still slow …
Google Sheets is often where business workflows begin. For Laravel apps, that usually means imports, exports, internal dashboards, user-managed spread…
Every SaaS billing integration starts the same way: you pick a provider, pull in their package, wire it up — and three months later when the business …
Every app that touches personal data eventually hits the same wall. You've got a national_id column, an email , a phone number, maybe a credit card. C…