Skip to content

Commit

Permalink
Using Sf4 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nacmartin committed Nov 22, 2017
1 parent a9305d7 commit aabc7c7
Show file tree
Hide file tree
Showing 120 changed files with 3,609 additions and 3,895 deletions.
23 changes: 23 additions & 0 deletions .env.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# This file is a "template" of which env vars need to be defined for your application
# Copy this file to .env file for development, create environment variables when deploying to production
# https://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration

###> symfony/framework-bundle ###
APP_ENV=dev
APP_DEBUG=1
APP_SECRET=469397503d3f5fbec734f8be962afc1d
###< symfony/framework-bundle ###

###> doctrine/doctrine-bundle ###
# Format described at http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url
# For an SQLite database, use: "sqlite:///%kernel.project_dir%/var/data.db"
# Set "serverVersion" to your server version to avoid edge-case exceptions and extra database calls
DATABASE_URL="mysql://db_user:db_password@127.0.0.1:3306/db_name?charset=utf8mb4&serverVersion=5.7"
###< doctrine/doctrine-bundle ###

###> lexik/jwt-authentication-bundle ###
# Key paths should be relative to the project directory
JWT_PRIVATE_KEY_PATH=config/jwt/private.pem
JWT_PUBLIC_KEY_PATH=config/jwt/public.pem
JWT_PASSPHRASE=8fdd948489e68fce0b2923d1e9ce1209
###< lexik/jwt-authentication-bundle ###
19 changes: 0 additions & 19 deletions .eslintrc

This file was deleted.

36 changes: 13 additions & 23 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,25 +1,15 @@
/app/config/parameters.yml
/build/
/phpunit.xml
/var/*
!/var/jwt
!/var/cache
/var/cache/*
!var/cache/.gitkeep
!/var/logs
/var/logs/*
!var/logs/.gitkeep
!/var/sessions
/var/sessions/*
!var/sessions/.gitkeep
!var/SymfonyRequirements.php

###> symfony/framework-bundle ###
.env
/public/bundles/
/var/
/vendor/
/web/bundles/
/web/build/
/node_modules/
/app/Resources/webpack/*
!/app/Resources/webpack/.gitkeep
composer-dev.json
composer-dev.lock
webpack-old.js
###< symfony/framework-bundle ###

###> symfony/web-server-bundle ###
.web-server-pid
###< symfony/web-server-bundle ###

###> symfony/webpack-encore-pack ###
/node_modules/
###< symfony/webpack-encore-pack ###
19 changes: 0 additions & 19 deletions LICENSE

This file was deleted.

179 changes: 0 additions & 179 deletions README.md

This file was deleted.

7 changes: 0 additions & 7 deletions app/.htaccess

This file was deleted.

7 changes: 0 additions & 7 deletions app/AppCache.php

This file was deleted.

58 changes: 0 additions & 58 deletions app/AppKernel.php

This file was deleted.

Loading

0 comments on commit aabc7c7

Please sign in to comment.