File tree 3 files changed +7
-12
lines changed
3 files changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ This package is to displaying the model data in a Detail table.
14
14
![ Detail view appearance] ( https://github.com/itstructure/laravel-detail-view/blob/main/laravel_detail_view_appearance_en.png )
15
15
16
16
## Requirements
17
- - laravel 5.5+ | 6+ | 7+ | 8+ | 9+ | 10+
17
+ - laravel 5.5+ | 6+ | 7+ | 8+ | 9+ | 10+ | 11+
18
18
- php >= 7.1
19
19
- composer
20
20
@@ -24,7 +24,7 @@ This package is to displaying the model data in a Detail table.
24
24
25
25
Run the composer command:
26
26
27
- ` composer require itstructure/laravel-detail-view "~1.0.4 " `
27
+ ` composer require itstructure/laravel-detail-view "~1.0.5 " `
28
28
29
29
### If you are testing this package from a local server directory
30
30
@@ -50,14 +50,6 @@ Then run command:
50
50
51
51
` composer require itstructure/laravel-detail-view:dev-main --prefer-source `
52
52
53
- ### Registration
54
-
55
- Register service provider in ** config/app.php**
56
-
57
- ``` php
58
- Itstructure\DetailView\DetailViewServiceProvider::class,
59
- ```
60
-
61
53
### Publish files (Not necessary)
62
54
63
55
- To publish views run command:
@@ -303,6 +295,6 @@ $detailData = [
303
295
304
296
## License
305
297
306
- Copyright © 2021-
2023 Andrey Girnik
[email protected] .
298
+ Copyright © 2021-
2024 Andrey Girnik
[email protected] .
307
299
308
300
Licensed under the [ MIT license] ( http://opensource.org/licenses/MIT ) . See LICENSE.txt for details.
Original file line number Diff line number Diff line change 1
1
### CHANGE LOG:
2
2
3
+ ** 1.0.5 March 27, 2024:**
4
+ - Add support for Laravel 11.
5
+
3
6
** 1.0.4 February 25, 2023:**
4
7
- Add support for Laravel 10.
5
8
Original file line number Diff line number Diff line change 14
14
],
15
15
"require" : {
16
16
"php" : " >=7.1.0" ,
17
- "laravel/framework" : " ~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0"
17
+ "laravel/framework" : " ~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0 "
18
18
},
19
19
"autoload" : {
20
20
"psr-4" : {
You can’t perform that action at this time.
0 commit comments