File tree Expand file tree Collapse file tree 1 file changed +36
-3
lines changed Expand file tree Collapse file tree 1 file changed +36
-3
lines changed Original file line number Diff line number Diff line change 4
4
Please check the [ projects] ( #projects ) section for more details.
5
5
6
6
## Overview
7
- | Branch | API Platform Version | Symfony Version | PHP Version |
8
- | ----------| ----------------------| -----------------| -------------|
9
- | [ v2] [ v2 ] | ` ^2.7 ` | ` ^5.4 ` | ` ^8.0 ` |
7
+ | Branch | API Platform Version | Symfony Version | PHP Version |
8
+ | ----------------------------| ----------------------| -----------------| -------------|
9
+ | [ v2-security] [ v2-security ] | ` ^2.7 ` | ` ^5.4 ` | ` ^8.0 ` |
10
+ | [ v2] [ v2 ] | ` ^2.7 ` | ` ^5.4 ` | ` ^8.0 ` |
10
11
11
12
12
13
## Projects
14
+
15
+ <details ><summary >Sample application using API Platform V2 Security</summary >
16
+ <p >
17
+
18
+ <img
19
+ src="url"
20
+ alt="Symfony API Platform Project With Security"
21
+ width="50%"
22
+ />
23
+
24
+ ** Code:** https://github.com/habibun/symfony-api-platform/tree/v2-security
25
+ ** Resources:**
26
+ - [ API Platform Part 2: Security] ( https://symfonycasts.com/screencast/api-platform2-security )
27
+ <br />
28
+
29
+
30
+ #### Installation
31
+ ``` bash
32
+ git clone git@github.com:habibun/symfony-api-platform.git
33
+ cd symfony-api-platform
34
+ git checkout v2
35
+ symfony composer install
36
+ yarn install
37
+ symfony server:start
38
+ ```
39
+
40
+ </p >
41
+ </details >
42
+
13
43
<details ><summary >Sample application using API Platform V2</summary >
14
44
<p >
15
45
@@ -62,3 +92,6 @@ Distributed under the MIT License. See **[LICENSE][license]** for more informati
62
92
63
93
[ v2 ] : https://github.com/habibun/symfony-api-platform/tree/v2
64
94
[ v2_tt ] : https://github.com/habibun/symfony-api-platform/tree/v2 " Sample application using API Platform V2 "
95
+
96
+ [ v2-security ] : https://github.com/habibun/symfony-api-platform/tree/v2-security
97
+ [ v2-security_tt ] : https://github.com/habibun/symfony-api-platform/tree/v2-security " Sample application using API Platform V2 Securiity "
You can’t perform that action at this time.
0 commit comments