File tree Expand file tree Collapse file tree 1 file changed +1
-22
lines changed Expand file tree Collapse file tree 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:
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
8968The following items currently do no work with this package:
9069```diff
You can’t perform that action at this time.
0 commit comments