ruhr.social ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Eine Mastodon-Gemeinschaft rund um das Ruhrgebiet und die Menschen dort. Diese Instanz wird ehrenamtlich von Enthusiasten moderiert und technisch betreut.

Verwaltet von:

Serverstatistik:

1,5 Tsd.
aktive Profile

#php

100 Beiträge82 Beteiligte1 Beitrag heute

How to Install Centmin Mod on #AlmaLinux #VPS Here's a detailed step-by-step guide on how to install Centmin Mod on AlmaLinux VPS server.
What is Centmin Mod?
Centmin Mod is a shell-based, menu-driven installer that automates the deployment of a LEMP (Linux, Nginx, MariaDB/MySQL, PHP-FPM) stack on CentOS, AlmaLinux, and Rocky Linux servers. Designed for efficiency and performance, it streamlines the installation and ...
Continued 👉 blog.radwebhosting.com/how-to- #php #centminmod #letsencrypt #csf

How to Install Centmin Mod on AlmaLinux VPS
RadWeb, LLC · How To Install Centmin Mod On AlmaLinux VPS - VPS Hosting Blog | Dedicated Servers | Reseller HostingHere's a detailed step-by-step guide on how to install Centmin Mod on AlmaLinux VPS server.

#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.)

Silly CLI micro-framework based on Symfony Console - mnapoli/silly
GitHubGitHub - mnapoli/silly: Silly CLI micro-framework based on Symfony ConsoleSilly CLI micro-framework based on Symfony Console - mnapoli/silly

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