Illuminate\View\ViewException {#1595 #severity: E_ERROR }
if (! is_null($this->missingNamedRouteResolver) && ! is_null($url = call_user_func($this->missingNamedRouteResolver, $name, $parameters, $absolute))) { return $url; } throw new RouteNotFoundException("Route [{$name}] not defined."); } /** * Get the URL for a given route instance. * // flush out any stray output that might get out before an error occurs or // an exception is thrown. This prevents any partial views from leaking. try { $this->files->getRequire($path, $data); } catch (Throwable $e) { $this->handleViewException($e, $obLevel); } return ltrim(ob_get_clean()); } // Once we have the path to the compiled file, we will evaluate the paths with // typical PHP just like any other templates. We also keep a stack of views // which have been rendered for right exception messages to be generated. try { $results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data); } catch (ViewException $e) { if (! Str::of($e->getMessage())->contains(['No such file or directory', 'File does not exist at path'])) { throw $e; } * * @return string */ protected function getContents() { return $this->engine->get($this->path, $this->gatherData()); } /** * Get the data bound to the view instance. * // clear out the sections for any separate views that may be rendered. $this->factory->incrementRender(); $this->factory->callComposer($this); $contents = $this->getContents(); // Once we've finished rendering the view, we'll decrement the render count // so that each section gets flushed out next time a view is created and // no old sections are staying around in the memory of an environment. $this->factory->decrementRender(); * @throws \Throwable */ public function render(?callable $callback = null) { try { $contents = $this->renderContents(); $response = isset($callback) ? $callback($this, $contents) : null; // Once we have the contents of the view, we will flush the sections if we are // done rendering all views so that there is nothing left hanging over when // If this content implements the "Renderable" interface then we will call the // render method on the object so we will avoid any "__toString" exceptions // that might be thrown and have their errors obscured by PHP's handling. elseif ($content instanceof Renderable) { $content = $content->render(); } parent::setContent($content); return $this; */ public function __construct($content = '', $status = 200, array $headers = []) { $this->headers = new ResponseHeaderBag($headers); $this->setContent($content); $this->setStatusCode($status); $this->setProtocolVersion('1.0'); } /** $response instanceof JsonSerializable || $response instanceof stdClass || is_array($response))) { $response = new JsonResponse($response); } elseif (! $response instanceof SymfonyResponse) { $response = new Response($response, 200, ['Content-Type' => 'text/html']); } if ($response->getStatusCode() === Response::HTTP_NOT_MODIFIED) { $response->setNotModified(); } */ public function prepareResponse($request, $response) { $this->events->dispatch(new PreparingResponse($request, $response)); return tap(static::toResponse($request, $response), function ($response) use ($request) { $this->events->dispatch(new ResponsePrepared($request, $response)); }); } /** $middleware = $shouldSkipMiddleware ? [] : $this->gatherRouteMiddleware($route); return (new Pipeline($this->container)) ->send($request) ->through($middleware) ->then(fn ($request) => $this->prepareResponse( $request, $route->run() )); } /** */ protected function prepareDestination(Closure $destination) { return function ($passable) use ($destination) { try { return $destination($passable); } catch (Throwable $e) { return $this->handleException($passable, $e); } }; } *
* @param \Closure(\Illuminate\Http\Request): (\Symfony\Component\HttpFoundation\Response) $next
*/
public function handle(Request $request, Closure $next): Response
{
$response = $next($request);
// Rastrear apenas páginas do pedido (customer-facing)
if ($request->is('pedido/*') && !$request->is('dashboard/*') && !$request->is('api/*')) {
try {
// Rastrear apenas GET requests (não POST, PUT, etc)
// since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); } throw $exception; } return $next($request); }} // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); $this->isReading($request) || $this->runningUnitTests() || $this->inExceptArray($request) || $this->tokensMatch($request) ) { return tap($next($request), function ($response) use ($request) { if ($this->shouldAddXsrfTokenCookie()) { $this->addCookieToResponse($request, $response); } }); } // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); // Putting the errors in the view for every view allows the developer to just // assume that some errors are always available, which is convenient since // they don't have to continually run checks for the presence of errors. return $next($request); }} // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); $this->startSession($request, $session) ); $this->collectGarbage($session); $response = $next($request); $this->storeCurrentUrl($request, $session); $this->addCookieToResponse($response, $session); if ($this->manager->shouldBlock() || ($request->route() instanceof Route && $request->route()->locksFor())) { return $this->handleRequestWhileBlocking($request, $session, $next); } return $this->handleStatefulRequest($request, $session, $next); } /** * Handle the given request within session state. * // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); * @param \Closure $next * @return mixed */ public function handle($request, Closure $next) { $response = $next($request); foreach ($this->cookies->getQueuedCookies() as $cookie) { $response->headers->setCookie($cookie); } // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); * @param \Closure $next * @return \Symfony\Component\HttpFoundation\Response */ public function handle($request, Closure $next) { return $this->encrypt($next($this->decrypt($request))); } /** * Decrypt the cookies on the request. * // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); $pipeline = array_reduce( array_reverse($this->pipes()), $this->carry(), $this->prepareDestination($destination) ); try { return $pipeline($this->passable); } finally { if ($this->finally) { ($this->finally)($this->passable); } } $middleware = $shouldSkipMiddleware ? [] : $this->gatherRouteMiddleware($route); return (new Pipeline($this->container)) ->send($request) ->through($middleware) ->then(fn ($request) => $this->prepareResponse( $request, $route->run() )); } /** $request->setRouteResolver(fn () => $route); $this->events->dispatch(new RouteMatched($route, $request)); return $this->prepareResponse($request, $this->runRouteWithinStack($route, $request) ); } /** * Run the given route within a Stack "onion" instance. * @param \Illuminate\Http\Request $request * @return \Symfony\Component\HttpFoundation\Response */ public function dispatchToRoute(Request $request) { return $this->runRoute($request, $this->findRoute($request)); } /** * Find the route matching a given request. * */ public function dispatch(Request $request) { $this->currentRequest = $request; return $this->dispatchToRoute($request); } /** * Dispatch the request to a route and return the response. * protected function dispatchToRouter() { return function ($request) { $this->app->instance('request', $request); return $this->router->dispatch($request); }; } /** * Call the terminate method on any terminable middleware. */ protected function prepareDestination(Closure $destination) { return function ($passable) use ($destination) { try { return $destination($passable); } catch (Throwable $e) { return $this->handleException($passable, $e); } }; } if ($max > 0 && $request->server('CONTENT_LENGTH') > $max) { throw new PostTooLargeException('The POST data is too large.'); } return $next($request); } /** * Determine the server 'post_max_size' as bytes. * // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); */
public function handle(Request $request, Closure $next): Response
{
// Por enquanto, apenas passa a requisição adiante
// Em produção, você pode implementar lógica de manutenção aqui
return $next($request);
}
} // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); * @return \Illuminate\Http\Response */ public function handle($request, Closure $next) { if (! $this->hasMatchingPath($request)) { return $next($request); } $this->cors->setOptions($this->container['config']->get('cors', [])); if ($this->cors->isPreflightRequest($request)) { // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); { $request::setTrustedProxies([], $this->getTrustedHeaderNames()); $this->setTrustedProxyIpAddresses($request); return $next($request); } /** * Sets the trusted proxies on the request. * // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); { if ($this->shouldSpecifyTrustedHosts()) { Request::setTrustedHosts(array_filter($this->hosts())); } return $next($request); } /** * Specify the hosts that should always be trusted. * // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); $pipeline = array_reduce( array_reverse($this->pipes()), $this->carry(), $this->prepareDestination($destination) ); try { return $pipeline($this->passable); } finally { if ($this->finally) { ($this->finally)($this->passable); } } $this->bootstrap(); return (new Pipeline($this->app)) ->send($request) ->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware) ->then($this->dispatchToRouter()); } /** * Bootstrap the application for HTTP requests. * $this->requestStartedAt = Carbon::now(); try { $request->enableHttpMethodParameterOverride(); $response = $this->sendRequestThroughRouter($request); } catch (Throwable $e) { $this->reportException($e); $response = $this->renderException($request, $e); }
$app = require_once __DIR__.'/../bootstrap/app.php';
$kernel = $app->make(Kernel::class);
$response = $kernel->handle(
$request = Request::capture()
)->send();
$kernel->terminate($request, $response);
if (! is_null($this->missingNamedRouteResolver) && ! is_null($url = call_user_func($this->missingNamedRouteResolver, $name, $parameters, $absolute))) { return $url; } throw new RouteNotFoundException("Route [{$name}] not defined."); } /** * Get the URL for a given route instance. * * @param bool $absolute * @return string */ function route($name, $parameters = [], $absolute = true) { return app('url')->route($name, $parameters, $absolute); }}if (! function_exists('secure_asset')) { /**<input type="hidden" name="plan" id="selected-plan" value="<?php echo e(old('plan')); ?>" required><!-- Login Link --><p class="text-center text-gray-400 mt-8">Já tem uma conta?<a href="<?php echo e(route('dashboard.login')); ?>" class="text-orange-400 font-semibold hover:text-orange-300 transition-colors">Fazer login</a></p></div> $__data = $data; return (static function () use ($__path, $__data) { extract($__data, EXTR_SKIP); return require $__path; })(); } throw new FileNotFoundException("File does not exist at path {$path}."); } return (static function () use ($__path, $__data) { extract($__data, EXTR_SKIP); return require $__path; })(); } throw new FileNotFoundException("File does not exist at path {$path}."); } // We'll evaluate the contents of the view inside a try/catch block so we can // flush out any stray output that might get out before an error occurs or // an exception is thrown. This prevents any partial views from leaking. try { $this->files->getRequire($path, $data); } catch (Throwable $e) { $this->handleViewException($e, $obLevel); } return ltrim(ob_get_clean()); // Once we have the path to the compiled file, we will evaluate the paths with // typical PHP just like any other templates. We also keep a stack of views // which have been rendered for right exception messages to be generated. try { $results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data); } catch (ViewException $e) { if (! Str::of($e->getMessage())->contains(['No such file or directory', 'File does not exist at path'])) { throw $e; } * * @return string */ protected function getContents() { return $this->engine->get($this->path, $this->gatherData()); } /** * Get the data bound to the view instance. * // clear out the sections for any separate views that may be rendered. $this->factory->incrementRender(); $this->factory->callComposer($this); $contents = $this->getContents(); // Once we've finished rendering the view, we'll decrement the render count // so that each section gets flushed out next time a view is created and // no old sections are staying around in the memory of an environment. $this->factory->decrementRender(); * @throws \Throwable */ public function render(?callable $callback = null) { try { $contents = $this->renderContents(); $response = isset($callback) ? $callback($this, $contents) : null; // Once we have the contents of the view, we will flush the sections if we are // done rendering all views so that there is nothing left hanging over when // If this content implements the "Renderable" interface then we will call the // render method on the object so we will avoid any "__toString" exceptions // that might be thrown and have their errors obscured by PHP's handling. elseif ($content instanceof Renderable) { $content = $content->render(); } parent::setContent($content); return $this; */ public function __construct($content = '', $status = 200, array $headers = []) { $this->headers = new ResponseHeaderBag($headers); $this->setContent($content); $this->setStatusCode($status); $this->setProtocolVersion('1.0'); } /** $response instanceof JsonSerializable || $response instanceof stdClass || is_array($response))) { $response = new JsonResponse($response); } elseif (! $response instanceof SymfonyResponse) { $response = new Response($response, 200, ['Content-Type' => 'text/html']); } if ($response->getStatusCode() === Response::HTTP_NOT_MODIFIED) { $response->setNotModified(); } */ public function prepareResponse($request, $response) { $this->events->dispatch(new PreparingResponse($request, $response)); return tap(static::toResponse($request, $response), function ($response) use ($request) { $this->events->dispatch(new ResponsePrepared($request, $response)); }); } /** $middleware = $shouldSkipMiddleware ? [] : $this->gatherRouteMiddleware($route); return (new Pipeline($this->container)) ->send($request) ->through($middleware) ->then(fn ($request) => $this->prepareResponse( $request, $route->run() )); } /** */ protected function prepareDestination(Closure $destination) { return function ($passable) use ($destination) { try { return $destination($passable); } catch (Throwable $e) { return $this->handleException($passable, $e); } }; } *
* @param \Closure(\Illuminate\Http\Request): (\Symfony\Component\HttpFoundation\Response) $next
*/
public function handle(Request $request, Closure $next): Response
{
$response = $next($request);
// Rastrear apenas páginas do pedido (customer-facing)
if ($request->is('pedido/*') && !$request->is('dashboard/*') && !$request->is('api/*')) {
try {
// Rastrear apenas GET requests (não POST, PUT, etc)
// since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); } throw $exception; } return $next($request); }} // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); $this->isReading($request) || $this->runningUnitTests() || $this->inExceptArray($request) || $this->tokensMatch($request) ) { return tap($next($request), function ($response) use ($request) { if ($this->shouldAddXsrfTokenCookie()) { $this->addCookieToResponse($request, $response); } }); } // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); // Putting the errors in the view for every view allows the developer to just // assume that some errors are always available, which is convenient since // they don't have to continually run checks for the presence of errors. return $next($request); }} // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); $this->startSession($request, $session) ); $this->collectGarbage($session); $response = $next($request); $this->storeCurrentUrl($request, $session); $this->addCookieToResponse($response, $session); if ($this->manager->shouldBlock() || ($request->route() instanceof Route && $request->route()->locksFor())) { return $this->handleRequestWhileBlocking($request, $session, $next); } return $this->handleStatefulRequest($request, $session, $next); } /** * Handle the given request within session state. * // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); * @param \Closure $next * @return mixed */ public function handle($request, Closure $next) { $response = $next($request); foreach ($this->cookies->getQueuedCookies() as $cookie) { $response->headers->setCookie($cookie); } // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); * @param \Closure $next * @return \Symfony\Component\HttpFoundation\Response */ public function handle($request, Closure $next) { return $this->encrypt($next($this->decrypt($request))); } /** * Decrypt the cookies on the request. * // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); $pipeline = array_reduce( array_reverse($this->pipes()), $this->carry(), $this->prepareDestination($destination) ); try { return $pipeline($this->passable); } finally { if ($this->finally) { ($this->finally)($this->passable); } } $middleware = $shouldSkipMiddleware ? [] : $this->gatherRouteMiddleware($route); return (new Pipeline($this->container)) ->send($request) ->through($middleware) ->then(fn ($request) => $this->prepareResponse( $request, $route->run() )); } /** $request->setRouteResolver(fn () => $route); $this->events->dispatch(new RouteMatched($route, $request)); return $this->prepareResponse($request, $this->runRouteWithinStack($route, $request) ); } /** * Run the given route within a Stack "onion" instance. * @param \Illuminate\Http\Request $request * @return \Symfony\Component\HttpFoundation\Response */ public function dispatchToRoute(Request $request) { return $this->runRoute($request, $this->findRoute($request)); } /** * Find the route matching a given request. * */ public function dispatch(Request $request) { $this->currentRequest = $request; return $this->dispatchToRoute($request); } /** * Dispatch the request to a route and return the response. * protected function dispatchToRouter() { return function ($request) { $this->app->instance('request', $request); return $this->router->dispatch($request); }; } /** * Call the terminate method on any terminable middleware. */ protected function prepareDestination(Closure $destination) { return function ($passable) use ($destination) { try { return $destination($passable); } catch (Throwable $e) { return $this->handleException($passable, $e); } }; } if ($max > 0 && $request->server('CONTENT_LENGTH') > $max) { throw new PostTooLargeException('The POST data is too large.'); } return $next($request); } /** * Determine the server 'post_max_size' as bytes. * // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); */
public function handle(Request $request, Closure $next): Response
{
// Por enquanto, apenas passa a requisição adiante
// Em produção, você pode implementar lógica de manutenção aqui
return $next($request);
}
} // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); * @return \Illuminate\Http\Response */ public function handle($request, Closure $next) { if (! $this->hasMatchingPath($request)) { return $next($request); } $this->cors->setOptions($this->container['config']->get('cors', [])); if ($this->cors->isPreflightRequest($request)) { // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); { $request::setTrustedProxies([], $this->getTrustedHeaderNames()); $this->setTrustedProxyIpAddresses($request); return $next($request); } /** * Sets the trusted proxies on the request. * // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); { if ($this->shouldSpecifyTrustedHosts()) { Request::setTrustedHosts(array_filter($this->hosts())); } return $next($request); } /** * Specify the hosts that should always be trusted. * // since the object we're given was already a fully instantiated object. $parameters = [$passable, $stack]; } $carry = method_exists($pipe, $this->method) ? $pipe->{$this->method}(...$parameters) : $pipe(...$parameters); return $this->handleCarry($carry); } catch (Throwable $e) { return $this->handleException($passable, $e); $pipeline = array_reduce( array_reverse($this->pipes()), $this->carry(), $this->prepareDestination($destination) ); try { return $pipeline($this->passable); } finally { if ($this->finally) { ($this->finally)($this->passable); } } $this->bootstrap(); return (new Pipeline($this->app)) ->send($request) ->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware) ->then($this->dispatchToRouter()); } /** * Bootstrap the application for HTTP requests. * $this->requestStartedAt = Carbon::now(); try { $request->enableHttpMethodParameterOverride(); $response = $this->sendRequestThroughRouter($request); } catch (Throwable $e) { $this->reportException($e); $response = $this->renderException($request, $e); }
$app = require_once __DIR__.'/../bootstrap/app.php';
$kernel = $app->make(Kernel::class);
$response = $kernel->handle(
$request = Request::capture()
)->send();
$kernel->terminate($request, $response);
|
[2/2]
ViewException
|
|---|
Illuminate\View\ViewException:
Route [dashboard.login] not defined. (View: /home1/hg6ddb59/public_html/desenvolvimento/resources/views/store-signup-v2.blade.php)
at /home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Routing/UrlGenerator.php:517
at Illuminate\View\Engines\CompilerEngine->handleViewException(object(RouteNotFoundException), 0)
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:60)
at Illuminate\View\Engines\PhpEngine->evaluatePath('/home1/hg6ddb59/public_html/desenvolvimento/storage/framework/views/e81328eb6f10240cbe3478fcc13c210d.php', array('__env' => object(Factory), 'app' => object(Application), 'errors' => object(ViewErrorBag), 'plans' => array('basico' => array('name' => 'Básico', 'description' => 'Ideal para pequenos estabelecimentos', 'featured' => true, 'features' => array('Cardápio digital ilimitado', 'Gestão de pedidos', 'Relatórios básicos', 'Suporte por WhatsApp', '1 número WhatsApp (API não oficial)', 'Notificações automáticas', 'Campanhas de marketing'), 'price' => 'R$ 59,99', 'price_label' => '/mês', 'trial_days' => 14), 'whatsapp-ia' => array('name' => 'WhatsApp + I.A.', 'description' => 'O mais completo para escalar seu negócio', 'featured' => false, 'features' => array('Tudo do plano WhatsApp', 'Atendimento com I.A.', 'Respostas automáticas inteligentes', 'Análise de sentimento', 'Sugestões de produtos', 'Suporte VIP'), 'price' => 'R$ 199,90', 'price_label' => '/mês', 'trial_days' => 14)), 'commission' => '0.49', 'trialDays' => 14, 'systemName' => 'CozinhaPro', 'systemLogoUrl' => 'https://devdashboard.menuolika.com.br/storage/system-logos/c7VE7FerKUfKNHNI6nGdUmhsLGPnMot2oWYY4Fh9.png', 'termsOfUse' => '', 'privacyPolicy' => ''))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75)
at Illuminate\View\Engines\CompilerEngine->get('/home1/hg6ddb59/public_html/desenvolvimento/resources/views/store-signup-v2.blade.php', array('__env' => object(Factory), 'app' => object(Application), 'errors' => object(ViewErrorBag), 'plans' => array('basico' => array('name' => 'Básico', 'description' => 'Ideal para pequenos estabelecimentos', 'featured' => true, 'features' => array('Cardápio digital ilimitado', 'Gestão de pedidos', 'Relatórios básicos', 'Suporte por WhatsApp', '1 número WhatsApp (API não oficial)', 'Notificações automáticas', 'Campanhas de marketing'), 'price' => 'R$ 59,99', 'price_label' => '/mês', 'trial_days' => 14), 'whatsapp-ia' => array('name' => 'WhatsApp + I.A.', 'description' => 'O mais completo para escalar seu negócio', 'featured' => false, 'features' => array('Tudo do plano WhatsApp', 'Atendimento com I.A.', 'Respostas automáticas inteligentes', 'Análise de sentimento', 'Sugestões de produtos', 'Suporte VIP'), 'price' => 'R$ 199,90', 'price_label' => '/mês', 'trial_days' => 14)), 'commission' => '0.49', 'trialDays' => 14, 'systemName' => 'CozinhaPro', 'systemLogoUrl' => 'https://devdashboard.menuolika.com.br/storage/system-logos/c7VE7FerKUfKNHNI6nGdUmhsLGPnMot2oWYY4Fh9.png', 'termsOfUse' => '', 'privacyPolicy' => ''))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/View/View.php:209)
at Illuminate\View\View->getContents()
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/View/View.php:192)
at Illuminate\View\View->renderContents()
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/View/View.php:161)
at Illuminate\View\View->render()
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Http/Response.php:79)
at Illuminate\Http\Response->setContent(object(View))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Http/Response.php:35)
at Illuminate\Http\Response->__construct(object(View), 200, array('Content-Type' => 'text/html'))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Routing/Router.php:920)
at Illuminate\Routing\Router::toResponse(object(Request), object(View))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Routing/Router.php:887)
at Illuminate\Routing\Router->prepareResponse(object(Request), object(View))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Routing/Router.php:807)
at Illuminate\Routing\Router->Illuminate\Routing\{closure}(object(Request))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:170)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
(/home1/hg6ddb59/public_html/desenvolvimento/app/Http/Middleware/TrackPageViews.php:18)
at App\Http\Middleware\TrackPageViews->handle(object(Request), object(Closure))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:51)
at Illuminate\Routing\Middleware\SubstituteBindings->handle(object(Request), object(Closure))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:88)
at Illuminate\Foundation\Http\Middleware\VerifyCsrfToken->handle(object(Request), object(Closure))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php:49)
at Illuminate\View\Middleware\ShareErrorsFromSession->handle(object(Request), object(Closure))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:121)
at Illuminate\Session\Middleware\StartSession->handleStatefulRequest(object(Request), object(Store), object(Closure))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:64)
at Illuminate\Session\Middleware\StartSession->handle(object(Request), object(Closure))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php:37)
at Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle(object(Request), object(Closure))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php:75)
at Illuminate\Cookie\Middleware\EncryptCookies->handle(object(Request), object(Closure))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:127)
at Illuminate\Pipeline\Pipeline->then(object(Closure))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Routing/Router.php:807)
at Illuminate\Routing\Router->runRouteWithinStack(object(Route), object(Request))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Routing/Router.php:786)
at Illuminate\Routing\Router->runRoute(object(Request), object(Route))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Routing/Router.php:750)
at Illuminate\Routing\Router->dispatchToRoute(object(Request))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Routing/Router.php:739)
at Illuminate\Routing\Router->dispatch(object(Request))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:201)
at Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure}(object(Request))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:170)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php:27)
at Illuminate\Http\Middleware\ValidatePostSize->handle(object(Request), object(Closure))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
(/home1/hg6ddb59/public_html/desenvolvimento/app/Http/Middleware/PreventRequestsDuringMaintenance.php:20)
at App\Http\Middleware\PreventRequestsDuringMaintenance->handle(object(Request), object(Closure))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php:49)
at Illuminate\Http\Middleware\HandleCors->handle(object(Request), object(Closure))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php:58)
at Illuminate\Http\Middleware\TrustProxies->handle(object(Request), object(Closure))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustHosts.php:79)
at Illuminate\Http\Middleware\TrustHosts->handle(object(Request), object(Closure))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:127)
at Illuminate\Pipeline\Pipeline->then(object(Closure))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:176)
at Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(object(Request))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:145)
at Illuminate\Foundation\Http\Kernel->handle(object(Request))
(/home1/hg6ddb59/public_html/desenvolvimento/public/index.php:51)
|
|
[1/2]
RouteNotFoundException
|
|---|
Symfony\Component\Routing\Exception\RouteNotFoundException:
Route [dashboard.login] not defined.
at /home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Routing/UrlGenerator.php:517
at Illuminate\Routing\UrlGenerator->route('dashboard.login', array(), true)
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php:853)
at route('dashboard.login')
(/home1/hg6ddb59/public_html/desenvolvimento/storage/framework/views/e81328eb6f10240cbe3478fcc13c210d.php:340)
at require('/home1/hg6ddb59/public_html/desenvolvimento/storage/framework/views/e81328eb6f10240cbe3478fcc13c210d.php')
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:123)
at Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124)
at Illuminate\Filesystem\Filesystem->getRequire('/home1/hg6ddb59/public_html/desenvolvimento/storage/framework/views/e81328eb6f10240cbe3478fcc13c210d.php', array('__env' => object(Factory), 'app' => object(Application), 'errors' => object(ViewErrorBag), 'plans' => array('basico' => array('name' => 'Básico', 'description' => 'Ideal para pequenos estabelecimentos', 'featured' => true, 'features' => array('Cardápio digital ilimitado', 'Gestão de pedidos', 'Relatórios básicos', 'Suporte por WhatsApp', '1 número WhatsApp (API não oficial)', 'Notificações automáticas', 'Campanhas de marketing'), 'price' => 'R$ 59,99', 'price_label' => '/mês', 'trial_days' => 14), 'whatsapp-ia' => array('name' => 'WhatsApp + I.A.', 'description' => 'O mais completo para escalar seu negócio', 'featured' => false, 'features' => array('Tudo do plano WhatsApp', 'Atendimento com I.A.', 'Respostas automáticas inteligentes', 'Análise de sentimento', 'Sugestões de produtos', 'Suporte VIP'), 'price' => 'R$ 199,90', 'price_label' => '/mês', 'trial_days' => 14)), 'commission' => '0.49', 'trialDays' => 14, 'systemName' => 'CozinhaPro', 'systemLogoUrl' => 'https://devdashboard.menuolika.com.br/storage/system-logos/c7VE7FerKUfKNHNI6nGdUmhsLGPnMot2oWYY4Fh9.png', 'termsOfUse' => '', 'privacyPolicy' => ''))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58)
at Illuminate\View\Engines\PhpEngine->evaluatePath('/home1/hg6ddb59/public_html/desenvolvimento/storage/framework/views/e81328eb6f10240cbe3478fcc13c210d.php', array('__env' => object(Factory), 'app' => object(Application), 'errors' => object(ViewErrorBag), 'plans' => array('basico' => array('name' => 'Básico', 'description' => 'Ideal para pequenos estabelecimentos', 'featured' => true, 'features' => array('Cardápio digital ilimitado', 'Gestão de pedidos', 'Relatórios básicos', 'Suporte por WhatsApp', '1 número WhatsApp (API não oficial)', 'Notificações automáticas', 'Campanhas de marketing'), 'price' => 'R$ 59,99', 'price_label' => '/mês', 'trial_days' => 14), 'whatsapp-ia' => array('name' => 'WhatsApp + I.A.', 'description' => 'O mais completo para escalar seu negócio', 'featured' => false, 'features' => array('Tudo do plano WhatsApp', 'Atendimento com I.A.', 'Respostas automáticas inteligentes', 'Análise de sentimento', 'Sugestões de produtos', 'Suporte VIP'), 'price' => 'R$ 199,90', 'price_label' => '/mês', 'trial_days' => 14)), 'commission' => '0.49', 'trialDays' => 14, 'systemName' => 'CozinhaPro', 'systemLogoUrl' => 'https://devdashboard.menuolika.com.br/storage/system-logos/c7VE7FerKUfKNHNI6nGdUmhsLGPnMot2oWYY4Fh9.png', 'termsOfUse' => '', 'privacyPolicy' => ''))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75)
at Illuminate\View\Engines\CompilerEngine->get('/home1/hg6ddb59/public_html/desenvolvimento/resources/views/store-signup-v2.blade.php', array('__env' => object(Factory), 'app' => object(Application), 'errors' => object(ViewErrorBag), 'plans' => array('basico' => array('name' => 'Básico', 'description' => 'Ideal para pequenos estabelecimentos', 'featured' => true, 'features' => array('Cardápio digital ilimitado', 'Gestão de pedidos', 'Relatórios básicos', 'Suporte por WhatsApp', '1 número WhatsApp (API não oficial)', 'Notificações automáticas', 'Campanhas de marketing'), 'price' => 'R$ 59,99', 'price_label' => '/mês', 'trial_days' => 14), 'whatsapp-ia' => array('name' => 'WhatsApp + I.A.', 'description' => 'O mais completo para escalar seu negócio', 'featured' => false, 'features' => array('Tudo do plano WhatsApp', 'Atendimento com I.A.', 'Respostas automáticas inteligentes', 'Análise de sentimento', 'Sugestões de produtos', 'Suporte VIP'), 'price' => 'R$ 199,90', 'price_label' => '/mês', 'trial_days' => 14)), 'commission' => '0.49', 'trialDays' => 14, 'systemName' => 'CozinhaPro', 'systemLogoUrl' => 'https://devdashboard.menuolika.com.br/storage/system-logos/c7VE7FerKUfKNHNI6nGdUmhsLGPnMot2oWYY4Fh9.png', 'termsOfUse' => '', 'privacyPolicy' => ''))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/View/View.php:209)
at Illuminate\View\View->getContents()
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/View/View.php:192)
at Illuminate\View\View->renderContents()
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/View/View.php:161)
at Illuminate\View\View->render()
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Http/Response.php:79)
at Illuminate\Http\Response->setContent(object(View))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Http/Response.php:35)
at Illuminate\Http\Response->__construct(object(View), 200, array('Content-Type' => 'text/html'))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Routing/Router.php:920)
at Illuminate\Routing\Router::toResponse(object(Request), object(View))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Routing/Router.php:887)
at Illuminate\Routing\Router->prepareResponse(object(Request), object(View))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Routing/Router.php:807)
at Illuminate\Routing\Router->Illuminate\Routing\{closure}(object(Request))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:170)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
(/home1/hg6ddb59/public_html/desenvolvimento/app/Http/Middleware/TrackPageViews.php:18)
at App\Http\Middleware\TrackPageViews->handle(object(Request), object(Closure))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:51)
at Illuminate\Routing\Middleware\SubstituteBindings->handle(object(Request), object(Closure))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:88)
at Illuminate\Foundation\Http\Middleware\VerifyCsrfToken->handle(object(Request), object(Closure))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php:49)
at Illuminate\View\Middleware\ShareErrorsFromSession->handle(object(Request), object(Closure))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:121)
at Illuminate\Session\Middleware\StartSession->handleStatefulRequest(object(Request), object(Store), object(Closure))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:64)
at Illuminate\Session\Middleware\StartSession->handle(object(Request), object(Closure))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php:37)
at Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle(object(Request), object(Closure))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php:75)
at Illuminate\Cookie\Middleware\EncryptCookies->handle(object(Request), object(Closure))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:127)
at Illuminate\Pipeline\Pipeline->then(object(Closure))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Routing/Router.php:807)
at Illuminate\Routing\Router->runRouteWithinStack(object(Route), object(Request))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Routing/Router.php:786)
at Illuminate\Routing\Router->runRoute(object(Request), object(Route))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Routing/Router.php:750)
at Illuminate\Routing\Router->dispatchToRoute(object(Request))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Routing/Router.php:739)
at Illuminate\Routing\Router->dispatch(object(Request))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:201)
at Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure}(object(Request))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:170)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php:27)
at Illuminate\Http\Middleware\ValidatePostSize->handle(object(Request), object(Closure))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
(/home1/hg6ddb59/public_html/desenvolvimento/app/Http/Middleware/PreventRequestsDuringMaintenance.php:20)
at App\Http\Middleware\PreventRequestsDuringMaintenance->handle(object(Request), object(Closure))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php:49)
at Illuminate\Http\Middleware\HandleCors->handle(object(Request), object(Closure))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php:58)
at Illuminate\Http\Middleware\TrustProxies->handle(object(Request), object(Closure))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustHosts.php:79)
at Illuminate\Http\Middleware\TrustHosts->handle(object(Request), object(Closure))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209)
at Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(object(Request))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:127)
at Illuminate\Pipeline\Pipeline->then(object(Closure))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:176)
at Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(object(Request))
(/home1/hg6ddb59/public_html/desenvolvimento/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:145)
at Illuminate\Foundation\Http\Kernel->handle(object(Request))
(/home1/hg6ddb59/public_html/desenvolvimento/public/index.php:51)
|