Skip to content

Commit b58f1a0

Browse files
authored
Merge pull request #3 from thewebartisan7/patch-2
Add missing step when installing Fortify
2 parents c17fc4e + 246bea8 commit b58f1a0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,16 @@ php artisan vendor:publish --provider="Laravel\\Fortify\\FortifyServiceProvider"
9191
9292
php artisan migrate
9393
```
94+
95+
Add in `config/app.php`:
96+
97+
```
98+
'providers' => [
99+
// ...
100+
App\Providers\FortifyServiceProvider::class,
101+
],
102+
```
103+
94104
4. Run NPM to build your CSS and JS assets using Laravel Mix:
95105
```
96106
npm install && npm run dev

0 commit comments

Comments
 (0)