Skip to content

Commit bc953f4

Browse files
authored
Merge pull request #412 from maxdestors/patch-1
Missing laravel-email-database-log publish
2 parents 46c79d1 + fe5b82d commit bc953f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ Laravel 8 with user authentication, registration with email confirmation, social
115115
7. From the projects root folder run:
116116
```
117117
php artisan vendor:publish --tag=laravelroles &&
118-
php artisan vendor:publish --tag=laravel2step
118+
php artisan vendor:publish --tag=laravel2step &&
119+
php artisan vendor:publish --tag=laravel-email-database-log-migration
119120
```
120121
7. From the projects root folder run `sudo chmod -R 755 ../laravel-auth`
121122
8. From the projects root folder run `php artisan key:generate`

0 commit comments

Comments
 (0)