Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Symfony impl #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions .editorconfig

This file was deleted.

21 changes: 21 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# In all environments, the following files are loaded if they exist,
# the latter taking precedence over the former:
#
# * .env contains default values for the environment variables needed by the app
# * .env.local uncommitted file with local overrides
# * .env.$APP_ENV committed environment-specific defaults
# * .env.$APP_ENV.local uncommitted environment-specific overrides
#
# Real environment variables win over .env files.
#
# DO NOT DEFINE PRODUCTION SECRETS IN THIS FILE NOR IN ANY OTHER COMMITTED FILES.
#
# Run "composer dump-env prod" to compile .env files for production use (requires symfony/flex >=1.2).
# https://symfony.com/doc/current/best_practices.html#use-environment-variables-for-infrastructure-configuration

###> symfony/framework-bundle ###
APP_ENV=dev
APP_SECRET=7c48ab3067765041ddcdb26407387959
#TRUSTED_PROXIES=127.0.0.0/8,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16
#TRUSTED_HOSTS='^(localhost|example\.com)$'
###< symfony/framework-bundle ###
19 changes: 0 additions & 19 deletions .env.example

This file was deleted.

16 changes: 10 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
/vendor
/.idea
Homestead.json
Homestead.yaml
.env
.phpunit.result.cache

###> symfony/framework-bundle ###
/.env.local
/.env.local.php
/.env.*.local
/config/secrets/prod/prod.decrypt.private.php
/public/bundles/
/var/
/vendor/
###< symfony/framework-bundle ###
6 changes: 0 additions & 6 deletions .styleci.yml

This file was deleted.

34 changes: 0 additions & 34 deletions README.md

This file was deleted.

5 changes: 0 additions & 5 deletions app/Console/Commands/Doctrine.php

This file was deleted.

29 changes: 0 additions & 29 deletions app/Console/Kernel.php

This file was deleted.

10 changes: 0 additions & 10 deletions app/Events/Event.php

This file was deleted.

16 changes: 0 additions & 16 deletions app/Events/ExampleEvent.php

This file was deleted.

54 changes: 0 additions & 54 deletions app/Exceptions/Handler.php

This file was deleted.

10 changes: 0 additions & 10 deletions app/Http/Controllers/Controller.php

This file was deleted.

18 changes: 0 additions & 18 deletions app/Http/Controllers/ExampleController.php

This file was deleted.

44 changes: 0 additions & 44 deletions app/Http/Middleware/Authenticate.php

This file was deleted.

20 changes: 0 additions & 20 deletions app/Http/Middleware/ExampleMiddleware.php

This file was deleted.

26 changes: 0 additions & 26 deletions app/Jobs/ExampleJob.php

This file was deleted.

24 changes: 0 additions & 24 deletions app/Jobs/Job.php

This file was deleted.

Loading