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,14 +0,0 @@
1
-<html>
2
-<head>
3
-    <title>App Name</title>
4
-</head>
5
-<body>
6
-@section('sidebar')
7
-    This is the master sidebar.
8
-@show
9
-
10
-<div class="container">
11
-    @yield('content')
12
-</div>
13
-</body>
14
-</html>
15 0
\ No newline at end of file
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,14 @@
1
+<html>
2
+<head>
3
+    <title>App Name</title>
4
+</head>
5
+<body>
6
+@section('sidebar')
7
+    This is the master sidebar.
8
+@show
9
+
10
+<div class="container">
11
+    @yield('content')
12
+</div>
13
+</body>
14
+</html>
0 15
\ No newline at end of file
Browse code

initial commit

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