Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit 3b7cbb9

Browse files
authored
Added Laravel 6
Closes #839
1 parent 8e52b43 commit 3b7cbb9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/auth/installation.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Installation
22

3+
> **Note**: If you're using Laravel 6, you must publish Laravel's auth
4+
> scaffolding by running the following commands before continuing on:
5+
>
6+
> ```bash
7+
> composer require laravel/ui --dev
8+
>
9+
> php artisan ui vue --auth
10+
> ```
11+
312
To start configuring the authentication driver, you will need
413
to publish the configuration file using the command below:
514

0 commit comments

Comments
 (0)