DEV Community

Alex
Alex

Posted on

How could I make a secure site?

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!

Top comments (2)

Collapse
 
javierpomachagua profile image
Javier Pomachagua

You can use a framework that handle all these stuff like Laravel (Auth, Middleware, CSRF Tokens, etc).

Collapse
 
alex002i profile image
Alex

Thanks, I will take a look.