Securing Laravel
  • Home
  • In Depth Articles
  • Security Tips
  • Archives
  • About
  • Laravel Security Audits & Pentests
  • Practical Laravel Security Course
Sign in Subscribe
Newsletter

Oops, broken link...

The teams discount link was broken

Stephen Rees-Carter

Stephen Rees-Carter

26 Nov 2021

This post is for subscribers only

Subscribe now

Already have an account? Sign in

Read more

Security Tip: Validate Config at Boot

Security Tip: Validate Config at Boot

[Tip #126] Rather than checking for essential config when it's used, throw the checks in your Service Provider - you'll know about configuration failures before your users get a weird error.

By Stephen Rees-Carter 02 Mar 2026
In Depth: Email Verification Isn't as Simple as You Think

In Depth: Email Verification Isn't as Simple as You Think

[In Depth #38] You can't trust an email address you haven't verified, so why are you storing them in your database?

lock-1 By Stephen Rees-Carter 22 Feb 2026
Security Tip: Consider All Routes, Not Just Web!

Security Tip: Consider All Routes, Not Just Web!

[Tip #125] routes/web.php is boring and reliable, and routes/api.php is fancy, but have you forgotten one?

By Stephen Rees-Carter 14 Feb 2026
Security Tip: Update your packages! (Yes, this again!)

Security Tip: Update your packages! (Yes, this again!)

[Tip #124] I know I say this all the time (especially on stage!), but apparently not everyone heard me, so here we go again...

By Stephen Rees-Carter 04 Feb 2026
Securing Laravel
  • Subscribe
  • In Depth Articles
  • Security Tips
  • Archives
  • Stephen's Socials
Powered by Ghost

Securing Laravel

The essential security resource for Laravel developers.