Search result

[PHP] Enchant , 스펠링 체크 모듈 사용법

- 철자 체크 , language spelling check extension php7.4-enchant - 스펠링 체크, Enchant module for PHP https://www.php.net/manual/en/enchant.installation.php //-------------------------------- php.ini...

PHP

[PHP] Enchant , 스펠링 체크 모듈 사용법

- 철자 체크 , language spelling check extension php7.4-enchant - 스펠링 체크, Enchant module for PHP https://www.php.net/manual/en/enchant.installation.php //-------------------------------- php.ini...

PHP

[PHP] Namespace의 범위

TL;DR PHP의 Namespace의 범위는 include, require의 상관없이 해당 파일에서만 영향을 끼친다. Namespace PHP 5.3부터 추가된 같은 이름의 함수, 클래스가 있을 때 네임스페이스로 각각 격리하여 사용할 수 있게 해...

PHP Study Develop

Laravel 6 to 7 Upgrade

3월 3일 laravel 7이 정식 릴리즈 되면서 기대하던 blade-x, stub, custom casts 등과 같은 기능들이 추가되었다. 지금 열심히 modern php 멤버 분들께서 도큐먼트를 번역중이시니 함께 번역을 하는것은 어떨가 싶다...

PHP Laravel Develop composer

[php] html to ms word 변환 방법

* 현재 html 문서를 doc파일로 다운로드 https://stackoverflow.com/questions/40628171/how-to-convert-html-to-word-using-php

PHP

[php] html to ms word 변환 방법

* 현재 html 문서를 doc파일로 다운로드 https://stackoverflow.com/questions/40628171/how-to-convert-html-to-word-using-php

PHP

[php] composer 경고 메시지 처리 - moontoast/math is abandoned

경고 메시지 Package moontoast/math is abandoned, you should avoid using it. Use brick/math instead. - 해결 방법 moontoast/math 패키지에 의존하고 있는 패키지를 삭제 - 패키지 의존성 확인 https://phppack...

PHP

[php] composer 경고 메시지 처리 - moontoast/math is abandoned

경고 메시지 Package moontoast/math is abandoned, you should avoid using it. Use brick/math instead. - 해결 방법 moontoast/math 패키지에 의존하고 있는 패키지를 삭제 - 패키지 의존성 확인 https://phppack...

PHP

도메인 주도 설계 - 15. 디스틸레이션

디스틸레이션(distilation)은 혼합된 요소를 분리해서 본질을 좀더 값지고 유용한 형태로 뽑아내는 과정이다. distilation이라는 단어의 사전적 의미처럼 도메인 모델은 여러 번의 증류 과정을 거쳐 중요한 부분과...

PHP

[JP]PHP コーディングスタンダード

共通のコーディングスタイルを持っていることが協業のためにすごく助かるということはもうすでに知られています。僕はコードを書く際に基本的に1人なので、その重要さに対して感じていませんでした。Continue readin...

PHP coding-style PSR