Fixing order of what to search on .env

parent e0a6dd2c
......@@ -16,8 +16,8 @@ class EnvFileWriter
*/
protected $search = [
'DB_CONNECTION=mysql',
'DB_PORT=3306',
'DB_HOST=127.0.0.1',
'DB_PORT=3306',
'DB_DATABASE=homestead',
'DB_USERNAME=homestead',
'DB_PASSWORD=secret',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment