Skip to content

Commit 25617be

Browse files
hiphip
hip
authored and
hip
committed
Overwrite existing config
1 parent 43d1971 commit 25617be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
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)