You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,5 +49,8 @@ Role must match one of the roles defined in the configuration. The default role
49
49
### How do I localize the validation messages?
50
50
You could use the package [arcanedev/laravel-lang](https://github.com/ARCANEDEV/LaravelLang), just run `composer require arcanedev/laravel-lang`.
51
51
52
+
### With Laravel 7 I get an AuthenticatesUsers Trait error
53
+
Laravel 7 doesn't include some Authentication Scaffolding anymore by default. Include the laravel/ui package into your project with `composer require laravel/ui` to solve this.
54
+
52
55
## License
53
56
Admin is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
0 commit comments