Laravel - Controllers
Given this controller method:
What will be the output when the route calls this method?
public function index() { return 'Welcome'; }What will be the output when the route calls this method?
