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.

Laravel5 FuelPHP Windows 構築メモ 3-1 Laravel

Last updated at Posted at 2017-04-06

#Laravel
vagrantの起動からLaravelプロジェクトのインストール
※vagrantが未起動の場合

$ cd
$ cd Homestead
$ vagrant up

※vagrant起動後

$ vagrant ssh
$ cd Code
$ composer create-project --prefer-dist laravel/laravel Laravel

####ブラウザで確認
http://homestead.app/

#プロジェクトの追加
「blog」というプロジェクトを追加する場合

$ cd Code
$ composer create-project --prefer-dist laravel/laravel blog

←homesteadの設定を行う

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?