Skip to content

Commit

Permalink
CSRF is added (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stenfrank authored Feb 2, 2020
1 parent dba8bf1 commit 6d765e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/views/master.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="csrf-token" content="{{csrf_token()}}">
<title>@yield('title_prefix', config('adminlte.title_prefix', ''))
@yield('title', config('adminlte.title', 'AdminLTE 3'))
@yield('title_postfix', config('adminlte.title_postfix', ''))</title>
Expand Down

0 comments on commit 6d765e5

Please sign in to comment.