Skip to content

Commit 46d8461

Browse files
authored
Merge pull request #2 from cucxabeng/master
Overwrite existing config
2 parents efe1f5f + 25617be commit 46d8461

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ init:
77
php artisan key:generate;\
88
fi
99

10-
php artisan vendor:publish --tag=lfm_public
11-
php artisan vendor:publish --tag=lfm_config
10+
php artisan vendor:publish --tag=lfm_public --force
11+
php artisan vendor:publish --tag=lfm_config --force
1212
touch database/database.sqlite
1313
php artisan migrate:refresh --seed
1414

0 commit comments

Comments
 (0)