Vous êtes connecté en tant que anonymous Se Deconnecter
Browse code

Application nettoyé, Ajout de la lib composer hybridauth/hybridauth TODO: integrer hybrid auth sur une page simple d'authentification

Emmanuel ROY authored on 09/09/2019 22:37:17
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,15 +0,0 @@
1
-@extends('layout')
2
-
3
-@section('sidebar')
4
-    @parent
5
-
6
-    <p>This is appended to the master sidebar.</p>
7
-@endsection
8
-
9
-@section('content')
10
-    <h1>Accueil</h1>
11
-    <br /><br /><br />
12
-    {{$templating_a}}::{{$templating_b}}::{{$templating_c}}
13
-
14
-@endsection
15
-
Browse code

Application modulaire fonctionnelle !

Emmanuel ROY authored on 12/08/2019 15:10:25
Showing 1 changed files
... ...
@@ -9,7 +9,7 @@
9 9
 @section('content')
10 10
     <h1>Accueil</h1>
11 11
     <br /><br /><br />
12
-    {{templating_a}}::{{templating_b}}::{{templating_c}}
12
+    {{$templating_a}}::{{$templating_b}}::{{$templating_c}}
13 13
 
14 14
 @endsection
15 15
 
Browse code

Fonctionnement partiel du rendu de Blade

Emmanuel ROY authored on 12/08/2019 11:12:37
Showing 1 changed files
... ...
@@ -1,4 +1,4 @@
1
-@extends('layout.app')
1
+@extends('layout')
2 2
 
3 3
 @section('sidebar')
4 4
     @parent
Browse code

Initialisation de l'application modulaire Symfony43 sans systeme de template maitre

Emmanuel ROY authored on 09/08/2019 09:25:45
Showing 1 changed files
... ...
@@ -0,0 +1,15 @@
1
+@extends('layout.app')
2
+
3
+@section('sidebar')
4
+    @parent
5
+
6
+    <p>This is appended to the master sidebar.</p>
7
+@endsection
8
+
9
+@section('content')
10
+    <h1>Accueil</h1>
11
+    <br /><br /><br />
12
+    {{templating_a}}::{{templating_b}}::{{templating_c}}
13
+
14
+@endsection
15
+
Browse code

initial commit

Emmanuel ROY authored on 09/08/2019 08:39:02
Showing 1 changed files