We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3cd0bb commit a84c96fCopy full SHA for a84c96f
CHANGELOG.md
@@ -1,5 +1,8 @@
1
#Changelog
2
3
+## v1.4.0
4
+* Add install the package via command 'php artisan query-helper:install'
5
+
6
## v1.3.1
7
* Fix multi fast join
8
* Improve code explanations
README.md
@@ -12,7 +12,6 @@ The first step is using composer to install the package and automatically update
12
```shell
13
composer require kmlaravel/laravel-query-helper
14
```
15
-- #### Laravel uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.
16
##### 2 - Copy the package providers to your local config with the publish command, this will publish the config:
17
18
php artisan query-helper:install
0 commit comments