0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

phpbrewでPHP7.1、Laravel 5.2の環境を作る

0
Posted at

コマンド

$ phpbrew install 7.1.23 +default+dbs
$ phpbrew use 7.1.23 #一時的に使う
$ phpbrew switch 7.1.23 #ずっと使う

参考

Laravel 5.2 Requirements

PHP version between 5.5.9 - 7.1.*
OpenSSL PHP Extension
PDO PHP Extension
Mbstring PHP Extension
Tokenizer PHP Extension

phpbrew variants

default:    bcmath, bz2, calendar, cli, ctype, dom, fileinfo, filter, ipc,
              json, mbregex, mbstring, mhash, mcrypt, pcntl, pcre, pdo, phar,
              posix, readline, sockets, tokenizer, xml, curl, openssl, zip
dbs:        sqlite, mysql, pgsql, pdo
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?