Skip to content

Commit caa431c

Browse files
Merge pull request #19 from shahghasiadil/12.x
12.x support
2 parents e02e959 + e030ef2 commit caa431c

File tree

3 files changed

+696
-567
lines changed

3 files changed

+696
-567
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,15 @@ Before you begin, ensure you have met the following requirements:
4545

4646
- PHP [8.2, 8.3, 8.4]
4747
- Composer
48-
- Laravel ^11.0
48+
- Laravel [11, 12]
4949
- Any other server requirements or dependencies needed to run Laravel.
5050

5151
Here are the steps to get your development environment running:
5252

53+
1. Create Project directly via composer:
54+
```bash
55+
composer create-project shahghasiadil/laravel-clean-architecture-ddd-cqrs
56+
```
5357
1. Clone the repository:
5458
```bash
5559
git clone https://github.com/shahghasiadil/laravel-clean-architecture-ddd-cqrs.git

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"license": "MIT",
1414
"require": {
1515
"php": "^8.2",
16-
"laravel/framework": "^11.0",
16+
"laravel/framework": "^12.0",
1717
"laravel/sanctum": "^4.0",
1818
"laravel/tinker": "^2.9",
19-
"spatie/laravel-data": "^4.6"
19+
"spatie/laravel-data": "^4.13"
2020
},
2121
"require-dev": {
2222
"fakerphp/faker": "^1.23",
@@ -25,7 +25,7 @@
2525
"laravel/sail": "^1.26",
2626
"mockery/mockery": "^1.6",
2727
"nunomaduro/collision": "^8.0",
28-
"pestphp/pest": "^2.34",
28+
"pestphp/pest": "^3.7",
2929
"rector/rector": "*",
3030
"spatie/laravel-ignition": "^2.4"
3131
},

0 commit comments

Comments
 (0)