Skip to content

Commit 4c437b4

Browse files
author
qiang.sun
committed
更新READEME.md
1 parent d11cd02 commit 4c437b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# laravel-tutorial
2-
Laravel 从入门到精通教程代码
2+
[Laravel 从入门到精通系列教程源码](https://laravelacademy.org/laravel-tutorial-5_7)

routes/web.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
*/
1313

1414
Route::get('/', function () {
15-
return view('welcome');
15+
return "Hello, World!";
1616
});

0 commit comments

Comments
 (0)