laravel-audit

AuditCommand extends Command
in package

Command to execute the checks in the CLI.

This is not a replacement for executing the checks on the webserver, as the webserver typically has a different config.

Table of Contents

Properties

$description  : mixed
$signature  : mixed

Methods

handle()  : int

Properties

$description

public mixed $description = 'Run the audit in the cli'

$signature

public mixed $signature = 'audit {groups?*} {--q|quiet : Do not print anything, only return the exit code} {--s|no-success : Hide successful checks} {--w|no-warning : Hide checks that resulted in the status warning, and also exclude them from the exit code} {--i|no-info : Hide checks that resulted in the status info, and also exclude them from the exit code} {--f|no-fatal : Hide checks that resulted in the status fatal, and also exclude them from the exit code} {--u|no-unknown : Hide checks that resulted in an unknown status, and also exclude them from the exit code}'

Methods


        
On this page

Search results