"라라벨 artisan queue:table"의 두 판 사이의 차이

1번째 줄: 1번째 줄:
==개요==
==개요==
;artisan queue:table
;<nowiki>artisan queue:table</nowiki>
;<nowiki>php artisan queue:table</nowiki>
;<nowiki>php artisan queue:table</nowiki>
* queue jobs 테이블을 위한 마이그레이션을 생성하는 artisan 명령어  
* queue jobs 테이블을 위한 마이그레이션을 생성하는 artisan 명령어  

2018년 2월 4일 (일) 20:07 판

1 개요

artisan queue:table
php artisan queue:table
  • queue jobs 테이블을 위한 마이그레이션을 생성하는 artisan 명령어
root@zetawiki:/var/www/laravel# php artisan queue:table
Migration created successfully!

2 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}