Skip to content

Commit 4122cc2

Browse files
committed
code edit, change depth
1 parent 3ef2184 commit 4122cc2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/user-authentication.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ User Authentication
1414
.. contents:: On this page
1515
:local:
1616
:backlinks: none
17-
:depth: 1
17+
:depth: 2
1818
:class: singlecol
1919

2020
Overview
@@ -120,7 +120,7 @@ uses Laravel's cookie-based authentication services.
120120
Run the following commands from your project root to install Laravel Sanctum,
121121
then publish and run its migration files:
122122

123-
.. code-block:: php
123+
.. code-block:: bash
124124

125125
composer require laravel/sanctum
126126
php artisan vendor:publish --provider="Laravel\Sanctum\SanctumServiceProvider"
@@ -130,8 +130,8 @@ then publish and run its migration files:
130130

131131
To learn more about installing and configuring Laravel Sanctum, see the
132132
`Installation <https://laravel.com/docs/{+laravel-docs-version+}/sanctum#installation>`__
133-
section of the Laravel Sanctum guide.
134-
133+
section of the Laravel Sanctum guide.
134+
135135
To use Laravel Sanctum with {+odm-short+}, you must modify the ``PersonalAccessToken``
136136
model provided by Sanctum.
137137

0 commit comments

Comments
 (0)