File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ Devflow is a headless, domain-driven content management framework created specif
32
32
- Serializer - supports serializing and deserialization of data
33
33
- CQRS & Event Sourcing
34
34
- Custom Content Types
35
- - Ability to customize admin dashboard
36
35
- Provides a simple hook and event system without affecting core code
36
+ - Ability to customize admin dashboard using hooks
37
37
- Scheduler for scheduling tasks/jobs
38
38
- Security and sanitizing helpers
39
39
- NIST Level 2 Standard Role-Based Access Control
@@ -43,7 +43,7 @@ Devflow is a headless, domain-driven content management framework created specif
43
43
To create a new project, run the following command:
44
44
45
45
``` bash
46
- composer create-project getdevflow/cmf my-app-name
46
+ composer create-project getdevflow/cmf:1.0.0-rc.2 my-app-name
47
47
```
48
48
49
49
## 🕑 Releases
@@ -78,7 +78,7 @@ rules to follow in order to ease code reviews, and discussions before I accept a
78
78
79
79
## 🔐 Security Vulnerabilities
80
80
81
- If you discover a vulnerability in the code, please email [ joshua@joshuaparker.dev ] ( mailto:joshua@joshuaparker.dev ) .
81
+ If you discover a vulnerability in the code, please email [ joshua@nomadicjosh.com ] ( mailto:joshua@nomadicjosh.com ) .
82
82
83
83
## 📄 License
84
84
You can’t perform that action at this time.
0 commit comments