Skip to content

Commit 26ecc77

Browse files
committed
Added troubleshooting to DB config
1 parent dbb294c commit 26ecc77

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ php artisan migrate:install
4646
php artisan migrate:refresh
4747
```
4848

49+
If you get an error like a `PDOException` try editing your `.env` file and change `DB_HOST=localhost` to `DB_HOST=127.0.0.1`. If that doesn’t work, file an issue on GitHub, I will be glad to help.
50+
Source: http://stackoverflow.com/a/20733001
51+
4952
## Run
5053

5154
To provide the JS and CSS files and to keep track of changes to these files:

0 commit comments

Comments
 (0)