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.

laravel manp 初期画面 localhost

Posted at

laravelのインストールしたら

初期画面を出したいけど上手くいかない時の設定方法

laravelのインストールして、初期画面を出したいけど上手くいかない時

localhost

とURLを入力しても上手く表示されない場合

manpの設定(preferences...)のWebSeverの中にある、Documents Root を、

{laravelのディレクトリー}¥public
(例)
C:\MAMP\htdocs\laravel\public

と設定すると上手くいく。

上記の例だとLaravelがMAMPの設定上だが本来はあまりお勧めされない。
理由はMAMPを消すとデータが消えるため。
MAMPのバージョンに依存しないフォルダーに保存しておくことが望ましい。

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?