Upgrade framework to laravel 9

This commit is contained in:
Deon George
2022-04-20 18:16:13 +10:00
parent 3fb6c0a052
commit 40d12b906b
8 changed files with 1557 additions and 1531 deletions

View File

@@ -4,16 +4,7 @@ namespace App\Http\Controllers;
class WelcomeController extends Controller
{
public function __construct()
{
$this->middleware('demoMode');
}
public function home() {
return view('welcome.home');
}
public function under_construction() {
abort(499,'Under Construction');
}
}