dcblogdev / laravel-microsoft-graph

Laravel package for Microsoft Graph API (Microsoft365)
https://dcblog.dev/docs/laravel-microsoft-graph
Other
120 stars 51 forks source link

Add ability to override the User model #61

Closed antoniopaisfernandes closed 1 year ago

antoniopaisfernandes commented 1 year ago

Hi,

This feature adds the ability to override the User model.

The use case is when using an application with Ldap and wanting to use the standard \App\Models\User (https://github.com/DirectoryTree/LdapRecord-Docs/blob/1822ad37754776dcc9566f209b37a56d0cafc23b/laravel/v3/auth/database/configuration.md).

Thank you so much

dcblogdev commented 1 year ago

thanks!