| Package Data | |
|---|---|
| Maintainer Username: | agenciafmd |
| Maintainer Contact: | irineu@mixd.com.br (Irineu Martins Junior) |
| Package Create Date: | 2016-04-11 |
| Package Last Update: | 2017-01-19 |
| Language: | HTML |
| License: | MIT |
| Last Refreshed: | 2025-10-27 15:02:13 |
| Package Statistics | |
|---|---|
| Total Downloads: | 1,539 |
| Monthly Downloads: | 5 |
| Daily Downloads: | 0 |
| Total Stars: | 2 |
| Total Watchers: | 3 |
| Total Forks: | 1 |
| Total Open Issues: | 0 |

Tenha acesso a todas as ações que o usuário executou no administrativo.
Adicione no seu composer.json
"require": {
"mixdinternet/maudit": "0.2.*"
}
ou
composer require mixdinternet/maudit
Abra o arquivo config/app.php e adicione
Mixdinternet\Maudit\Providers\MauditServiceProvider::class
php artisan vendor:publish --provider="Mixdinternet\Maudit\Providers\MauditServiceProvider" --tag="config"
Rode a migração com o comando
php artisan migrate --path=vendor/venturecraft/revisionable/src/migrations
ou copie (gosto mais desta opção)
cp vendor/venturecraft/revisionable/src/migrations/2013_04_09_062329_create_revisions_table.php database/migrations/