Skip to content

Commit 8f940c8

Browse files
authored
Update README.md
1 parent 75d14b0 commit 8f940c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,8 @@ Role must match one of the roles defined in the configuration. The default role
4949
### How do I localize the validation messages?
5050
You could use the package [arcanedev/laravel-lang](https://github.com/ARCANEDEV/LaravelLang), just run `composer require arcanedev/laravel-lang`.
5151

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+
5255
## License
5356
Admin is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

0 commit comments

Comments
 (0)