In the Laravel concept series, we will learn about the techniques that are considered the core of the Laravel framework: Service Containers, Service Providers, Facades, etc. Concepts and benefits Overview If you have experience with Laravel, you have likely come across the following code: Cache::set(‘access_token’, \Illuminate\Support\Facades\Request::get(‘token’)); Please pay attention to the “Cache::set(), Request::get(), DB::table(), Http::get()”
... <strong>Tech Blog: [Laravel Concept] Decoding the Facade</strong>