14af284103
Rebuilt member authorization and session handling within Laravel's envirnoment. Sticking with bcrypt encryption for passwords to make the transistion simple.
11 lines
159 B
PHP
11 lines
159 B
PHP
@extends('frame')
|
|
|
|
@section('title', 'Den|Start')
|
|
|
|
@section('main-content')
|
|
|
|
<div>
|
|
<h1>The Den</h1>
|
|
Hey {{$handle}}
|
|
</div>
|
|
@endsection |