Jonathan Thuau
Jonathan Thuau
Github : - Removed the scope 'user:email'. The scope 'user' includes 'user:email' and 'user:follow' - Added part to retrieve email Added 'status' to $fillable Replaced 'Oauth2Exception' by 'Exception'. Oauth2Exception doesn't...
Hi. Have you planned to add a method to filter users by role ? e.g. : User::role('admin')->get() or User::role('guest')->get()
Hi Do you plan to support Markdown variants like Github Flavored Markdown OR Stack Overflow Markdown ?
Hi. Have you planned to add a method for creating a user if he doesn't exist ? Cordially.