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 1 year has passed since last update.

Laravel開発を開始

Last updated at Posted at 2022-03-14

はじめに

PHPがインストールされているとする。

Install Composer

ここの、Composer-Setup.exeをクリックしてダウンロードしてインストールする。
PHPが環境変数に追加されていれば何の問題もなくインストールが成功する。
追加していない場合は途中で出てくるPHPを選択するところで、パスを設定する。

プロジェクトの作成

最初のプロジェクトを作成します。
任意のディレクトリに移動し、Terminalで以下のコマンドを入力します。
LaravelProject は何でもいいです

composer create-project --prefer-dist laravel/laravel LaravelProject

起動する

プロジェクトディレクトリ内で以下のコマンドを実行します

php artisan serve
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?