Init project
BIN
public/images/about/mp-carton-invitation-4.jpg
Normal file
|
After Width: | Height: | Size: 1.9 MiB |
BIN
public/images/about/mp-photo-affiche.jpg
Normal file
|
After Width: | Height: | Size: 910 KiB |
BIN
public/images/about/sans-rendez-vous-concert-MJC-2004.jpg
Normal file
|
After Width: | Height: | Size: 352 KiB |
BIN
public/images/about/sans-rendez-vous-duo-recadré.jpg
Normal file
|
After Width: | Height: | Size: 209 KiB |
BIN
public/images/logo.jpg
Normal file
|
After Width: | Height: | Size: 910 KiB |
|
After Width: | Height: | Size: 4.5 MiB |
BIN
public/images/manual-project/COUT coussin toile matelas.jpg
Normal file
|
After Width: | Height: | Size: 3.5 MiB |
BIN
public/images/manual-project/COUT-coussin-champignon.jpg
Normal file
|
After Width: | Height: | Size: 4.6 MiB |
BIN
public/images/manual-project/COUT-tigre-enzo.jpg
Normal file
|
After Width: | Height: | Size: 5.2 MiB |
BIN
public/images/manual-project/COUT-yan-tigre.jpg
Normal file
|
After Width: | Height: | Size: 153 KiB |
BIN
public/images/manual-project/TM COUPE FLEURS DECO NOEL.jpg
Normal file
|
After Width: | Height: | Size: 3.6 MiB |
BIN
public/images/manual-project/TM COUPE FLORALE NOEL.jpg
Normal file
|
After Width: | Height: | Size: 4.0 MiB |
BIN
public/images/manual-project/TM chenille laine et carton.jpg
Normal file
|
After Width: | Height: | Size: 3.9 MiB |
BIN
public/images/manual-project/TM sac fillette.jpg
Normal file
|
After Width: | Height: | Size: 5.0 MiB |
BIN
public/images/manual-project/TM-LAPINS-POMPOM.jpg
Normal file
|
After Width: | Height: | Size: 1.1 MiB |
BIN
public/images/mp-photo-affiche-gros-plan.jpg
Normal file
|
After Width: | Height: | Size: 622 KiB |
BIN
public/images/mp-photo-affiche.jpg
Normal file
|
After Width: | Height: | Size: 910 KiB |
BIN
public/images/project/TM-création-décor-baleine.jpg
Normal file
|
After Width: | Height: | Size: 2.5 MiB |
BIN
public/images/project/TM-hector-papier-maché.jpg
Normal file
|
After Width: | Height: | Size: 1.7 MiB |
BIN
public/images/project/TM-pieuvre.JPG
Normal file
|
After Width: | Height: | Size: 8.0 MiB |
9
public/index.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
use App\Kernel;
|
||||
|
||||
require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
|
||||
|
||||
return function (array $context) {
|
||||
return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
|
||||
};
|
||||