Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrits authored Feb 14, 2019
1 parent 1a03f5b commit d45149d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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 = [
Expand Down

0 comments on commit d45149d

Please sign in to comment.