Skip to content
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue committed May 16, 2018
1 parent a92da42 commit 9308f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ class ExampleController extends BaseController
public function handle()
{
return 'Hello world!';
// return view('welcome', ['name' => 'MyApp']);
// return json(['foo' => 'bar']);
// return redirect('https://easywechat.com');
// return view('welcome', ['name' => 'MyApp']); // template engine require.
}
}

Expand Down

0 comments on commit 9308f4d

Please sign in to comment.