app_dev's avatar

Is there a user system package ?

I am looking for a user package that I can customize for Laravel. I am using version 5.8. I am developing an e-commerce website. Can I find a package suitable for the MVC architecture?

0 likes
4 replies
topvillas's avatar

What do you need that the built in auth system doesn't provide?

martinbean's avatar

@app_dev What do you mean by “user package”? A package to do what with users exactly?

app_dev's avatar

@martinbean The algorithm starts as follows; Identifies users who are not logged in. It follows. If signed in, it becomes a verified user. I want to record all your moves.

martinbean's avatar

If signed in, it becomes a verified user

@app_dev That makes no sense. What becomes a verified user? You don’t know the user until they log in.

I want to record all your moves.

Then use something that does this, like Google Analytics or Mixpanel. And be sure to include in your application’s privacy policy that you’re surveilling users.

Please or to participate in this conversation.