starting from figli starter kit profile V0.3

This commit is contained in:
2018-11-01 21:36:54 +01:00
commit e46a846e39
28 changed files with 13703 additions and 0 deletions

14
autoload.php Normal file
View File

@@ -0,0 +1,14 @@
<?php
/**
* @file
* Includes the autoloader created by Composer.
*
* @see composer.json
* @see index.php
* @see core/install.php
* @see core/rebuild.php
* @see core/modules/statistics/statistics.php
*/
return require __DIR__ . '/vendor/autoload.php';