[2026-08-22T14:02:54+00:00] Rejected an installer request with invalid confirmation or token.
[2026-08-22T14:03:06+00:00] Rejected an installer request with invalid confirmation or token.
[2026-08-22T14:04:50+00:00] $ php artisan config:clear
INFO  Configuration cache cleared successfully.

$ php artisan route:clear
INFO  Route cache cleared successfully.

$ php artisan view:clear
INFO  Compiled views cleared successfully.

$ php artisan event:clear
INFO  Cached events cleared successfully.

$ php artisan migrate
INFO  Running migrations.  

  2026_08_22_000023_create_complete_finance_accounting_tables .. 903.34ms DONE
  2026_08_22_000024_grant_complete_finance_permissions .......... 29.82ms DONE
  2026_08_22_000025_grant_invoice_workflow_permissions ........... 4.37ms DONE
  2026_08_22_000026_complete_customer_document_application_operations  551.85ms DONE
  2026_08_22_000027_grant_complete_operations_permissions ....... 87.51ms DONE
  2026_08_22_000028_create_bulk_import_batches .................. 39.26ms DONE

$ php artisan config:cache
INFO  Configuration cached successfully.

$ php artisan view:cache
INFO  Blade templates cached successfully.

$ php artisan storage:link
INFO  The [public/storage] link has been connected to [storage/app/public].
