If your website was built in Laravel you will need terminal or SSH access to the server where your Laravel project is hosted in order to check the PHP version the site is running. Assuming you do, just follow these steps:
php -v to display the PHP version your server is using.php artisan --version to verify Laravel's compatibility with PHP.