Check your PHP version with php -v, phpversion(), phpinfo(), or Laravel’s artisan about command, depending on whether you are in CLI, browser, or a Laravel app.
Use PHP error_log() to write useful debug messages, check the right log on Apache, Nginx, CLI, or Docker, and fix the setups where nothing seems to appear.