feat(scanner): implement scanner bootstrap functionality with controller, request, resource, and service; add routes and migration for scanner domain

This commit is contained in:
2026-08-12 08:40:45 -03:00
parent cb98652e2f
commit 1d7c484510
12 changed files with 165 additions and 0 deletions

View File

@@ -7,3 +7,4 @@ Route::get('tenants/bootstrap/{dominio}', TenantBootstrapController::class)
->where('dominio', '.*');
require __DIR__.'/adminapp.php';
require __DIR__.'/scanner.php';