Skip to content

Commit eeeb3ec

Browse files
author
Alexander Dadyka
committed
Add: refresh command to Makefile
1 parent f1043cd commit eeeb3ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ run:
2020

2121
db:
2222
docker-compose exec php-fpm php artisan migrate --seed
23+
24+
refresh:
25+
docker-compose exec php-fpm php artisan migrate:refresh --seed

0 commit comments

Comments
 (0)