Hi guys, I want to create a site, my first one. I already have some experience with this, but I've never had a public one. I want a basic site, with a login/up system and some basic lessons from some school subjects. I want to know how can I can make it safe to use, keep your data in and make some payments. I basically want an example of this kind of stuff, where can I find a tutorial or some simple examples that will make me develop it in a safe way. Thanks :D!
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (2)
You can use a framework that handle all these stuff like Laravel (Auth, Middleware, CSRF Tokens, etc).
Thanks, I will take a look.