I need to use Laravel 8 specifically.
My PHP version is higher than what it says in the command prompt
PHP 8.2.5 (cli) (built: Apr 13 2023 17:59:46) (NTS) Copyright (c) The PHP Group
So I installed an older PHP version (7.4)
But I still get an error....
Cannot use laravel/laravel's latest version v8.0.3 as it requires php ^7.3 which is not satisfied by your platform.
So it means I cannot use Laravel 8 on mac?