User register system, minor cosmetic changes, start of user authorisation

This commit is contained in:
Deon George
2021-11-11 22:57:13 +11:00
parent a0db589dc5
commit 3c8895a238
15 changed files with 488 additions and 206 deletions

View File

@@ -57,4 +57,9 @@ class UserController extends Controller
{
return view('user.home');
}
public function register()
{
return view('user/system/register');
}
}