mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
Added API Platform 2.6 recipe
Same as 2.5 recipe but with `defaults.stateless` set to `true`
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
api_platform:
|
||||
mapping:
|
||||
paths: ['%kernel.project_dir%/src/Entity']
|
||||
patch_formats:
|
||||
json: ['application/merge-patch+json']
|
||||
swagger:
|
||||
versions: [3]
|
||||
defaults:
|
||||
stateless: true
|
||||
+1
@@ -0,0 +1 @@
|
||||
../../2.1/config/routes
|
||||
+1
@@ -0,0 +1 @@
|
||||
../2.1/manifest.json
|
||||
+1
@@ -0,0 +1 @@
|
||||
../2.1/post-install.txt
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
../2.1/src
|
||||
Reference in New Issue
Block a user