Install
PHP
Modern PHP, frameworks, Composer, and production patterns.
- 5 Tracked terms
- Last 30 days Feed window
What this topic collects on
An article joins this feed when it matches these terms. Each one is also a search of its own.
Related topics
Latest in PHP
Web push from a PHP backend with no vendor: VAPID, ES256, and the six ways it fails silently
3+ hour, 31+ min ago (859+ words) I ship a WordPress plugin that real estate agents use to send postcards. When somebody scans the QR code on a card and lands on the agent's page, the agent should know within seconds — on their phone, with a Call…...
Dal laptop alla produzione: guida pratica a deploy, sicurezza e automazione per web app full‑stack
3+ hour, 51+ min ago (774+ words) Un percorso “hands-on” su Ubuntu: server, runtime, reverse proxy, HTTPS, backup e CI/CD per pubblicare applicazioni in modo affidabile. Portare una web app dal tuo laptop a un ambiente di produzione pubblico, sicuro e manutenibile è uno di quei…...
Building PHP Ukraine with Laravel, PostgreSQL and a lot of small decisions
5+ hour, 55+ min ago (1255+ words) A couple of weeks ago I started building PHP Ukraine. The initial idea was pretty simple. I wanted one place where PHP developers in Ukraine could find jobs, companies, interview questions, documentation and useful technical content. Then, as usual, the…...
WordPress Launches Automated Plugin Review to Stop Risky Updates
23+ hour, 17+ min ago (464+ words) Home » News » WordPress » WordPress Introduces Automated Plugin Review System to Prevent Risky Updates from Being Released In a significant advancement for online security, WordPress has unveiled plans to implement an automated security review for every plugin prior to its distribution…...
Reading `.htaccess` mod_rewrite Rules: A Real `RewriteBase` Trap From a Subdomain Migration
14+ hour, 34+ min ago (1339+ words) A WordPress URL like https://example.com/blog/some-post-title/ looks clean, but there's no directory or file on the server that actually matches that path. Behind the scenes, Apache's mod_rewrite module intercepts the request and silently forwards it to index.php. The rules that make…...
Weekly Dev Log 2026-W19
14+ hour, 32+ min ago (106+ words) Weekly learning log of iOS, web development, and cybersecurity — 2026-W19. Tagged with beginners, devjournal, webdev, swift....
phpcpd-next 2.0 - Now MIT
18+ hour, 37+ min ago (568+ words) Not a new release of an old tool. A new tool under an old name: every file rewritten, nothing inherited, relicensed MIT — with a third detection engine, dead-code detection, and output in twenty-eight languages. September 13, 2026 — phpcpd-next 2.0 is available on Packagist....
WFC in Perl: A Server-Driven UI Approach for Perl
19+ hour, 27+ min ago (905+ words) Perl has long been used for server-side web development, but modern web applications often rely... Tagged with perl, mojolicious, cpan, webformscore....
We Stopped Waiting for Platform Changes to Find Us
15+ hour, 47+ min ago (237+ words) A daily Codex task now reads official Apple and Google notices, traces each requirement to Codename One source and build output, and turns verified …...
Laravel Vet: Review Composer Code Before It Installs
1+ day, 1+ hour ago (749+ words) Or try paginated search → Laravel Vet is a new package from the Laravel team that shows you the code that composer update is about to write into your vendor/ directory, and records the packages you trust in a vet.json…...