php

Back Open Paginator
28.04.2026 20:45
lobsters (@lobsters@mastodon.social)

7 reasons I switched back to PHP after 2 years on Rails (2007) lobste.rs/s/uhsedd
sive.rs/rails2php




Show Original Post


28.04.2026 18:45
rails2php (@rails2php@sive.rs)

7 reasons I switched back to PHP after 2 years on Rails (2007)

https://sive.rs/rails2php

#PHP #Rails #Programming




Show Original Post


28.04.2026 18:24
madbob (@madbob@sociale.network)

Facendo l'aggiornamento di una applicazione #PHP #Laravel ci ho buttato dentro #Larastrap.
Ho appena finito di migrare un template Blade, passato da 604 a 245 righe di codice.




Show Original Post


28.04.2026 17:29
ramsey (@ramsey@phpc.social)

Anyone know how to view stdout/stderr logs on DigitalOcean’s App Platform? I have a vanilla Symfony 8 app running (no changes to `config/packages/monolog.yaml`), and I can’t figure out how to see anything logged with `$logger->info()`, etc. I see the runtime logs, where the web server access logs appear, but I can’t find where any PSR LoggerInterface logs appear.

#DigitalOcean #PHP #Symfony




Show Original Post


28.04.2026 17:28
tvbeek (@tvbeek@phpc.social)

Question to get an idea and inspiration: what do you run in CI?

I run:
- composer install + validate + audit
- php lint
- deptrac
- ecs
- @phpmd
- @phpunit (with and without database)
- @infection_php
- @phpstan
- Vi test
- rector
- mlc
- vale
- redoc-cli
- Custom script to build documentation from a combination of markdown, openapi and test results.
- a manual job to create a new release (combine all changelogs from a directory to a main changelog, create a tag, push)

#PHP #CI #quality




Show Original Post


28.04.2026 17:24
jclermont (@jclermont@phpc.social)

Yesterday I shared a quick workaround for Claude's terminal indentation. Here's the more advanced version using a small Raycast script. #php #laravel masteringlaravel.io/daily/2026




Show Original Post


28.04.2026 16:12
symfony (@symfony@mastodon.social)

🚀 SymfonyDay Montréal 2026 is coming!

The date is getting closer — June 4, 2026 👀
Ready to meet the Canadian Symfony community in Montréal? 💥

🎤 The full program is already available, don’t miss what’s coming!

🎟️ Get your ticket:
live.symfony.com/2026-montreal/





Show Original Post


28.04.2026 15:45
radwebhosting (@radwebhosting@mastodon.social)

✅ (Solved) How to Fix 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 👉 blog.radwebhosting.com/how-to-





Show Original Post


28.04.2026 15:45
radwebhosting (@radwebhosting@mastodon.social)

✅ (Solved) How to Fix 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 👉 blog.radwebhosting.com/how-to-





Show Original Post


28.04.2026 15:35
SecondeJ (@SecondeJ@phpc.social)

It's me again! Being a busy bee.

Last year Cécile Helary Hamerel and Les-Tilleuls.coop gave me an opportunity to speak at API Platform Conference in Lille. I'm taking the talk I wrote for that on the road, and hopefully outside the #php space. Because as a tool, it's -amazing-

So I wrote about it. Enjoy.

developer.vonage.com/en/blog/r




Show Original Post


28.04.2026 14:01
raplsworks (@raplsworks@fedibird.com)

wp_ai_client_prompt() のメソッドチェーンが想像以上にきれい。
`->using_model_preference(...)` で優先プロバイダーを指定すると、未設定ならフォールバックする設計。

#WordPress #PHP




Show Original Post


28.04.2026 13:33
jasalt (@jasalt@fosstodon.org)

The more I'm going through Clojure Test Suite with Phel (#PHP lisp), the more important it starts to seem for making Phel a "production grade" tool.

While there probably won't be perfect parity ever, just wondering what kind of bug fest it would otherwise be without it when porting code between Phel and #Clojure in the future.

github.com/jank-lang/clojure-t





Show Original Post


1 2 3 4 5 6 7 8 9 10 11 ...523
UP