macOS

 

Set up localhost on macOS High Sierra (Apache, MySQL, and PHP 7) with SSL/HTTPS

Sep 20, 2017 Turn on Apache Open Terminal by clicking on the magnifying glass at the top right corner of ...
Read More

Setting up a local web server on macOS 10.13 “High Sierra”

Here is my definitive guide to getting a local web server running on OS X 10.13 “High Sierra”. This is ...
Read More

맥에서 MySQL 초기암호 재설정

2017년 6월 9일 맥에서 MySQL 설정하기 라라벨 개발환경을 세팅하기 위해 MySQL을 설치했는데, 1) 처음 발급해주는 관리자 비밀번호를 아무 생각없이 엔터치고 ...
Read More

PHP 5.3 to 7.2 for OS X / macOS 10.6 to 10.13 as binary package

Installation | FAQ | Additional important notes | (Alternative) Installation by "hand" |Included extensions | Uninstall | Source code | ...
Read More

macOS 10.13 High Sierra Apache Setup: Multiple PHP Versions

First part in a multi-part blog series for Mac developers Andy Miller posted on 10/22/2017 in macos + sierra + ...
Read More

OSX에서 php5.6과 php7을 동시에 설치해서 사용하는 방법(PHP-FPM 사용)

원문: https://www.symfony.fi/page/how-to-run-both-php-5-6-and-php-7-x-with-homebrew-on-os-x-with-php-fpm 마이그레이션 테스트를 위해서 두개를 같이 설치하려고 알아보다가 찾은 자료라 이후 레퍼런스를 위해 여기 올려봅니다. ============================================================== PHP는 7.x 대 버전에서 ...
Read More