LoginSignup
0
0

More than 3 years have passed since last update.

【Laravel】Composerを使った環境構築

Posted at

Composerを使ってLaravelをローカル環境に構築する。

terminalでapplications/mamp/htdocsに移動する。
composerのcreate-projectコマンドを使ってLarabelをインストールする。

composer create-project --prefer-dist laravel/laravel 【ディレクトリ名】

※【ディレクトリ名】の部分がフォルダの名前になる。
Laravelのインストール

バージョン

php:7.3.11
Laravel:7.21.0

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