#Day3 of Laravel
Q. What is "::" Operator ?A. Its static method access operator. To access static methods we use "::" operator before the class name. Example Route::get()
Q. Why do we use static members and methods ?A. So that we don't have to instantiate an object o...
mayank1728.hashnode.dev2 min read