l5code icon indicating copy to clipboard operation
l5code copied to clipboard

라라벨로 배우는 실전 PHP 웹 프로그래밍 (출판용 소스코드)

Results 12 l5code issues
Sort by recently updated
recently updated
newest added

Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 1.3.1 to 1.9.1. Release notes Sourced from guzzlehttp/psr7's releases. 1.9.1 See change log for changes. 1.9.0 See change log for changes. 1.8.5 See change log for changes....

dependencies
php

Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 6.2.1 to 6.5.8. Release notes Sourced from guzzlehttp/guzzle's releases. Release 6.5.8 See change log for changes. Release 6.5.7 See change log for changes. Release 6.5.6 See change...

dependencies
php

홈브루로 로컬 OSX 컴퓨터에 설치한 MySQL 데이터베이스를 재설치하는 방법입니다. 479 페이지의 MySQL 설치 후 `mysql_secure_installation`을 실행하는 부분의 주의사항을 읽지 못하신 독자분들이 있는 것 같습니다. 중요함을 좀 더 강하게 썼어야 하는데...

2015년에서 2016년으로 넘어갈 즈음에 라라벨 5.2/PHP7.0으로 온라인에 글을 쓰기 시작했고, 2016년 말 종이 책을 출간할 때는 라라벨 5.3/PHP7.0 기준으로 썼습니다. 6년이 지났습니다. 그간에 저의 빨간책을 사랑해 주신 독자 여러분께 진심을...

Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 5.5.4 to 5.6.3. Commits a9de0db Prepare release 9556142 Merge branch '5.5' into 5.6 52ddda8 Merge branch '5.4' into 5.5 2d3d18e Merge branch '5.3' into 5.4 0deafa7 Merge...

dependencies
php

Bumps [erusev/parsedown](https://github.com/erusev/parsedown) from 1.6.0 to 1.7.4. Release notes Sourced from erusev/parsedown's releases. 1.7.4 Introduce rawHtml concept from beta 1.8 that extensions may optionally utilise. In 1.8 beta versions this feature...

dependencies
php

Bumps [squizlabs/php_codesniffer](https://github.com/squizlabs/PHP_CodeSniffer) from 2.7.0 to 2.9.2. Release notes Sourced from squizlabs/php_codesniffer's releases. 2.9.2 Final 2.9 Release Version 2.9.2 will be the final release of the PHP_CodeSniffer 2.9 branch, first released...

dependencies
php

책을 읽다가 오탈자를 발견하시면 신고해 주세요. 이 글에 댓글로 써 주세요. - 페이지 번호 - 오탈자 내용 을 써 주시면 됩니다. 혹시라도 이 책을 다시 찍게 된다면, 후배 독자들이 더...

구글이 `.dev` 도메인을 구입해서 TLD(Top Level Domain)으로 등록함에 따라, 예제에서 사용한 `myapp.dev`, `api.myapp.dev`는 개발 환경에서 사용할 수 없습니다. 따라서 책에서 `myapp.dev`, `myapp.local`이라 언급된 부분은, `myapp.local`, `api.myapp.local`로 바꿔서 사용해주세요. 영향받는 페이지는...

라라벨 5.3의 `package.json`이 의존하는 Node.js 패키지 중에 하나에 대한 의존성이 깨진 것 같습니다. ```sh ~/l5code(master) $ npm install # npm ERR! git clone C:\Users\suchc\AppData\Roaming\npm-cache\_git-remotes\git# -https-github-com-jeroennoten-webpack-stream-git-patch-1-60be6dae # ... # npm ERR!...