Skip to content

Unable to view route listing via Artisan #78

@skrolikowski

Description

@skrolikowski

What is the issue?

Running art route:list from Homestead outputs an error (see below).

What are the steps to reproduce this issue?

  1. SSH into Homestead and navigate to the v6 site folder.
  2. Run art route:list

What were you expecting to happen?

Index of all active routes should appear in table format.

Any logs, error output, etc?

➜  fusioncms-v6 git:(...) ✗ art route:list

In Container.php line 806:
  Target class [App\Http\Controllers\Web\Auth\ConfirmPasswordController] does not exist.

In Container.php line 804:
  Class App\Http\Controllers\Web\Auth\ConfirmPasswordController does not exist

Any other comments?

To remediate, remove confirmation route(s):

Auth::routes([
    ...
    'confirm' => false
]);

With limited research it appears that the password.confirm route requires the requested middleware, which doesn't exist anywhere in the project or vendor folder. Eventually we'll want to include password reset/confirmation functionality, so the work-around should only be used for your local usage.

What versions of software are you using?

Browser: Chrome 77
FusionCMS: v6

Metadata

Metadata

Assignees

Labels

BugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions