1. 라라벨설치 설정

1. 라라벨설치 설정

1. 라라벨을 설치

composer create-project --prefer-dist laravel/laravel blog

2. AppServiceProvider.php

use Illuminate\Support\Facades\ Schema ;

public function boot ()

{

Schema :: defaultStringLength ( 191 );

}

from http://anko3899.tistory.com/430 by ccl(A) rewrite - 2020-03-15 11:20:28

댓글

이 블로그의 인기 게시물

laravel-3 send data to blade

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