Skip to content

Commit 246bea8

Browse files
Add missing step when installing Fortify
When installing Fortify is required to add providers in config. This is done in automatic only when installing Jetstream.
1 parent c17fc4e commit 246bea8

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)