jeremykenedy / laravel-users

A Users Management Package that includes all necessary routes, views, models, and controllers for a user management dashboard and associated pages for managing Laravels built in user scaffolding. Built for Laravel 5.2, 5.3, 5.4, 5.5, 5.6, 5.7, 5.8, 6.0, 7.0 and 8.0.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not installing fully

GazEdBro opened this issue · comments

I have just started a new Laravel project and want to use laravel-users for user management. However on an install (PHP 7.1, Laravel 5.7 and the current version of this code) both I and a colleague, separately, are getting the error "Route [login] not defined." when browsing to /users. Looking at the result of the install it seems that neither providers nor aliases have been updated, and the migrations did not seem to run, despite package discovery locating correctly and no faults displayed in the console. Any ideas would be appreciated, thank you.

Are you using laravel standard authentication? That’s what’s missing. That is part of the core of laravel not this package.

That was it, thank you very much!

I ran into the same issue. It may be helpful to place the solution in the README... for those who are new to Laravel like me. 😊