laravel-crm icon indicating copy to clipboard operation
laravel-crm copied to clipboard

This package only works if you are using App\User

Open inmanturbo opened this issue 3 years ago • 2 comments

  • Laravel CRM Version: any
  • PHP Version: 7.4 | 8.0

Description:

This package only works if you are using App\User for auth

Steps To Reproduce:

create a user model anywhere other than App\User. Attempt to use package.

inmanturbo avatar Jul 12 '21 20:07 inmanturbo

Yes that is correct at the moment, in this pre-release stage :) We can work towards support for alternatives.

andrewdrake avatar Jul 12 '21 23:07 andrewdrake

@inmanturbo do you have an example for me where you gave User model in another location? Current the package will support App\User and App\Models\User.

andrewdrake avatar Jan 19 '23 06:01 andrewdrake