Can you check your phpinfo()
to make sure that the MySQL
PDO extension is installed?
Create a test.php in your public folder, containing <?php echo phpinfo(); ?>
. Then open localhost/test.php
and see if MySQL is under the PDO
header.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community