Ensuring you never feel alone, we are here to provide prompt and efficient solutions to any challenges that may arise.
Laravel Defender is a comprehensive, modular security package designed for modern Laravel applications. It allows you to monitor, detect, and block suspicious or malicious activities in a completely local, configurable manner without relying on external services.
Laravel Defender strengthens the security of any Laravel project without compromising privacy or exposing sensitive data, maintaining full control over your security data.
Defender analyzes request behavior and detects common patterns of automated or manual attacks:
/wp-admin
, /xmlrpc.php
, /phpmyadmin
, /.env
.../
, etc/passwd
, SQL injections.When suspicious activity is detected, Laravel Defender sends alerts through various configurable channels:
Manage security directly from the console with powerful and flexible commands:
php artisan defender:audit # Complete security audit
php artisan defender:ip-logs # View suspicious IP logs
php artisan defender:stats # Activity statistics
php artisan defender:export-logs # Export logs in CSV or JSON
php artisan defender:prune-logs # Automatically clean old logs
The integrated audit reviews critical configurations of your Laravel project:
.env
files.APP_DEBUG
is disabled in production.APP_KEY
is secure.Defender is designed with privacy as a priority:
Laravel Defender is the definitive security solution for Laravel applications: robust, private, configurable, and actively maintained by the community.