File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ This package is to displaying the model data in a Grid table.
26
26
27
27
Run the composer command:
28
28
29
- ` composer require itstructure/laravel-grid-view "~1.1.1 " `
29
+ ` composer require itstructure/laravel-grid-view "~1.1.2 " `
30
30
31
31
### If you are testing this package from a local server directory
32
32
Original file line number Diff line number Diff line change 1
1
### CHANGE LOG:
2
2
3
+ ** 1.1.2 July 14, 2024:**
4
+ - Small fix for describing text in PublishCommand.
5
+
3
6
** 1.1.1 March 20, 2024:**
4
7
- Add support for Laravel 11
5
8
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ class PublishCommand extends Command
19
19
* @var string
20
20
*/
21
21
protected $ signature = 'grid_view:publish ' .
22
- '{--force : Overwrite existing files by default. This option can not be used. } ' .
22
+ '{--force : Overwrite existing files by default.} ' .
23
23
'{--only= : Publish only specific part. Available parts: views, lang. This option can not be used.} ' ;
24
24
25
25
/**
You can’t perform that action at this time.
0 commit comments