We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi when i used
i received 502 Bad Gateway, and no error registered in log files, how can i resolve this or how can i detect the error
thank you
The text was updated successfully, but these errors were encountered:
Try using breadcrumbs off-route and at the service provider:
Breadcrumbs::for('photo.index', fn (Trail $trail) => $trail->parent('home')->push('Photos', route('photo.index')) );
Sorry, something went wrong.
Breadcrumbs::for('home', function (Trail $trail) { $trail->parent('home')->push('Photos', route('photo.index')); });
No branches or pull requests
Hi
when i used
i received 502 Bad Gateway, and no error registered in log files, how can i resolve this or how can i detect the error
thank you
The text was updated successfully, but these errors were encountered: