I am new in laravel. Everytime I am writing code in different classes of laravel I can see there is a keyword Illuminate. I cannot understand what is the use of it.
Illuminate is the namespace laravel choose to put their code in. The word Illuminate means to light-up something. By using laravel you are illuminating PHP developement experience in their terms, hence the name.
Thats it; just a namespace.