LoginSignup
0
0

More than 1 year has passed since last update.

Cloud9上にlaravel / nuxt環境をgit cloneで作成する

Posted at

いちから環境構築する手順はたくさんあると思いますが。
今回はまっさらなCloud9にlaravel/nuxt環境を構築するまで。
※リモートリポジトリに環境がある前提。
※phpのバージョンなどの環境構築は過去記事のこちらを参照。

git clone

$ git clone リモートリポジトリ

laravel編

$ mkdir vendor
$ cp .env.example .env
$ composer install
$ php artisan key:generate

nuxt編

$ npm install
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