Skip to content

Commit e45bd3a

Browse files
committed
remove fos rest bundle; update dependencies; update docs
1 parent 436b295 commit e45bd3a

File tree

11 files changed

+343
-483
lines changed

11 files changed

+343
-483
lines changed

.env.dist

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,17 @@ XDEBUG_REMOTE_PORT=9001
2121
NGINX_TEMPLATE=symfony4.template
2222
NGINX_SERVER_NAME=symfony-test.local
2323
NGINX_ROOT=/var/www/symfony_4_rest_auth/public
24+
25+
###> symfony/framework-bundle ###
26+
APP_ENV=dev
27+
APP_SECRET=fd0817e046d4be740beb96b4232979cd
28+
#TRUSTED_PROXIES=127.0.0.1,127.0.0.2
29+
#TRUSTED_HOSTS='^localhost|example\.com$'
30+
###< symfony/framework-bundle ###
31+
32+
###> doctrine/doctrine-bundle ###
33+
# Format described at http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url
34+
# For an SQLite database, use: "sqlite:///%kernel.project_dir%/var/data.db"
35+
# Configure your db driver and server_version in config/packages/doctrine.yaml
36+
DATABASE_URL=mysql://db_user:db_password@127.0.0.1:3306/db_name
37+
###< doctrine/doctrine-bundle ###

.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,16 @@
55
/vendor/
66
.idea
77

8+
9+
###> symfony/framework-bundle ###
10+
/.env.local
11+
/.env.local.php
12+
/.env.*.local
13+
/public/bundles/
14+
/var/
15+
/vendor/
16+
###< symfony/framework-bundle ###
17+
18+
###> phpunit/phpunit ###
19+
/phpunit.xml
20+
###< phpunit/phpunit ###

codeception/tests/_support/_generated/ApiTesterActions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php //[STAMP] 0d7544230d82c52688278171e16dbe81
1+
<?php //[STAMP] e3f8b91617e61fead50a015f704d339e
22
namespace _generated;
33

44
// This class was automatically generated by build task

codeception/tests/_support/_generated/UnitTesterActions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php //[STAMP] e9f3548563ece06c02285c9a3aa80859
1+
<?php //[STAMP] bae170c2703e3123bcf941bf91ed106e
22
namespace _generated;
33

44
// This class was automatically generated by build task

0 commit comments

Comments
 (0)