Skip to content

Commands

Emidio Nhacudima edited this page May 18, 2022 · 1 revision
  • Add new tables to the list
php artisan dynamic-extract:tables
  • List tables
php artisan dynamic-extract:tables-list
  • Add new access
php artisan dynamic-extract:access
  • List access
php artisan dynamic-extract:access-list
  • Revoke access
php artisan dynamic-extract:access-revoke {email}
  • Delete exported files
php artisan dynamic-extract:delete-exported

Other commands

You don't need to run the commands on first installation

  • Migration
php artisan migrate --path=/vendor/enhacudima/dynamic-extract/src/Database/Migration
  • Config
php artisan vendor:publish --provider="Enhacudima\DynamicExtract\Providers\DynamicExtractServiceProvider" --tag="config"
Clone this wiki locally