venturedrake / laravel-crm

Open Source Laravel CRM Package
https://laravelcrm.com
MIT License
276 stars 104 forks source link

This package only works if you are using App\User #27

Open inmanturbo opened 3 years ago

inmanturbo commented 3 years ago

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.

andrewdrake commented 3 years ago

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

andrewdrake commented 1 year ago

@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.