Homestead - Connecting to my database

前端 未结 6 1760
渐次进展
渐次进展 2021-01-17 23:52

I just created a fresh laravel project and I\'m using a Homestead vagrant box by running

vagrant init laravel/homestead

and aft

6条回答
  •  [愿得一人]
    2021-01-18 00:40

    The usual credentials/info you need:

    • IP address 192.168.10.10 (Check your Homestead Folder>Homestead.yaml)
    • Port: 3306
    • User: homestead (all lowercase)
    • Pw: secret

提交回复
热议问题