LoginSignup
0
0

More than 3 years have passed since last update.

cloud9でLaravelの環境構築

Posted at

PHP7.1インストール

sudo yum -y install php71 php71-cli php71-common php71-devel php71-mbstring php71-mysqlnd php71-pdo php71-xml php71-gd php71-intl php71-mcrypt php71-opache php71-pecl-apcu php71-pecl-imagick php71-pecl-memcached php71-pecl-redis php71-pecl-xdebug

PHP7.1適用(ほかのPHPバージョン入っている場合)

sudo alternatives --set php /usr/bin/php-7.1

Laravelインストール

composer global require "laravel/installer"

新しいアプリ作成

composer create-project laravel/laravel 【アプリ名】
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