We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f092908 commit bb534cfCopy full SHA for bb534cf
App/Controllers/HomeController.php
@@ -6,6 +6,6 @@ class HomeController
6
{
7
public function index()
8
9
- echo "Welcome to API-Monster";
+ view("index", ['name' => 'Hossein']);
10
}
11
0 commit comments