-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,8 +10,6 @@ | |
|
||
## Installation | ||
|
||
Please keep in mind this is not a 'one-size-fits-all' installation that just handles everything for you. You could have Laravel Nova installed or any number of custom modifications to your user table - you will have to make minor adjustments to the 'AuthController' in the vendor files to fit your installation. Please do not log issues with questions, you can email me on [email protected]. | ||
|
||
#### Via Composer Require | ||
|
||
You may install by running the `composer require` command in your terminal: | ||
|
@@ -50,7 +48,7 @@ class LoginController extends Controller { | |
use RegistersUsers, AuthenticatesUsers, ValidatesRequests; | ||
``` | ||
|
||
### Add fillable Firebase fields to your user model `App/User.php` | ||
#### Add fillable Firebase fields to your user model `App/User.php` | ||
|
||
``` | ||
$fillable = [ | ||
|