I am currently learning laravel framework and most of the time it's using namespace, and to further my understanding about namespace I read articles and php documentation about it but none of those discuss or maybe I'm missing the concept as shown below.
Illuminate\Contracts\Http\Kernel::class
I don't understand much about ::class
What is it for?
Can anyone explain it to me?