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

Route [login] not defined. #11

Closed
mansourcodes opened this issue Dec 19, 2020 · 1 comment
Closed

Route [login] not defined. #11

mansourcodes opened this issue Dec 19, 2020 · 1 comment

Comments

@mansourcodes
Copy link

after clicking the side menu item of "File Manager"
this error shown: Route [login] not defined.

more details: https://flareapp.io/share/Bm01xkDP#F42

What I did

after following the Installation steps
the "File Manager" page was giving 404 error

I changed the config/elfinder.php

from

'route' => [
  'prefix' => 'elfinder',
  'middleware' => array('web', 'auth'), //Set to null to disable middleware filter
],

to

'route' => [
    'prefix' => config('backpack.base.route_prefix', '/admin') . '/elfinder',
    'middleware' => array('web', 'auth'), //Set to null to disable middleware filter
],

It finds the page but, Now it gives me the error: Route [login] not defined.
all details: https://flareapp.io/share/Bm01xkDP#F42

Laravel 8, PHP 8

installing only:

"backpack/crud": "4.1.*",
"backpack/filemanager": "^1.1",
"backpack/menucrud": "^2.0",
"backpack/newscrud": "^4.0",
"backpack/pagemanager": "^3.0",
"backpack/permissionmanager": "^6.0",
"backpack/settings": "^3.0",
"barryvdh/laravel-elfinder": "^0.4.7",
@mansourcodes
Copy link
Author

Solved by installing laravel\ui

added #12 my recommendation to README.md

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