패키지 - DB의 스냅샷 정보
라라벨 패키지 - DB의 스냅샷
관련링크
본문
DB를 백업하고 리스토어 하기 위한 패키지입니다.
# Create a dump php artisan snapshot:create my-first-dump # Make some changes to your db # ... # Create another dump php artisan snapshot:create my-second-dump # Load up the first dump php artisan snapshot:load my-first-dump # List all snapshots php artisan snapshot:list
추천
0
0
댓글 1개

감사합니다~