This PR was squashed before being merged into the master branch (closes#62).
Discussion
----------
Doctrine Migrations
This recipe adds doctrine migrations to the official Symfony recipes repository.
Commits
-------
52e1ebe Doctrine Migrations
This PR was merged into the master branch.
Discussion
----------
replaced php_sapi_name() with PHP_SAPI
Commits
-------
df6b8a0 replaced php_sapi_name() with PHP_SAPI
This PR was merged into the master branch.
Discussion
----------
[PhpUnit] Use the new KERNEL_CLASS var for KernelTestCase
Once https://github.com/symfony/symfony/pull/22668 is merged.
Commits
-------
c32f3e5 [PhpUnit] Use the new KERNEL_CLASS var for KernelTestCase
This PR was merged into the master branch.
Discussion
----------
Use single quotes in yaml files
Commits
-------
b39aa63 Use single quotes in yaml files
This PR was squashed before being merged into the master branch (closes#37).
Discussion
----------
Document the special %generate(secret)% env var value
Some recipes are starting to use this feature (see https://github.com/symfony/recipes-contrib/pull/5/files) so let's document it.
Commits
-------
8a103f4 Document the special %generate(secret)% env var value
This PR was merged into the master branch.
Discussion
----------
Add a note about the contrib repo
Commits
-------
7a172be added a note about the contrib repo
This PR was merged into the master branch.
Discussion
----------
Add current validation performed by the server
Commits
-------
ecc8eb5 added current validation performed by the server
This PR was squashed before being merged into the master branch (closes#34).
Discussion
----------
Readme tweaks
Commits
-------
15027c7 added a note about the auto-registration of Symfony bundles
5088124 removed most mentions of Flex in the README
This PR was merged into the master branch.
Discussion
----------
Add the new %VAR_DIR% to the docs
Commits
-------
b90216e Add the new %VAR_DIR% to the docs
This PR was merged into the master branch.
Discussion
----------
Recommend specifying the controller itself for EasyAdmin
I think it's a better idea to expose the controller itself directly.
It would encourage people to add their own controller by just changing the name of the bundle if they want to override it.
Also, I would suggest to change `master` for a lower requirement (1.14 or 1.15 maybe, there are some without much BC breaks, and they'd still share the same recipe) and add `version_aliases`, but haven't done it in the PR because `master` might have been added for a specific reason 🙂
Commits
-------
b7d9955 Recommend specifying the controller itself for EasyAdmin
This PR was merged into the master branch.
Discussion
----------
Fix PHPUnit xsd version
The base supported version is ~4.7~ 6.1 as specified in the ~directory~ version aliases
Commits
-------
16ae0ab Fix PHPUnit xsd version
This PR was merged into the master branch.
Discussion
----------
Switch app.yaml to use autoconfigure
Commits
-------
c5f400b switched app.yaml to use autoconfigure