-
모델,컨트롤,마이그레이션 한번에 만들기Laravel/라라벨정보 2020. 3. 12. 23:24728x90
php artisan make:model Task -c -m
이렇게 하면
Http -> Controllers에서
TaskController.php가 생기고 (컨트롤)
app -> Task.php 모델이 생기고 (모델)
database -> migrations -> create_tasks_table.php가 생김!728x90'Laravel > 라라벨정보' 카테고리의 다른 글
라라벨 프로젝트에서 이미지 경로 사용 (0) 2020.04.03 옐로퀀트 , JPA (0) 2020.03.27 SQLSTATE[HY000] [2054] The server requested authentication method unknown to the client (SQL: select * from information_schema.tables where table_schema = chobo and table_name = migrations and table_type = 'BASE TABLE') (0) 2020.03.24 나중에 만들어 볼 로또 api사이트 (0) 2020.03.19 laravel vue.js 컴파일 적용 안될때 (0) 2020.03.12