Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: note about pgsql being the default driver #19

Closed
profnandaa opened this issue Mar 22, 2016 · 2 comments
Closed

Docs: note about pgsql being the default driver #19

profnandaa opened this issue Mar 22, 2016 · 2 comments

Comments

@profnandaa
Copy link
Contributor

This will help those using other DBs other that Postgres, I was getting an error when running migrations.

[PDOException]         
could not find driver

I had to add this line on the .env:

DB_CONNECTION=mysql
@unicodeveloper
Copy link
Owner

Thanks, someone also had this issue some time back. I'll be super glad if you could raise a PR that states this in the doc @profnandaa

@profnandaa
Copy link
Contributor Author

Will be on that sir @unicodeveloper

profnandaa added a commit to profnandaa/laravel-hackathon-starter that referenced this issue Mar 28, 2016
Update `env.example` file to include `DB_CONNECTION` settings, since the default is `pgsql`. 

Closes unicodeveloper#19
profnandaa added a commit to profnandaa/laravel-hackathon-starter that referenced this issue Apr 6, 2016
Includes DB_CONNECTION=mysql, so that the end user can change it if they
want.

Ref: issue unicodeveloper#19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants