Laravel - Controllers
Given this controller method in Laravel:
What will be the output when this method is called by a route?
public function greet() { return 'Hello, Laravel!'; }What will be the output when this method is called by a route?
