Question:Which router indicates the view is loaded via the controller class? 

A Route::get("/","MyController@index"); 

B Route::get("/",function(){ … }); 

C Route::get("/",function(){ return view("index") }); 

D None 

+ Answer
+ Report
Total Preview: 680

Copyright © 2024. Powered by Intellect Software Ltd