diff --git a/README.md b/README.md index 6e80ffa..3f52a44 100644 --- a/README.md +++ b/README.md @@ -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 github@maximus.agency. - #### 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 = [