We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a59d8da commit e030ef2Copy full SHA for e030ef2
README.md
@@ -45,11 +45,15 @@ Before you begin, ensure you have met the following requirements:
45
46
- PHP [8.2, 8.3, 8.4]
47
- Composer
48
-- Laravel ^11.0
+- Laravel [11, 12]
49
- Any other server requirements or dependencies needed to run Laravel.
50
51
Here are the steps to get your development environment running:
52
53
+1. Create Project directly via composer:
54
+ ```bash
55
+ composer create-project shahghasiadil/laravel-clean-architecture-ddd-cqrs
56
+ ```
57
1. Clone the repository:
58
```bash
59
git clone https://github.com/shahghasiadil/laravel-clean-architecture-ddd-cqrs.git
0 commit comments