File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ This package is to upload different media files to Local or remote Amazon S3 sto
14
14
![ MFU logotip] ( https://github.com/itstructure/laravel-media-file-uploader/blob/main/mfu_logotip.png )
15
15
16
16
## 2 Requirements
17
- - laravel 6+ | 7+ | 8+ | 9+ | 10+ | 11+
17
+ - laravel 6+ | 7+ | 8+ | 9+ | 10+ | 11+ | 12+
18
18
- Bootstrap 4 for styling
19
19
- JQuery
20
20
- php >= 7.2.5
@@ -29,7 +29,7 @@ This package is to upload different media files to Local or remote Amazon S3 sto
29
29
30
30
Run the composer command:
31
31
32
- ` composer require itstructure/laravel-media-file-uploader "^1.0.3 " `
32
+ ` composer require itstructure/laravel-media-file-uploader "^1.0.4 " `
33
33
34
34
#### If you are testing this package from a local server directory
35
35
Original file line number Diff line number Diff line change 1
1
### CHANGE LOG:
2
2
3
+ ** 1.0.4 February 26, 2025:**
4
+ - Add Laravel 12 support.
5
+
3
6
** 1.0.3 July 15, 2024:**
4
7
- Fix README.
5
8
Original file line number Diff line number Diff line change 14
14
],
15
15
"require" : {
16
16
"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 "
19
19
},
20
20
"autoload" : {
21
21
"psr-4" : {
You can’t perform that action at this time.
0 commit comments