Jump to content

Recommended Posts

Posted

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?

Posted (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 by Pyrii

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...