WordPress installation on valet php 8 (PHP Fatal error: Uncaught mysqli_sql_exception Table ‘wp_options’ doesn’t exist in wp-includes/wp-db.php:2056)

You should use php 7.4. So verify first it is installed :

brew install [email protected]

Then with valet :

valet use [email protected]

then

valet restart