mirror of
https://github.com/10h30/Test-Laravel-Routes.git
synced 2026-07-11 18:56:15 +09:00
First commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Http\Controllers;
|
||||
|
||||
class HomeController extends Controller
|
||||
{
|
||||
public function index()
|
||||
{
|
||||
$pageTitle = 'Homepage';
|
||||
|
||||
return view('welcome', compact('pageTitle'));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user