Skip to content

Commit

Permalink
Merge pull request laravel#60 from ali-alharthi/1.x
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
taylorotwell authored Sep 18, 2020
2 parents 874afac + 66c652a commit a4afc79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ composer require laravel/fortify
Next, publish Fortify's resources:

```bash
php artisan vendor:publish --provider="Laravel\\Fortify\\FortifyServiceProvider"
php artisan vendor:publish --provider="Laravel\Fortify\FortifyServiceProvider"
```

This command will publish Fortify's actions to your `app/Actions` directory. This directory will be created if it does not exist. In addition, Fortify's configuration file and migrations will be published.
Expand Down

0 comments on commit a4afc79

Please sign in to comment.