[문제해결] 라라벨 laravel failed to open stream error

[문제해결] 라라벨 laravel failed to open stream error

IT와 육아의 공존

푸리울 2016. 9. 22. 15:49

C:\xampp\htdocs\laravel> php artisan make:migration create_cards_table --create=cards

db migration 중 아래와 같은 에러가 나왔을 때 대처방법입니다.

[ErrorException]

include(C:\xampp\htdocs\laravel\vendor\composer/../../database/migrations/2016_09_20_105236_c

reate_cards_table.php): failed to open stream: No such file or directory

PS C:\xampp\htdocs\laravel> composer dump-autoload

Generating autoload files

위와 같은 명령을 입력하면

아래와 같이 정상적으로 migration이 수행됩니다.

PS C:\xampp\htdocs\laravel> php artisan make:migration create_cards_table --create=cards

Created Migration: 2016_09_22_062231_create_cards_table

migration 잘 되네요!

from http://yesyoman.tistory.com/16 by ccl(A) rewrite - 2020-03-07 01:21:25

댓글

이 블로그의 인기 게시물

[PHP] 라라벨 루멘 DB문서 자동화

laravel-1 라우트 & 뷰

PHP 라라벨프레임워크 설치하기 in CentOS 7