Ajoute le module SEO

Pour #8

Co-authored-by: Clement <clement@desmidt.fr>
Reviewed-on: #12
This commit is contained in:
2020-07-27 12:02:57 +02:00
parent 1d136093c7
commit 5442bf19b0
6 changed files with 158 additions and 1 deletions

View File

@@ -4,6 +4,10 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
@if(Auth::guest())
{!! SEO::generate() !!}
@endif
<!-- CSRF Token -->
<meta name="csrf-token" content="{{ csrf_token() }}">