Compare commits

...

3 Commits
0.3.2 ... 0.3.5

Author SHA1 Message Date
Deon George
05dbcaf6c4 Added creativeorange/gravatar to requirements 2019-03-26 17:23:46 +11:00
Deon George
867b42be91 Added acache/user to requirements 2019-03-26 17:18:40 +11:00
Deon George
f44e6f1d09 Added csrf_field() to login form 2019-03-26 14:31:18 +11:00
2 changed files with 3 additions and 0 deletions

View File

@@ -11,6 +11,8 @@
],
"require": {
"igaster/laravel-theme": "^2.0",
"acacha/user": "^0.2.2",
"creativeorange/gravatar": "^1.0",
"orchestra/asset": "^3.6"
},
"require-dev": {

View File

@@ -27,6 +27,7 @@
<p class="login-box-msg">{{ trans('adminlte_lang::message.siginsession') }}</p>
<form method="post">
{{ csrf_field() }}
<div class="input-group mb-3">
<input type="email" name="email" class="form-control" placeholder="Email">
<div class="input-group-append">