You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Route::get('500', function () {
// Force debug mode for this endpoint in the demo environmentif (App::environment('demo')) {
Config::set('app.debug', true);
}
echo$fail;
});
The text was updated successfully, but these errors were encountered:
Route::get('500', function () {
// Force debug mode for this endpoint in the demo environment
if (App::environment('demo')) {
Config::set('app.debug', true);
}
echo $fail;
});
There's an error in Error 500 page
Link
Undefined variable: fail
Code:
The text was updated successfully, but these errors were encountered: