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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ Role must match one of the roles defined in the configuration. The default role
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
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.
53
+
Laravel 7 doesn't include the authentication scaffolding anymore by default. Install the laravel/ui package into your project with `composer require laravel/ui` to solve this.
54
54
55
55
## License
56
56
Admin is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
0 commit comments