Skip to content
New issue

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

Пропущен обязательный параметр #1

Open
K0r5hun opened this issue Jul 22, 2018 · 0 comments
Open

Пропущен обязательный параметр #1

K0r5hun opened this issue Jul 22, 2018 · 0 comments

Comments

@K0r5hun
Copy link

K0r5hun commented Jul 22, 2018

При формировании хлебных крошек пропущен обязательный параметр, из-за которого при переходе по ссылке восстановления пароля пользователь видит ошибку ErrorException (E_ERROR).

Missing required parameters for [Route: password.reset] [URI: password/reset/{token}]. (View: /var/www/resources/views/layouts/app.blade.php) (View: /var/www/resources/views/layouts/app.blade.php)

/routes/breadcrumbs.php

Breadcrumbs::register('password.reset', function (Crumbs $crumbs) {
    $crumbs->parent('password.request');
    //$crumbs->push('Change',''); //work
    $crumbs->push('Change',route('password.reset')); //missed token 
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant