Laravel Facades: Access a facade
Access a facade
Use Illuminate\Support\Facades\Cache;
Route::get('/cache', function () {
return Cache::get('key');
}); Use Illuminate\Support\Facades\Cache;
Route::get('/cache', function () {
return Cache::get('key');
});
Clickable & Draggable!