Skip to content

Commit a2f4ac2

Browse files
committed
docs: update readme
1 parent 9bd5734 commit a2f4ac2

File tree

1 file changed

+36
-3
lines changed

1 file changed

+36
-3
lines changed

README.md

Lines changed: 36 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,42 @@
44
Please check the [projects](#projects) section for more details.
55

66
## 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` |
1011

1112

1213
## 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+
1343
<details><summary>Sample application using API Platform V2</summary>
1444
<p>
1545

@@ -62,3 +92,6 @@ Distributed under the MIT License. See **[LICENSE][license]** for more informati
6292

6393
[v2]: https://github.com/habibun/symfony-api-platform/tree/v2
6494
[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"

0 commit comments

Comments
 (0)