Skip to content

Commit a84c96f

Browse files
committed
update release v1.4.0
1 parent c3cd0bb commit a84c96f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

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

3+
## v1.4.0
4+
* Add install the package via command 'php artisan query-helper:install'
5+
36
## v1.3.1
47
* Fix multi fast join
58
* Improve code explanations

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ The first step is using composer to install the package and automatically update
1212
```shell
1313
composer require kmlaravel/laravel-query-helper
1414
```
15-
- #### Laravel uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.
1615
##### 2 - Copy the package providers to your local config with the publish command, this will publish the config:
1716
```shell
1817
php artisan query-helper:install

0 commit comments

Comments
 (0)