You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Unless you are creating just a blog, most other use are about adding a blog to an existing app.
And in this situation, there is already a User model and duplicating it make things more difficult...
Describe the solution you'd like
I looked at your User table and there is just a few more fields but nothing used intensively...
Closing this because I believe a separation is applicable to a number of situations. While it isn't necessary in all cases, I'd like to keep it as is for the time being. Thanks @dgillier for offering the suggestion though!
Is your feature request related to a problem? Please describe.
Unless you are creating just a blog, most other use are about adding a blog to an existing app.
And in this situation, there is already a User model and duplicating it make things more difficult...
Describe the solution you'd like
I looked at your User table and there is just a few more fields but nothing used intensively...
I suggest to add some metadata to the existing User model by using, for example, a package like https://github.com/99codes/laravel-meta-attributes...
Describe alternatives you've considered
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: