unicodeveloper / laravel-hackathon-starter

:computer: :octocat: A hackathon/MVP boilerplate for laravel web applications. Start your hackathons without hassle.
http://hackathon-starter-staging.herokuapp.com/
MIT License
1.63k stars 298 forks source link

Docs: note about pgsql being the default driver #19

Closed profnandaa closed 8 years ago

profnandaa commented 8 years ago

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 commented 8 years ago

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 commented 8 years ago

Will be on that sir @unicodeveloper