Skip to content

Queopius Sentinel

Queopius Sentinel logo

HTTP Security & HTTPS Hardening for Laravel.

Queopius Sentinel helps teams apply production-grade HTTP security with:

  • security headers middleware (HSTS, CSP, Referrer-Policy, and more)
  • HTTPS enforcement middleware
  • optional dashboard for audit and operations
  • CSP reports endpoint + storage
  • audit/scan/prune Artisan commands
  • publishable views for customization

Why use Sentinel

  • Safe rollout path: start with report-only CSP, then enforce.
  • Works in monorepo local development and reusable package mode.
  • Clear DX: install command, config presets, dashboard visibility.
  • Built for Laravel 11, 12, and 13 workflows.

Read this first

  1. Quickstart
  2. Installation
  3. Configuration
  4. Access Control

Core commands

php artisan sentinel:install --with-views
php artisan sentinel:audit
php artisan sentinel:scan
php artisan sentinel:prune-reports
  1. Enable preset web_compatible.
  2. Keep CSP in report_only mode.
  3. Review dashboard and CSP reports.
  4. Tighten directives and remove unsafe sources.
  5. Enable enforce CSP and strict HTTPS/HSTS policy.