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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ In `config/app.php` section under `aliases` with the following:
102
102
'Html' => Collective\Html\HtmlFacade::class,
103
103
```
104
104
105
-
4. Publish the packages language files by running the following from your projects root folder:
105
+
4. Publish the package config and language files by running the following from your projects root folder:
106
106
107
107
```
108
108
php artisan vendor:publish --tag=laravelusers
@@ -303,7 +303,7 @@ Before opening an issue there are a couple of considerations:
303
303
***Check** to see if the issue you are *reporting is a duplicate* of a previous reported issue.
304
304
***Following these instructions show me that you have tried.**
305
305
* If you have a questions send me an email to jeremykenedy@gmail.com
306
-
* Please be considerate that this is an open source project that I provide to the community for FREE when openeing an issue.
306
+
* Please be considerate that this is an open source project that I provide to the community for FREE when opening an issue.
307
307
308
308
### License
309
309
Laravel-Users | A Laravel Users Management Package is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT). Enjoy!
0 commit comments