1. 모델 마이그레이션 생성php artisan make:model Booking -m2. TIMESTAMP_create_bookings_table.php public function up() { Schema::create('bookings', function (Blueprint $table) {...
laravelbnb
38LARAVEL on 20-03-03
1. 컴포저 설치composer require barryvdh/laravel-debugbar --dev2. .env 3. 디버그바 설치화면
라이브러리
1. js/bookable/Avaulability.vue 파일생성 Check Availability From To Check export default { data(){ return{ f...
경고 메시지 Package moontoast/math is abandoned, you should avoid using it. Use brick/math instead. - 해결 방법 moontoast/math 패키지에 의존하고 있는 패키지를 삭제 - 패키지 의존성 확인 https://phppack...
PHP
코드루덴스 on 20-03-03
When we input the domain, how can we receive the web page? Let’s study about DNS.Continue reading on Medium »
dns infrastructure cdn ip-anycast round-robin-dns
Stories by Jangwook Kim on Medium on 20-03-03
* 현재 설정 값 보기 SELECT @@GLOBAL.sql_mode; //전역 값 SELECT @@SESSION.sql_mode; //세션 값 * 값 설정 SET GLOBAL sql_mode = 'modes'; SET SESSION sql_mode = 'modes'; //------------------------ * 설정...
Web
코드루덴스 on 20-03-02
무조건 내 생각이 맞을 수는 없다. 우리는 신이 아니기 때문이다. 그런데 왜 우리는 내 생각을 강요하고 집착하고 남에게 주입하려 드는 것인가? 내 생각을 표현하는 게 아닌 강요 하는 것이 우리 사회 전반에 퍼져...
스토리 교육 여러분의 생각은? 영어 입시 입시위주 교육 전 이렇게 생각합니다 제도 주입식
대혼돈의 형준버스 on 20-03-02