Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

dev.khosromanesh's avatar

how much laravel is secure ?

it seems its silly question but i want to know how much laravel is secure ?

0 likes
5 replies
JussiMannisto's avatar

Your app is secure if your code makes it secure. It's the same no matter which framework you use.

Snapey's avatar

very secure. However, your code might not be

JussiMannisto's avatar

@dev.khosromanesh You asked about coding, but I'll add server configuration and deployment. You'll see bots constantly scanning certain paths, hoping to find misconfigured apps that expose sensitive files.

Please or to participate in this conversation.