Laragon을 아래링크에서 다운로드해서 설치합니다.
https://forum.laragon.org/topic/755/laragon-3-2-released-php-7-2-0-vc15-apache-to-2-4-29-vc15-node-js-8-9-1-yarn-1-3-2-composer-1-5-3
설치를 해보면 PHP-7.2.2, Apache 2.4.29, mysql 5.7.19 가 설치 되어 있습니다.
Start All을 먼저 누르지 말고 아래 부터 해주세요.. (특히 마리아 DB)
가장 최근의 버전을 사용해보고 싶거나, 아니면 이전 버전으로 테스트 하고 싶은 경우에는 아래와 같이 하면 됩니다. 모두 각 OS에 맞는 zip파일을 다운로드 받습니다. 그리고 풀어서 카피 위치에 카피합니다.
MariaDB를 https://downloads.mariadb.org/
카피위치 : c:\laragon\bin\mysql
PHPmyAdmin은 https://www.phpmyadmin.net/downloads/?
카피위치 C:\laragon\etc\apps
단 phpMyAdmin-4.x.x-all-languages 를 리네임해주세요. phpMyAdmin으로
PHP버전은 https://windows.php.net/download#php-7.2
카피위치 C:\laragon\bin\php
아파치 버전은 https://www.apachelounge.com/download/
카피위치 C:\laragon\bin\apache
하위 디렉토리가 생기니 이것도 기존에 있는 것과 비슷하게 Rename해서 카피해주세요
노드는 https://nodejs.org/en/download/current/
카피위치 C:\laragon\bin\nodejs
Nginx는 http://nginx.org/en/download.html
카피위치 C:\laragon\bin\nginx
phpmyadmin아래의 config.sample.inc.php를 config.inc.php로 카피한후에..
/* Authentication type */
$cfg['Servers'][$i]['auth_type'] = 'cookie';
/* Server parameters */
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['compress'] = false;
$cfg['Servers'][$i]['AllowNoPassword'] = false;
을 아래와 같이 변경합니다.
/* Authentication type and info */
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = 'root';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['AllowNoPassword'] = true;
$cfg['Lang'] = 'en';
/* Bind to the localhost ipv4 address and tcp */
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
라라곤을 실행시킨후에. Right Click으로 최신 버전을 선택합니다.
Right Click>MariaDB>Change root password에서
password는 root로
Right Click>MariaDB>my.ini 를 클릭해서 [mysqld]아래에 아래 내용 카피
collation_server = utf8mb4_unicode_ci
character_set_server = utf8mb4
Start All 버튼을 눌러 보세요..

댓글 7개
게시글 목록
| 번호 | 제목 |
|---|---|
| 160 |
라라벨
구글 스타일 search
|
| 157 | |
| 156 |
라라벨
라라벨 Socialite
2
|
| 155 | |
| 154 | |
| 153 |
라라벨
Laravel 과 Pusher
|
| 152 | |
| 151 |
라라벨
이메일로 인증하기..
|
| 150 | |
| 149 | |
| 148 |
라라벨
Multi Auth 인증
|
| 147 | |
| 146 |
라라벨
OctoberCMS
|
| 140 | |
| 134 |
라라벨
라라벨로 만든 블로그
5
|
| 133 |
라라벨
게시판 기능 구현해보기입니다.
|
| 132 | |
| 131 | |
| 130 | |
| 129 | |
| 128 | |
| 127 | |
| 126 |
라라벨
라라벨 강좌 #1 - 환경구축
|
| 117 | |
| 116 | |
| 113 | |
| 106 | |
| 105 |
일반
Faker
3
|
| 104 | |
| 101 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기