mamot.fr is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mamot.fr est un serveur Mastodon francophone, géré par La Quadrature du Net.

Server stats:

3.5K
active users

#php

167 posts141 participants10 posts today

#PHP / #Symfony peeps: I'm looking for a library to handle routing, argument parsing, and output formatting for CLI commands that supports bootstrapping and DI using a PSR-11 container.

Best I can tell, symfony/console only allows for service configuration through its own DI.

The only package I've found thus far that seems to meet these requirements is this one.

github.com/mnapoli/silly

I would think there would be more options, though.

Am I missing something? (Boosts appreciated.)

I have what is probably a noddy #php question.

I'm building a little PHP site. Whenever I change anything, even if it's just the HTML/CSS and not the PHP code itself, I have to do a hard refresh (normal refresh is insufficient) to see my changes in the browser. Can I change that?

I assume the page is somehow stuffing itself very hard into the browser's cache. Is it something on my browser's end or is there some hidden PHP thing I don't know about?

Over the years, I think I have been burned by just about every form of loose type comparison in PHP. Today, I'm going to demo how these can bubble up into the Laravel test helpers and how to avoid the problem. #php #laravel masteringlaravel.io/daily/2025

Mastering LaravelWatch out for mixed type comparisons in Laravel view data | Mastering LaravelAnd how to avoid the problem