File tree 1 file changed +1
-22
lines changed
1 file changed +1
-22
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ It will not work with non-taggable drivers:
43
43
44
44
## Requirements
45
45
- PHP 7.3+
46
- - Laravel 7 .0+
46
+ - Laravel 8 .0+
47
47
``` diff
48
48
- Please note that prior Laravel versions are not supported and the package
49
49
- versions that are compatible with prior versions of Laravel contain bugs.
@@ -64,27 +64,6 @@ The following are packages we have identified as conflicting:
64
64
- [dwightwatson/rememberable](https://github.com/dwightwatson/rememberable)
65
65
- [kalnoy/nestedset](https://github.com/lazychaser/laravel-nestedset)
66
66
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
-
88
67
# ## Things That Don't Work Currently
89
68
The following items currently do no work with this package:
90
69
```diff
You can’t perform that action at this time.
0 commit comments