UPDATE: when trying to make
$users = User::with('prop')->remember(10)->get();
I also get an error:
Class cache does not exist
and when trying to create cache instance by
$c = new Cache;
I get
Call to undefined method Illuminate\Support\Facades\Cache::driver()
I would appreciate any help.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community