We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03f326d commit a075133Copy full SHA for a075133
.docs/Installation.md
@@ -44,7 +44,7 @@ Composerに関しては、動けばいいので、参考記事の方法以外で
44
45
### 手順 3
46
47
-1. 本リポジトリをcloneする
+1. [本リポジトリ](https://github.com/u-lab/u-lab-laravel-hands-on) をcloneする
48
2. Terminal で `composer install`を入力。
49
3. サーバー起動 `php artisan serve` を入力。
50
4. ブラウザで `http://localhost:8000` にアクセス。
README.md
@@ -18,7 +18,7 @@ PHPフレームワークLaravelの使い方を実際にデモアプリを作り
18
19
API仕様書は SwaggerEditor に定義ファイルの内容を入力して参照してください。
20
21
-Swagger Editor: [https://editor.swagger.io](https://editor.swagger.io)
+Swagger Editor: [https://editor.swagger.io](https://editor.swagger.io)
22
API 仕様書: [api-document.yaml](api/api-document.yaml)
23
24
## Laravel 起動
0 commit comments