artisan 명령어 모음
/* 파일 생성 관련 명령어 */ // 1. 컨트롤러 클래스 생성 $ php artisan make:controller NameController // 2. 컨트롤러 클래스 생성 시 기본 라우팅 메서드 생성 $ php artisan make:controller NameController –resource // 3. 컨트롤러 클래스 생성 시 기본 라우팅…
/* 파일 생성 관련 명령어 */ // 1. 컨트롤러 클래스 생성 $ php artisan make:controller NameController // 2. 컨트롤러 클래스 생성 시 기본 라우팅 메서드 생성 $ php artisan make:controller NameController –resource // 3. 컨트롤러 클래스 생성 시 기본 라우팅…