'eloquent', /* |-------------------------------------------------------------------------- | Authentication Model |-------------------------------------------------------------------------- | | When using the "eloquent" authentication driver, you may specify the | model that should be considered the "User" model. This model will | be used to authenticate and load the users of your application. | */ 'model' => 'User', /* |-------------------------------------------------------------------------- | Authentication Table |-------------------------------------------------------------------------- | | When using the "fluent" authentication driver, the database table used | to load users may be specified here. This table will be used in by | the fluent query builder to authenticate and load your users. | */ 'table' => 'users', );