Currently I have ventured into framework laravel
and in some cases I came across a command in the header of my files just below namespace
called illuminate
.
For example:
use Illuminate\Database\Eloquent\Model;
I'd like to know exactly how illuminate
works? What is it for? How should I use it?
Thanks in advance for your support.