Does the controller name support hump to underline?
like this:
url like this:
like this:
Code:
class data extends CommonController {
public function getData() {
return view('get_data');
}
}url like this:
Code:
http://www.test.com/data/get_data