Skip to content

Commit ce98454

Browse files
authored
Update README.md
1 parent f790e9c commit ce98454

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

README.md

+1-22
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ It will not work with non-taggable drivers:
4343

4444
## Requirements
4545
- PHP 7.3+
46-
- Laravel 7.0+
46+
- Laravel 8.0+
4747
```diff
4848
- Please note that prior Laravel versions are not supported and the package
4949
- versions that are compatible with prior versions of Laravel contain bugs.
@@ -64,27 +64,6 @@ The following are packages we have identified as conflicting:
6464
- [dwightwatson/rememberable](https://github.com/dwightwatson/rememberable)
6565
- [kalnoy/nestedset](https://github.com/lazychaser/laravel-nestedset)
6666

67-
#### Override
68-
It may be possible to insert the custom querybuilder of the conflicting package
69-
into this package by adding the following to your AppServiceProvider, in this
70-
example we are implementing the NestedSet QueryBuilder:
71-
```php
72-
//...
73-
use GeneaLabs\LaravelModelCaching\ModelCaching;
74-
use Kalnoy\Nestedset\QueryBuilder;
75-
76-
class AppServiceProvider extends ServiceProvider
77-
{
78-
public function boot()
79-
{
80-
ModelCaching::useBuilder(QueryBuilder::class);
81-
//...
82-
}
83-
84-
//...
85-
}
86-
```
87-
8867
### Things That Don't Work Currently
8968
The following items currently do no work with this package:
9069
```diff

0 commit comments

Comments
 (0)