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
Original file line number
Diff line number
Diff line change
@@ -18,12 +18,12 @@ You can install the package via composer:
18
18
composer require spargon/laravel-auth-logger
19
19
```
20
20
21
-
After installing the Laravel-Auth-Logger package, you need run the install command which will take take of everything you need to get started. Type the following artisan command in your console:
21
+
After installing the **Laravel-Auth-Logger** package, you need run the install command which will take care of everything you need to get started. Type the following artisan command in your console:
22
22
23
23
```bash
24
24
php artisan auth-logger:install
25
25
```
26
-
This will publish the `auth-logger.php`config file, publish the migration files and ask you for permission to run said migrations.
26
+
This will publish the `config/auth-logger.php` file, publish the necessary migration files and ask you for permission to run said migrations.
0 commit comments