LoginSignup
0
0

More than 3 years have passed since last update.

Laravel 5.8 の環境を構築する。

Last updated at Posted at 2019-08-29
  1. Laradockからのセットアップ

構築方法は、ここ

$ docker-compose exec --user=laradock workspace bash

2. Laravelインストーラ

$ composer global require laravel/installer

3. プロジェクト作成

redQueen:アンブレラ社が開発した最先端かつ高性能の人工知能で、
ハイブ全体を統御するメインコンピューター。

$ laravel new redQueen

4. hosts追加

$ sudo vim /private/etc/hosts
127.0.0.1       redQueen.local

5. 動作確認

スクリーンショット 2019-08-29 12.50.50.png

スクリーンショット 2019-08-29 12.51.14.png

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