Skip to content

Commit

Permalink
use generic default db config
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jun 4, 2019
1 parent 014a1f0 commit 6f3d68f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .env.example
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ LOG_CHANNEL=stack
DB_CONNECTION=mysql DB_CONNECTION=mysql
DB_HOST=127.0.0.1 DB_HOST=127.0.0.1
DB_PORT=3306 DB_PORT=3306
DB_DATABASE=homestead DB_DATABASE=laravel
DB_USERNAME=homestead DB_USERNAME=root
DB_PASSWORD=secret DB_PASSWORD=


BROADCAST_DRIVER=log BROADCAST_DRIVER=log
CACHE_DRIVER=file CACHE_DRIVER=file
Expand Down

5 comments on commit 6f3d68f

@proliteweb
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That is good change, many developers doesn't using homestead)

@WadhahEssam
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

finally

@karlhillx
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not remove Homestead.json and Homestead.yaml from .gitignore as well?

@epixian
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

broke craftable installer...

@poppabear8883

This comment was marked as outdated.

Please sign in to comment.