Yoda

Results 3 comments of Yoda

simple cache in larvel ``` $data = cache()->remember('dataCache',now->addDay(),function(){ return User::all(); }) ```

Cool @wikigods but why images ? not a plain text ? :D