owen-it / laravel-auditing-doc

Laravel Auditing Documentation
http://laravel-auditing.com
56 stars 62 forks source link

How can we get all audits of the application #98

Open ahmed-meraneh opened 2 years ago

CptIceberg commented 2 years ago

You should be able to use

use OwenIt\Auditing\Models\Audit;

$audits = Audit::all();