Blue_Sunrise Posted March 2, 2014 Posted March 2, 2014 Ok so I've setup a new server on amazon dedicated to hosting the solder setup. I've setup the files in the right place because when I goto the address it shows the proper test page. However when I go to install artisan it says it can't find my driver for mysql. I installed the php mysql driver but it didn't help. Anyone know what's happening? Quote
Pyrii Posted March 2, 2014 Posted March 2, 2014 (edited) I think it's referring to PDO drivers for the database /application/config(-sample)/database.php /* |-------------------------------------------------------------------------- | Database Connections |-------------------------------------------------------------------------- | | All of the database connections used by your application. Many of your | applications will no doubt only use one connection; however, you have | the freedom to specify as many connections as you can handle. | | All database work in Laravel is done through the PHP's PDO facilities, | so make sure you have the PDO drivers for your particular database of | choice installed on your machine. | */ Edited March 2, 2014 by Pyrii Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.