Skip to content

Commit 25b696e

Browse files
committed
Add laravel 12 support
1 parent 32c2a95 commit 25b696e

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This package is to upload different media files to Local or remote Amazon S3 sto
1414
![MFU logotip](https://github.com/itstructure/laravel-media-file-uploader/blob/main/mfu_logotip.png)
1515

1616
## 2 Requirements
17-
- laravel 6+ | 7+ | 8+ | 9+ | 10+ | 11+
17+
- laravel 6+ | 7+ | 8+ | 9+ | 10+ | 11+ | 12+
1818
- Bootstrap 4 for styling
1919
- JQuery
2020
- php >= 7.2.5
@@ -29,7 +29,7 @@ This package is to upload different media files to Local or remote Amazon S3 sto
2929

3030
Run the composer command:
3131

32-
`composer require itstructure/laravel-media-file-uploader "^1.0.3"`
32+
`composer require itstructure/laravel-media-file-uploader "^1.0.4"`
3333

3434
#### If you are testing this package from a local server directory
3535

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
### CHANGE LOG:
22

3+
**1.0.4 February 26, 2025:**
4+
- Add Laravel 12 support.
5+
36
**1.0.3 July 15, 2024:**
47
- Fix README.
58

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
],
1515
"require": {
1616
"php": ">=7.2.5",
17-
"laravel/framework": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
18-
"itstructure/laravel-grid-view": "^1.1.3"
17+
"laravel/framework": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
18+
"itstructure/laravel-grid-view": "^1.1.6"
1919
},
2020
"autoload": {
2121
"psr-4": {

0 commit comments

Comments
 (0)