Action Facade\Ignition\Http\Controllers\ShareReportController not defined
This exception is thrown on a clean Laravel installation using this route method inside a controller:
public function test()
{
$result = 123 / 0;
dd($result);
}
How can Laravel be configured in a way that is throws the real error?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community