Support the ongoing development of Laravel.io →
Configuration Requests Laravel

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?

see https://github.com/laravel/framework/issues/30375

Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

rimace rimace Joined 8 Jun 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.