https://github.com/p14c31355/laravel_sandbox
https://github.com/p14c31355/laravel_sandbox
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/p14c31355/laravel_sandbox
- Owner: p14c31355
- Created: 2025-05-21T20:23:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-12T11:01:44.000Z (about 1 year ago)
- Last Synced: 2025-07-27T05:56:42.728Z (11 months ago)
- Language: PHP
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 構築手順記録記事
[DockerでPHP(Laravel)+ nginx + MySQLのLEMP環境を構築する](https://qiita.com/hinako_n/items/f15646ea548bcdc8ac6c)
## Windows 11
- Docker Desktop をインストール
- WSL2 は Docker Desktop に付随するので,個別のインストールは不要
- WSL2 上で起動する Linux ディストリビューションとして Microsoft Store で Ubuntu を導入
- Docker Desktop で Ubuntu を同期
- VSCode 上でプロジェクトターミナルから WSL ターミナルを開く
- wsl -d Ubuntu-xx.xx
- WSL 内に PHP,Composer をインストール
- MySQL はこのプロジェクトでは Dockerfile に記述されているためインストール不要