You could try to enable Display Errors in the PHP options of your site:
However, your own software may override this setting. Sometimes there is a debug mode flag or a log file in your website to obtain real error messages.
You can try setting APP_DEBUG=true in your .env file, or manually update the debug option in config/app.php directly. You may also find errors in the storage/logs folder of your site.