Skip to content

Commit 0dbf59e

Browse files
committed
fixed package path in documentation
1 parent 34098be commit 0dbf59e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ you can add/customize your request format, and you add new operators or overwrit
88
### Installation
99
You can install the package via composer:
1010
```
11-
composer required AsemAlalami/Laravel-Advanced-Filter
11+
composer require asemalalami/laravel-advanced-filter
1212
```
1313

1414
The package will automatically register its service provider.

src/AdvancedFilterServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public function boot()
1717
{
1818
$this->publishes([
1919
__DIR__ . '/../config/advanced_filter.php' => config_path('advanced_filter.php'),
20-
]);
20+
], 'config');
2121
}
2222

2323
/**

0 commit comments

Comments
 (0)