ucan-lab / tips

5 stars 0 forks source link

CentOS7 PHP7.1 インストール #5

Open ucan-lab opened 6 years ago

ucan-lab commented 6 years ago

PHP7.1 install

* remi repository
# yum -y install http://rpms.famillecollet.com/enterprise/remi-release-7.rpm
* php71 install
# yum -y install --enablerepo=remi-php71 php
* Laravel
# yum -y install --enablerepo=remi-php71 php-pdo php-tokenizer php-openssl php-mbstring php-xml
* PHP-MySQL
# yum -y install --enablerepo=remi-php71 php-mysqlnd
* Composer
# yum -y install --enablerepo=remi-php71 php-zip