init
Showing
- .dockerignore 2 additions, 0 deletions.dockerignore
- .env.example 18 additions, 0 deletions.env.example
- .gitignore 4 additions, 0 deletions.gitignore
- Makefile 67 additions, 0 deletionsMakefile
- README.md 94 additions, 93 deletionsREADME.md
- app/.gitignore 9 additions, 0 deletionsapp/.gitignore
- app/bin/console 21 additions, 0 deletionsapp/bin/console
- app/composer.json 70 additions, 0 deletionsapp/composer.json
- app/composer.lock 3518 additions, 0 deletionsapp/composer.lock
- app/config/bundles.php 6 additions, 0 deletionsapp/config/bundles.php
- app/config/packages/cache.yaml 19 additions, 0 deletionsapp/config/packages/cache.yaml
- app/config/packages/framework.yaml 16 additions, 0 deletionsapp/config/packages/framework.yaml
- app/config/packages/routing.yaml 10 additions, 0 deletionsapp/config/packages/routing.yaml
- app/config/preload.php 5 additions, 0 deletionsapp/config/preload.php
- app/config/routes.yaml 5 additions, 0 deletionsapp/config/routes.yaml
- app/config/routes/framework.yaml 4 additions, 0 deletionsapp/config/routes/framework.yaml
- app/config/services.yaml 24 additions, 0 deletionsapp/config/services.yaml
- app/public/index.php 9 additions, 0 deletionsapp/public/index.php
- app/src/Controller/.gitignore 0 additions, 0 deletionsapp/src/Controller/.gitignore
- app/src/Kernel.php 11 additions, 0 deletionsapp/src/Kernel.php
.dockerignore
0 → 100644
.env.example
0 → 100644
.gitignore
0 → 100644
Makefile
0 → 100644
app/.gitignore
0 → 100644
app/bin/console
0 → 100755
app/composer.json
0 → 100644
app/composer.lock
0 → 100644
This diff is collapsed.
app/config/bundles.php
0 → 100644
app/config/packages/cache.yaml
0 → 100644
app/config/packages/framework.yaml
0 → 100644
app/config/packages/routing.yaml
0 → 100644
app/config/preload.php
0 → 100644
app/config/routes.yaml
0 → 100644
app/config/routes/framework.yaml
0 → 100644
app/config/services.yaml
0 → 100644
app/public/index.php
0 → 100644
app/src/Controller/.gitignore
0 → 100644
app/src/Kernel.php
0 → 100644
Please register or sign in to comment