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

Commit

Permalink
Added Laravel 6
Browse files Browse the repository at this point in the history
Closes #839
  • Loading branch information
stevebauman authored Feb 18, 2020
1 parent 8e52b43 commit 3b7cbb9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/auth/installation.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Installation

> **Note**: If you're using Laravel 6, you must publish Laravel's auth
> scaffolding by running the following commands before continuing on:
>
> ```bash
> composer require laravel/ui --dev
>
> php artisan ui vue --auth
> ```
To start configuring the authentication driver, you will need
to publish the configuration file using the command below:
Expand Down

0 comments on commit 3b7cbb9

Please sign in to comment.