Skip to content

Commit 8c5882c

Browse files
committed
edits
1 parent 9c15cd0 commit 8c5882c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/user-authentication.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,12 @@ then publish and run its migration files:
126126
php artisan vendor:publish --provider="Laravel\Sanctum\SanctumServiceProvider"
127127
php artisan migrate
128128

129+
.. tip::
130+
131+
To learn more about installing and configuring Laravel Sanctum, see the
132+
`Installation <https://laravel.com/docs/{+laravel-docs-version+}/sanctum#installation>`__
133+
section of the Laravel Sanctum guide.
134+
129135
To use Laravel Sanctum with {+odm-short+}, you must modify the ``PersonalAccessToken``
130136
model provided by Sanctum.
131137

@@ -143,7 +149,7 @@ After modifying the ``PersonalAccessToken`` model, instruct Sanctum to use the c
143149
model by calling the ``usePersonalAccessTokenModel()`` method in one of your application's
144150
service providers. To learn more, see the `Overriding Default Models
145151
<https://laravel.com/docs/{+laravel-docs-version+}/sanctum#overriding-default-models>`__
146-
section of the Sanctum documentation.
152+
section of the Laravel Sanctum guide.
147153

148154
.. _laravel-user-auth-reminders:
149155

0 commit comments

Comments
 (0)