public static function getNavigationGroup(): ?string { return 'Gerenciar Veículos'; } public static function getNavigationLabel(): string { return 'Marcas de Veículos'; } public static function getNavigationGroup(): ?string { return 'Gerenciar Veículos'; } public static function getNavigationLabel(): string { return 'Modelos de Veículos'; }
Cannot modify header information - headers already sent by (output started at /var/www/app/Filament/Admin/Resources/VehicleMakeResource.php:1)
header_remove(string)29 }3031 private function removeUnwantedHeaders($headerList)32 {33 foreach ($headerList as $header)34 header_remove($header);35 }36}37App\Http\Middleware\SecureHeaders->removeUnwantedHeaders(array)14 'Server',15 ];1617 public function handle($request, Closure $next)18 {19 $this->removeUnwantedHeaders($this->unwantedHeaderList);20 $response = $next($request);21 $response->headers->set('Referrer-Policy', 'no-referrer-when-downgrade');22 $response->headers->set('X-Content-Type-Options', 'nosniff');23 $response->headers->set('X-XSS-Protection', '1; mode=block');24 $response->headers->set('X-Frame-Options', 'DENY');25 $response->headers->set('Strict-Transport-Security', 'max-age=31536000; includeSubDomains');26 $response->headers->set('Content-Security-Policy', "default-src 'self' 'unsafe-inline' 'unsafe-eval' *.googleapis.com *.gstatic.com *.r2.dev https://unpkg.com http://localhost:5173 http://[::1]:5173 https://ridein12.test:4000 wss://ridein12.test:4000; style-src 'self' 'unsafe-inline' *.googleapis.com https://unpkg.com http://localhost:5173 http://[::1]:5173 https://ridein12.test:4000; script-src 'self' 'unsafe-inline' 'unsafe-eval' *.googleapis.com https://unpkg.com https://js.stripe.com https://*.razorpay.com https://www.paypal.com https://js.braintreegateway.com http://localhost:5173 http://[::1]:5173 https://ridein12.test:4000; frame-src 'self' https://js.stripe.com https://hooks.stripe.com https://*.razorpay.com https://www.paypal.com https://www.sandbox.paypal.com; connect-src 'self' *.googleapis.com *.r2.dev *.basemaps.cartocdn.com https://api.stripe.com http://localhost:5173; img-src * data: blob:;");27 $response->headers->set('Permissions-Policy', "geolocation=(self '" . url('/') . "'), microphone=()"); // Clearly, you will be more elaborate here.28 return $response;29 }3031App\Http\Middleware\SecureHeaders->handle(object(Illuminate\Http\Request), object(Closure))Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Illuminate\Http\Request))75 return redirect(url()->previous());76 }77 }78 }7980 return $next($request);81 }82}83App\Http\Middleware\LiveRestrict->handle(object(Illuminate\Http\Request), object(Closure))Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Illuminate\Http\Request))Illuminate\Routing\Middleware\SubstituteBindings->handle(object(Illuminate\Http\Request), object(Closure))Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Illuminate\Http\Request))Illuminate\Foundation\Http\Middleware\VerifyCsrfToken->handle(object(Illuminate\Http\Request), object(Closure))Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Illuminate\Http\Request))Illuminate\View\Middleware\ShareErrorsFromSession->handle(object(Illuminate\Http\Request), object(Closure))Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Illuminate\Http\Request))Illuminate\Session\Middleware\StartSession->handleStatefulRequest(object(Illuminate\Http\Request), object(Illuminate\Session\Store), object(Closure))Illuminate\Session\Middleware\StartSession->handle(object(Illuminate\Http\Request), object(Closure))Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Illuminate\Http\Request))Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle(object(Illuminate\Http\Request), object(Closure))Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Illuminate\Http\Request))Illuminate\Cookie\Middleware\EncryptCookies->handle(object(Illuminate\Http\Request), object(Closure))Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Illuminate\Http\Request))Illuminate\Pipeline\Pipeline->then(object(Closure))Illuminate\Routing\Router->runRouteWithinStack(object(Illuminate\Routing\Route), object(Illuminate\Http\Request))Illuminate\Routing\Router->runRoute(object(Illuminate\Http\Request), object(Illuminate\Routing\Route))Illuminate\Routing\Router->dispatchToRoute(object(Illuminate\Http\Request))Illuminate\Routing\Router->dispatch(object(Illuminate\Http\Request))Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure}(object(Illuminate\Http\Request))Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Illuminate\Http\Request))Livewire\Features\SupportDisablingBackButtonCache\DisableBackButtonCacheMiddleware->handle(object(Illuminate\Http\Request), object(Closure))Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Illuminate\Http\Request))Illuminate\Foundation\Http\Middleware\TransformsRequest->handle(object(Illuminate\Http\Request), object(Closure))Illuminate\Foundation\Http\Middleware\ConvertEmptyStringsToNull->handle(object(Illuminate\Http\Request), object(Closure))Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Illuminate\Http\Request))Illuminate\Foundation\Http\Middleware\TransformsRequest->handle(object(Illuminate\Http\Request), object(Closure))Illuminate\Foundation\Http\Middleware\TrimStrings->handle(object(Illuminate\Http\Request), object(Closure))Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Illuminate\Http\Request))Illuminate\Http\Middleware\ValidatePostSize->handle(object(Illuminate\Http\Request), object(Closure))Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Illuminate\Http\Request))Illuminate\Foundation\Http\Middleware\PreventRequestsDuringMaintenance->handle(object(Illuminate\Http\Request), object(Closure))Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Illuminate\Http\Request))Illuminate\Http\Middleware\HandleCors->handle(object(Illuminate\Http\Request), object(Closure))Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Illuminate\Http\Request))Illuminate\Http\Middleware\TrustProxies->handle(object(Illuminate\Http\Request), object(Closure))Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Illuminate\Http\Request))Illuminate\Foundation\Http\Middleware\InvokeDeferredCallbacks->handle(object(Illuminate\Http\Request), object(Closure))Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Illuminate\Http\Request))Illuminate\Http\Middleware\ValidatePathEncoding->handle(object(Illuminate\Http\Request), object(Closure))Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Illuminate\Http\Request))Illuminate\Pipeline\Pipeline->then(object(Closure))Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(object(Illuminate\Http\Request))Illuminate\Foundation\Http\Kernel->handle(object(Illuminate\Http\Request))Illuminate\Foundation\Application->handleRequest(object(Illuminate\Http\Request))12// Register the Composer autoloader...13require __DIR__.'/../vendor/autoload.php';1415// Bootstrap Laravel and handle the request...16(require_once __DIR__.'/../bootstrap/app.php')17 ->handleRequest(Request::capture());18select exists (select 1 from information_schema.tables where table_schema = schema() and table_name = 'site_settings' and table_type in ('BASE TABLE', 'SYSTEM VERSIONED')) as `exists`select * from `site_settings`select exists (select 1 from information_schema.tables where table_schema = schema() and table_name = 'storage_settings' and table_type in ('BASE TABLE', 'SYSTEM VERSIONED')) as `exists`select * from `storage_settings` limit 1select exists (select 1 from information_schema.tables where table_schema = schema() and table_name = 'storage_settings' and table_type in ('BASE TABLE', 'SYSTEM VERSIONED')) as `exists`select * from `storage_settings` limit 1select exists (select 1 from information_schema.tables where table_schema = schema() and table_name = 'storage_settings' and table_type in ('BASE TABLE', 'SYSTEM VERSIONED')) as `exists`select exists (select 1 from information_schema.tables where table_schema = schema() and table_name = 'site_settings' and table_type in ('BASE TABLE', 'SYSTEM VERSIONED')) as `exists`select * from `storage_settings` limit 1select exists (select 1 from information_schema.tables where table_schema = schema() and table_name = 'api_credentials' and table_type in ('BASE TABLE', 'SYSTEM VERSIONED')) as `exists`select exists (select 1 from information_schema.tables where table_schema = schema() and table_name = 'api_credentials' and table_type in ('BASE TABLE', 'SYSTEM VERSIONED')) as `exists`select * from `api_credentials`select exists (select 1 from information_schema.tables where table_schema = schema() and table_name = 'country' and table_type in ('BASE TABLE', 'SYSTEM VERSIONED')) as `exists`select exists (select 1 from information_schema.tables where table_schema = schema() and table_name = 'admin' and table_type in ('BASE TABLE', 'SYSTEM VERSIONED')) as `exists`select exists (select 1 from information_schema.tables where table_schema = schema() and table_name = 'supports' and table_type in ('BASE TABLE', 'SYSTEM VERSIONED')) as `exists`select * from `supports` where `status` = 'Active'select exists (select 1 from information_schema.tables where table_schema = schema() and table_name = 'payment_gateway' and table_type in ('BASE TABLE', 'SYSTEM VERSIONED')) as `exists`select exists (select 1 from information_schema.tables where table_schema = schema() and table_name = 'payment_gateway' and table_type in ('BASE TABLE', 'SYSTEM VERSIONED')) as `exists`select * from `payment_gateway`select exists (select 1 from information_schema.tables where table_schema = schema() and table_name = 'email_settings' and table_type in ('BASE TABLE', 'SYSTEM VERSIONED')) as `exists`select exists (select 1 from information_schema.tables where table_schema = schema() and table_name = 'email_settings' and table_type in ('BASE TABLE', 'SYSTEM VERSIONED')) as `exists`select * from `email_settings`select exists (select 1 from information_schema.tables where table_schema = schema() and table_name = 'pages' and table_type in ('BASE TABLE', 'SYSTEM VERSIONED')) as `exists`select `url`, `name` from `pages` where `status` = 'Active' and `footer` = 'yes'select exists (select 1 from information_schema.tables where table_schema = schema() and table_name = 'site_settings' and table_type in ('BASE TABLE', 'SYSTEM VERSIONED')) as `exists`select exists (select 1 from information_schema.tables where table_schema = schema() and table_name = 'join_us' and table_type in ('BASE TABLE', 'SYSTEM VERSIONED')) as `exists`select * from `join_us` where `name` not in ('app_store_rider', 'app_store_driver', 'play_store_rider', 'play_store_driver')select * from `join_us` where `name` in ('app_store_rider', 'app_store_driver', 'play_store_rider', 'play_store_driver')select exists (select 1 from information_schema.tables where table_schema = schema() and table_name = 'currency' and table_type in ('BASE TABLE', 'SYSTEM VERSIONED')) as `exists`select `code` from `currency` where `status` = 'Active'select * from `currency` where `status` = 'Active' and `default_currency` = '1' limit 1select exists (select 1 from information_schema.tables where table_schema = schema() and table_name = 'language' and table_type in ('BASE TABLE', 'SYSTEM VERSIONED')) as `exists`select `name`, `value` from `language` where `status` = 'Active'select * from `country`select * from `language` where `default_language` = '1' limit 1select exists (select 1 from information_schema.tables where table_schema = schema() and table_name = 'users' and table_type in ('BASE TABLE', 'SYSTEM VERSIONED')) as `exists`select exists (select 1 from information_schema.tables where table_schema = schema() and table_name = 'trips' and table_type in ('BASE TABLE', 'SYSTEM VERSIONED')) as `exists`select exists (select 1 from information_schema.tables where table_schema = schema() and table_name = 'currency' and table_type in ('BASE TABLE', 'SYSTEM VERSIONED')) as `exists`select exists (select 1 from information_schema.tables where table_schema = schema() and table_name = 'currency' and table_type in ('BASE TABLE', 'SYSTEM VERSIONED')) as `exists`select exists (select 1 from information_schema.tables where table_schema = schema() and table_name = 'users' and table_type in ('BASE TABLE', 'SYSTEM VERSIONED')) as `exists`{
"name": "sitemap.xml"
}