Skip to content

Commit 5f8fc91

Browse files
committed
Add laravel-ide-helper package
1 parent 8e4b76a commit 5f8fc91

File tree

7 files changed

+23520
-4
lines changed

7 files changed

+23520
-4
lines changed

.env.dev.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ LOG_LEVEL=debug
1010
LOG_STORE_LAST_X_DAYS=1000
1111

1212
DB_CONNECTION=mysql
13-
DB_HOST=laravel_mysql_db
13+
DB_HOST=docker_mysql_or_localhost
1414
DB_PORT=3306
1515
DB_DATABASE=laravel_starter
1616
DB_USERNAME=root

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ LOG_LEVEL=debug
1010
LOG_STORE_LAST_X_DAYS=1000
1111

1212
DB_CONNECTION=mysql
13-
DB_HOST=laravel_mysql_db
13+
DB_HOST=docker_mysql_or_localhost
1414
DB_PORT=3306
1515
DB_DATABASE=laravel_starter
1616
DB_USERNAME=root

0 commit comments

Comments
 (0)