ErrorException (E_WARNING)
Attempt to read property "id" on null ErrorException thrown with message "Attempt to read property "id" on null" Stacktrace: #20 ErrorException in /var/www/zoki/data/www/tge.mk/app/Http/Controllers/HomePageController.php:71 #19 Illuminate\Foundation\Bootstrap\HandleExceptions:handleError in /var/www/zoki/data/www/tge.mk/app/Http/Controllers/HomePageController.php:71 #18 App\Http\Controllers\HomePageController:product in /var/www/zoki/data/www/tge.mk/vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54 #17 Illuminate\Routing\Controller:callAction in /var/www/zoki/data/www/tge.mk/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45 #16 Illuminate\Routing\ControllerDispatcher:dispatch in /var/www/zoki/data/www/tge.mk/vendor/laravel/framework/src/Illuminate/Routing/Route.php:219 #15 Illuminate\Routing\Route:runController in /var/www/zoki/data/www/tge.mk/vendor/laravel/framework/src/Illuminate/Routing/Route.php:176 #14 Illuminate\Routing\Route:run in /var/www/zoki/data/www/tge.mk/vendor/laravel/framework/src/Illuminate/Routing/Router.php:681 #13 Illuminate\Routing\Router:Illuminate\Routing\{closure} in /var/www/zoki/data/www/tge.mk/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:130 #12 Illuminate\Pipeline\Pipeline:Illuminate\Pipeline\{closure} in /var/www/zoki/data/www/tge.mk/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:105 #11 Illuminate\Pipeline\Pipeline:then in /var/www/zoki/data/www/tge.mk/vendor/laravel/framework/src/Illuminate/Routing/Router.php:683 #10 Illuminate\Routing\Router:runRouteWithinStack in /var/www/zoki/data/www/tge.mk/vendor/laravel/framework/src/Illuminate/Routing/Router.php:658 #9 Illuminate\Routing\Router:runRoute in /var/www/zoki/data/www/tge.mk/vendor/laravel/framework/src/Illuminate/Routing/Router.php:624 #8 Illuminate\Routing\Router:dispatchToRoute in /var/www/zoki/data/www/tge.mk/vendor/laravel/framework/src/Illuminate/Routing/Router.php:613 #7 Illuminate\Routing\Router:dispatch in /var/www/zoki/data/www/tge.mk/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:170 #6 Illuminate\Foundation\Http\Kernel:Illuminate\Foundation\Http\{closure} in /var/www/zoki/data/www/tge.mk/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:130 #5 Illuminate\Pipeline\Pipeline:Illuminate\Pipeline\{closure} in /var/www/zoki/data/www/tge.mk/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php:63 #4 Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode:handle in /var/www/zoki/data/www/tge.mk/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:171 #3 Illuminate\Pipeline\Pipeline:Illuminate\Pipeline\{closure} in /var/www/zoki/data/www/tge.mk/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:105 #2 Illuminate\Pipeline\Pipeline:then in /var/www/zoki/data/www/tge.mk/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:145 #1 Illuminate\Foundation\Http\Kernel:sendRequestThroughRouter in /var/www/zoki/data/www/tge.mk/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:110 #0 Illuminate\Foundation\Http\Kernel:handle in /var/www/zoki/data/www/tge.mk/public/index.php:53
Stack frames (21)
20
ErrorException
/app/Http/Controllers/HomePageController.php71
19
Illuminate\Foundation\Bootstrap\HandleExceptions handleError
/app/Http/Controllers/HomePageController.php71
18
App\Http\Controllers\HomePageController product
/vendor/laravel/framework/src/Illuminate/Routing/Controller.php54
17
Illuminate\Routing\Controller callAction
/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php45
16
Illuminate\Routing\ControllerDispatcher dispatch
/vendor/laravel/framework/src/Illuminate/Routing/Route.php219
15
Illuminate\Routing\Route runController
/vendor/laravel/framework/src/Illuminate/Routing/Route.php176
14
Illuminate\Routing\Route run
/vendor/laravel/framework/src/Illuminate/Routing/Router.php681
13
Illuminate\Routing\Router Illuminate\Routing\{closure}
/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php130
12
Illuminate\Pipeline\Pipeline Illuminate\Pipeline\{closure}
/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php105
11
Illuminate\Pipeline\Pipeline then
/vendor/laravel/framework/src/Illuminate/Routing/Router.php683
10
Illuminate\Routing\Router runRouteWithinStack
/vendor/laravel/framework/src/Illuminate/Routing/Router.php658
9
Illuminate\Routing\Router runRoute
/vendor/laravel/framework/src/Illuminate/Routing/Router.php624
8
Illuminate\Routing\Router dispatchToRoute
/vendor/laravel/framework/src/Illuminate/Routing/Router.php613
7
Illuminate\Routing\Router dispatch
/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php170
6
Illuminate\Foundation\Http\Kernel Illuminate\Foundation\Http\{closure}
/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php130
5
Illuminate\Pipeline\Pipeline Illuminate\Pipeline\{closure}
/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php63
4
Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode handle
/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php171
3
Illuminate\Pipeline\Pipeline Illuminate\Pipeline\{closure}
/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php105
2
Illuminate\Pipeline\Pipeline then
/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php145
1
Illuminate\Foundation\Http\Kernel sendRequestThroughRouter
/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php110
0
Illuminate\Foundation\Http\Kernel handle
/public/index.php53
/var/www/zoki/data/www/tge.mk/app/Http/Controllers/HomePageController.php
 
    public function services($slug)
    {
        $settings = Settings::firstOrFail();
        $services = Services::all();
        $service = Services::where('slug', '=', $slug)->first();
        $allcategories = Category::get();
        $categories = Category::roots()->get();
        $tree = Category::getTreeHP($categories);
        $staticpages = StaticPage::all();
        $data = ["service" => $service, "services" => $services, "staticpages" => $staticpages, "settings" => $settings, "tree" => $tree, "categories" => $categories, "allcategories" => $allcategories];
        return view('main.services')->with($data);
    }
 
    public function product($slug)
    {
        $settings = Settings::firstOrFail();
        $services = Services::all();
        $product = Product::where('slug', '=', $slug)->first();
        $sliders = Sliders::where('product_id', '=', $product->id)->get();
        $allcategories = Category::get();
        $categories = Category::roots()->get();
        $tree = Category::getTreeHP($categories);
        $staticpages = StaticPage::all();
        $data = ["sliders" => $sliders, "product" => $product, "services" => $services, "staticpages" => $staticpages, "settings" => $settings, "tree" => $tree, "categories" => $categories, "allcategories" => $allcategories];
        return view('main.product')->with($data);
    }
 
    public function categories($slug)
    {
        $settings = Settings::firstOrFail();
        $services = Services::all();
 
        if ($slug == "all") {
            $products = Product::all();
            $allcategories = Category::get();
            $categories = Category::roots()->get();
            $tree = Category::getTreeHP($categories);
            $staticpages = StaticPage::all();
            $data = ["products" => $products, "services" => $services, "staticpages" => $staticpages, "settings" => $settings, "tree" => $tree, "categories" => $categories, "allcategories" => $allcategories];
Arguments
  1. "Attempt to read property "id" on null"
    
/var/www/zoki/data/www/tge.mk/app/Http/Controllers/HomePageController.php
 
    public function services($slug)
    {
        $settings = Settings::firstOrFail();
        $services = Services::all();
        $service = Services::where('slug', '=', $slug)->first();
        $allcategories = Category::get();
        $categories = Category::roots()->get();
        $tree = Category::getTreeHP($categories);
        $staticpages = StaticPage::all();
        $data = ["service" => $service, "services" => $services, "staticpages" => $staticpages, "settings" => $settings, "tree" => $tree, "categories" => $categories, "allcategories" => $allcategories];
        return view('main.services')->with($data);
    }
 
    public function product($slug)
    {
        $settings = Settings::firstOrFail();
        $services = Services::all();
        $product = Product::where('slug', '=', $slug)->first();
        $sliders = Sliders::where('product_id', '=', $product->id)->get();
        $allcategories = Category::get();
        $categories = Category::roots()->get();
        $tree = Category::getTreeHP($categories);
        $staticpages = StaticPage::all();
        $data = ["sliders" => $sliders, "product" => $product, "services" => $services, "staticpages" => $staticpages, "settings" => $settings, "tree" => $tree, "categories" => $categories, "allcategories" => $allcategories];
        return view('main.product')->with($data);
    }
 
    public function categories($slug)
    {
        $settings = Settings::firstOrFail();
        $services = Services::all();
 
        if ($slug == "all") {
            $products = Product::all();
            $allcategories = Category::get();
            $categories = Category::roots()->get();
            $tree = Category::getTreeHP($categories);
            $staticpages = StaticPage::all();
            $data = ["products" => $products, "services" => $services, "staticpages" => $staticpages, "settings" => $settings, "tree" => $tree, "categories" => $categories, "allcategories" => $allcategories];
Arguments
  1. 2
    
  2. "Attempt to read property "id" on null"
    
  3. "/var/www/zoki/data/www/tge.mk/app/Http/Controllers/HomePageController.php"
    
  4. 71
    
/var/www/zoki/data/www/tge.mk/vendor/laravel/framework/src/Illuminate/Routing/Controller.php
    /**
     * Get the middleware assigned to the controller.
     *
     * @return array
     */
    public function getMiddleware()
    {
        return $this->middleware;
    }
 
    /**
     * Execute an action on the controller.
     *
     * @param  string  $method
     * @param  array  $parameters
     * @return \Symfony\Component\HttpFoundation\Response
     */
    public function callAction($method, $parameters)
    {
        return $this->{$method}(...array_values($parameters));
    }
 
    /**
     * Handle calls to missing methods on the controller.
     *
     * @param  string  $method
     * @param  array  $parameters
     * @return mixed
     *
     * @throws \BadMethodCallException
     */
    public function __call($method, $parameters)
    {
        throw new BadMethodCallException(sprintf(
            'Method %s::%s does not exist.', static::class, $method
        ));
    }
}
 
Arguments
  1. "%D0%9D%D0%B5%D0%B4%D0%B5%D0%BB%D0%B0%20%D0%BF%D0%BE%D1%81%D0%B2%D0%B5%D1%82%D0%B5%D0%BD%D0%B0%20%D0%BD%D0%B0%20%D0%A1%D0%B0%D0%BC%D0%B0%D1%80%D1%98%D0%B0%D0%BD%D0%BA%D0%B0%D1%82%D0%B0"
    
/var/www/zoki/data/www/tge.mk/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php
    {
        $this->container = $container;
    }
 
    /**
     * Dispatch a request to a given controller and method.
     *
     * @param  \Illuminate\Routing\Route  $route
     * @param  mixed  $controller
     * @param  string  $method
     * @return mixed
     */
    public function dispatch(Route $route, $controller, $method)
    {
        $parameters = $this->resolveClassMethodDependencies(
            $route->parametersWithoutNulls(), $controller, $method
        );
 
        if (method_exists($controller, 'callAction')) {
            return $controller->callAction($method, $parameters);
        }
 
        return $controller->{$method}(...array_values($parameters));
    }
 
    /**
     * Get the middleware for the controller instance.
     *
     * @param  \Illuminate\Routing\Controller  $controller
     * @param  string  $method
     * @return array
     */
    public function getMiddleware($controller, $method)
    {
        if (! method_exists($controller, 'getMiddleware')) {
            return [];
        }
 
        return collect($controller->getMiddleware())->reject(function ($data) use ($method) {
            return static::methodExcludedByOptions($method, $data['options']);
Arguments
  1. "product"
    
  2. array:1 [
      "slug" => "%D0%9D%D0%B5%D0%B4%D0%B5%D0%BB%D0%B0%20%D0%BF%D0%BE%D1%81%D0%B2%D0%B5%D1%82%D0%B5%D0%BD%D0%B0%20%D0%BD%D0%B0%20%D0%A1%D0%B0%D0%BC%D0%B0%D1%80%D1%98%D0%B0%D0%BD%D0%BA%D0%B0%D1%82%D0%B0"
    ]
    
/var/www/zoki/data/www/tge.mk/vendor/laravel/framework/src/Illuminate/Routing/Route.php
    protected function runCallable()
    {
        $callable = $this->action['uses'];
 
        return $callable(...array_values($this->resolveMethodDependencies(
            $this->parametersWithoutNulls(), new ReflectionFunction($this->action['uses'])
        )));
    }
 
    /**
     * Run the route action and return the response.
     *
     * @return mixed
     *
     * @throws \Symfony\Component\HttpKernel\Exception\NotFoundHttpException
     */
    protected function runController()
    {
        return $this->controllerDispatcher()->dispatch(
            $this, $this->getController(), $this->getControllerMethod()
        );
    }
 
    /**
     * Get the controller instance for the route.
     *
     * @return mixed
     */
    public function getController()
    {
        if (! $this->controller) {
            $class = $this->parseControllerCallback()[0];
 
            $this->controller = $this->container->make(ltrim($class, '\\'));
        }
 
        return $this->controller;
    }
 
    /**
Arguments
  1. Illuminate\Routing\Route {#270}
    
  2. App\Http\Controllers\HomePageController {#367}
    
  3. "product"
    
/var/www/zoki/data/www/tge.mk/vendor/laravel/framework/src/Illuminate/Routing/Route.php
     *
     * @throws \UnexpectedValueException
     */
    protected function parseAction($action)
    {
        return RouteAction::parse($this->uri, $action);
    }
 
    /**
     * Run the route action and return the response.
     *
     * @return mixed
     */
    public function run()
    {
        $this->container = $this->container ?: new Container;
 
        try {
            if ($this->isControllerAction()) {
                return $this->runController();
            }
 
            return $this->runCallable();
        } catch (HttpResponseException $e) {
            return $e->getResponse();
        }
    }
 
    /**
     * Checks whether the route's action is a controller.
     *
     * @return bool
     */
    protected function isControllerAction()
    {
        return is_string($this->action['uses']);
    }
 
    /**
     * Run the route action and return the response.
/var/www/zoki/data/www/tge.mk/vendor/laravel/framework/src/Illuminate/Routing/Router.php
    /**
     * Run the given route within a Stack "onion" instance.
     *
     * @param  \Illuminate\Routing\Route  $route
     * @param  \Illuminate\Http\Request  $request
     * @return mixed
     */
    protected function runRouteWithinStack(Route $route, Request $request)
    {
        $shouldSkipMiddleware = $this->container->bound('middleware.disable') &&
                                $this->container->make('middleware.disable') === true;
 
        $middleware = $shouldSkipMiddleware ? [] : $this->gatherRouteMiddleware($route);
 
        return (new Pipeline($this->container))
                        ->send($request)
                        ->through($middleware)
                        ->then(function ($request) use ($route) {
                            return $this->prepareResponse(
                                $request, $route->run()
                            );
                        });
    }
 
    /**
     * Gather the middleware for the given route with resolved class names.
     *
     * @param  \Illuminate\Routing\Route  $route
     * @return array
     */
    public function gatherRouteMiddleware(Route $route)
    {
        $middleware = collect($route->gatherMiddleware())->map(function ($name) {
            return (array) MiddlewareNameResolver::resolve($name, $this->middleware, $this->middlewareGroups);
        })->flatten();
 
        return $this->sortMiddleware($middleware);
    }
 
    /**
/var/www/zoki/data/www/tge.mk/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
     * @return mixed
     */
    public function thenReturn()
    {
        return $this->then(function ($passable) {
            return $passable;
        });
    }
 
    /**
     * Get the final piece of the Closure onion.
     *
     * @param  \Closure  $destination
     * @return \Closure
     */
    protected function prepareDestination(Closure $destination)
    {
        return function ($passable) use ($destination) {
            try {
                return $destination($passable);
            } catch (Exception $e) {
                return $this->handleException($passable, $e);
            } catch (Throwable $e) {
                return $this->handleException($passable, new FatalThrowableError($e));
            }
        };
    }
 
    /**
     * Get a Closure that represents a slice of the application onion.
     *
     * @return \Closure
     */
    protected function carry()
    {
        return function ($stack, $pipe) {
            return function ($passable) use ($stack, $pipe) {
                try {
                    if (is_callable($pipe)) {
                        // If the pipe is a callable, then we will call it directly, but otherwise we
Arguments
  1. Illuminate\Http\Request {#52
      #json: null
      #convertedFiles: null
      #userResolver: Closure($guard = null) {#368 …4}
      #routeResolver: Closure() {#370 …4}
      +attributes: Symfony\Component\HttpFoundation\ParameterBag {#54}
      +request: Symfony\Component\HttpFoundation\ParameterBag {#60}
      +query: Symfony\Component\HttpFoundation\ParameterBag {#60}
      +server: Symfony\Component\HttpFoundation\ServerBag {#56}
      +files: Symfony\Component\HttpFoundation\FileBag {#57}
      +cookies: Symfony\Component\HttpFoundation\ParameterBag {#55}
      +headers: Symfony\Component\HttpFoundation\HeaderBag {#58}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: array:1 [
        0 => "*/*"
      ]
      #pathInfo: "/product/%25D0%259D%25D0%25B5%25D0%25B4%25D0%25B5%25D0%25BB%25D0%25B0%2520%25D0%25BF%25D0%25BE%25D1%2581%25D0%25B2%25D0%25B5%25D1%2582%25D0%25B5%25D0%25BD%25D0%25B0%2520%25D0%25BD%25D0%25B0%2520%25D0%25A1%25D0%25B0%25D0%25BC%25D0%25B0%25D1%2580%25D1%2598%25D0%25B0%25D0%25BD%25D0%25BA%25D0%25B0%25D1%2582%25D0%25B0"
      #requestUri: "/product/%25D0%259D%25D0%25B5%25D0%25B4%25D0%25B5%25D0%25BB%25D0%25B0%2520%25D0%25BF%25D0%25BE%25D1%2581%25D0%25B2%25D0%25B5%25D1%2582%25D0%25B5%25D0%25BD%25D0%25B0%2520%25D0%25BD%25D0%25B0%2520%25D0%25A1%25D0%25B0%25D0%25BC%25D0%25B0%25D1%2580%25D1%2598%25D0%25B0%25D0%25BD%25D0%25BA%25D0%25B0%25D1%2582%25D0%25B0"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: null
      #locale: null
      #defaultLocale: "en"
      -preferredFormat: null
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
/var/www/zoki/data/www/tge.mk/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
    public function via($method)
    {
        $this->method = $method;
 
        return $this;
    }
 
    /**
     * Run the pipeline with a final destination callback.
     *
     * @param  \Closure  $destination
     * @return mixed
     */
    public function then(Closure $destination)
    {
        $pipeline = array_reduce(
            array_reverse($this->pipes()), $this->carry(), $this->prepareDestination($destination)
        );
 
        return $pipeline($this->passable);
    }
 
    /**
     * Run the pipeline and return the result.
     *
     * @return mixed
     */
    public function thenReturn()
    {
        return $this->then(function ($passable) {
            return $passable;
        });
    }
 
    /**
     * Get the final piece of the Closure onion.
     *
     * @param  \Closure  $destination
     * @return \Closure
     */
Arguments
  1. Illuminate\Http\Request {#52
      #json: null
      #convertedFiles: null
      #userResolver: Closure($guard = null) {#368 …4}
      #routeResolver: Closure() {#370 …4}
      +attributes: Symfony\Component\HttpFoundation\ParameterBag {#54}
      +request: Symfony\Component\HttpFoundation\ParameterBag {#60}
      +query: Symfony\Component\HttpFoundation\ParameterBag {#60}
      +server: Symfony\Component\HttpFoundation\ServerBag {#56}
      +files: Symfony\Component\HttpFoundation\FileBag {#57}
      +cookies: Symfony\Component\HttpFoundation\ParameterBag {#55}
      +headers: Symfony\Component\HttpFoundation\HeaderBag {#58}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: array:1 [
        0 => "*/*"
      ]
      #pathInfo: "/product/%25D0%259D%25D0%25B5%25D0%25B4%25D0%25B5%25D0%25BB%25D0%25B0%2520%25D0%25BF%25D0%25BE%25D1%2581%25D0%25B2%25D0%25B5%25D1%2582%25D0%25B5%25D0%25BD%25D0%25B0%2520%25D0%25BD%25D0%25B0%2520%25D0%25A1%25D0%25B0%25D0%25BC%25D0%25B0%25D1%2580%25D1%2598%25D0%25B0%25D0%25BD%25D0%25BA%25D0%25B0%25D1%2582%25D0%25B0"
      #requestUri: "/product/%25D0%259D%25D0%25B5%25D0%25B4%25D0%25B5%25D0%25BB%25D0%25B0%2520%25D0%25BF%25D0%25BE%25D1%2581%25D0%25B2%25D0%25B5%25D1%2582%25D0%25B5%25D0%25BD%25D0%25B0%2520%25D0%25BD%25D0%25B0%2520%25D0%25A1%25D0%25B0%25D0%25BC%25D0%25B0%25D1%2580%25D1%2598%25D0%25B0%25D0%25BD%25D0%25BA%25D0%25B0%25D1%2582%25D0%25B0"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: null
      #locale: null
      #defaultLocale: "en"
      -preferredFormat: null
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
/var/www/zoki/data/www/tge.mk/vendor/laravel/framework/src/Illuminate/Routing/Router.php
     *
     * @param  \Illuminate\Routing\Route  $route
     * @param  \Illuminate\Http\Request  $request
     * @return mixed
     */
    protected function runRouteWithinStack(Route $route, Request $request)
    {
        $shouldSkipMiddleware = $this->container->bound('middleware.disable') &&
                                $this->container->make('middleware.disable') === true;
 
        $middleware = $shouldSkipMiddleware ? [] : $this->gatherRouteMiddleware($route);
 
        return (new Pipeline($this->container))
                        ->send($request)
                        ->through($middleware)
                        ->then(function ($request) use ($route) {
                            return $this->prepareResponse(
                                $request, $route->run()
                            );
                        });
    }
 
    /**
     * Gather the middleware for the given route with resolved class names.
     *
     * @param  \Illuminate\Routing\Route  $route
     * @return array
     */
    public function gatherRouteMiddleware(Route $route)
    {
        $middleware = collect($route->gatherMiddleware())->map(function ($name) {
            return (array) MiddlewareNameResolver::resolve($name, $this->middleware, $this->middlewareGroups);
        })->flatten();
 
        return $this->sortMiddleware($middleware);
    }
 
    /**
     * Sort the given middleware by priority.
     *
Arguments
  1. Closure($request) {#376 …4}
    
/var/www/zoki/data/www/tge.mk/vendor/laravel/framework/src/Illuminate/Routing/Router.php
        return $route;
    }
 
    /**
     * Return the response for the given route.
     *
     * @param  \Illuminate\Http\Request  $request
     * @param  \Illuminate\Routing\Route  $route
     * @return \Symfony\Component\HttpFoundation\Response
     */
    protected function runRoute(Request $request, Route $route)
    {
        $request->setRouteResolver(function () use ($route) {
            return $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\Routing\Route  $route
     * @param  \Illuminate\Http\Request  $request
     * @return mixed
     */
    protected function runRouteWithinStack(Route $route, Request $request)
    {
        $shouldSkipMiddleware = $this->container->bound('middleware.disable') &&
                                $this->container->make('middleware.disable') === true;
 
        $middleware = $shouldSkipMiddleware ? [] : $this->gatherRouteMiddleware($route);
 
        return (new Pipeline($this->container))
                        ->send($request)
                        ->through($middleware)
Arguments
  1. Illuminate\Routing\Route {#270}
    
  2. Illuminate\Http\Request {#52
      #json: null
      #convertedFiles: null
      #userResolver: Closure($guard = null) {#368 …4}
      #routeResolver: Closure() {#370 …4}
      +attributes: Symfony\Component\HttpFoundation\ParameterBag {#54}
      +request: Symfony\Component\HttpFoundation\ParameterBag {#60}
      +query: Symfony\Component\HttpFoundation\ParameterBag {#60}
      +server: Symfony\Component\HttpFoundation\ServerBag {#56}
      +files: Symfony\Component\HttpFoundation\FileBag {#57}
      +cookies: Symfony\Component\HttpFoundation\ParameterBag {#55}
      +headers: Symfony\Component\HttpFoundation\HeaderBag {#58}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: array:1 [
        0 => "*/*"
      ]
      #pathInfo: "/product/%25D0%259D%25D0%25B5%25D0%25B4%25D0%25B5%25D0%25BB%25D0%25B0%2520%25D0%25BF%25D0%25BE%25D1%2581%25D0%25B2%25D0%25B5%25D1%2582%25D0%25B5%25D0%25BD%25D0%25B0%2520%25D0%25BD%25D0%25B0%2520%25D0%25A1%25D0%25B0%25D0%25BC%25D0%25B0%25D1%2580%25D1%2598%25D0%25B0%25D0%25BD%25D0%25BA%25D0%25B0%25D1%2582%25D0%25B0"
      #requestUri: "/product/%25D0%259D%25D0%25B5%25D0%25B4%25D0%25B5%25D0%25BB%25D0%25B0%2520%25D0%25BF%25D0%25BE%25D1%2581%25D0%25B2%25D0%25B5%25D1%2582%25D0%25B5%25D0%25BD%25D0%25B0%2520%25D0%25BD%25D0%25B0%2520%25D0%25A1%25D0%25B0%25D0%25BC%25D0%25B0%25D1%2580%25D1%2598%25D0%25B0%25D0%25BD%25D0%25BA%25D0%25B0%25D1%2582%25D0%25B0"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: null
      #locale: null
      #defaultLocale: "en"
      -preferredFormat: null
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
/var/www/zoki/data/www/tge.mk/vendor/laravel/framework/src/Illuminate/Routing/Router.php
     *
     * @param  \Illuminate\Http\Request  $request
     * @return \Symfony\Component\HttpFoundation\Response
     */
    public function dispatch(Request $request)
    {
        $this->currentRequest = $request;
 
        return $this->dispatchToRoute($request);
    }
 
    /**
     * Dispatch the request to a route and return the response.
     *
     * @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.
     *
     * @param  \Illuminate\Http\Request  $request
     * @return \Illuminate\Routing\Route
     */
    protected function findRoute($request)
    {
        $this->current = $route = $this->routes->match($request);
 
        $this->container->instance(Route::class, $route);
 
        return $route;
    }
 
    /**
     * Return the response for the given route.
     *
Arguments
  1. Illuminate\Http\Request {#52
      #json: null
      #convertedFiles: null
      #userResolver: Closure($guard = null) {#368 …4}
      #routeResolver: Closure() {#370 …4}
      +attributes: Symfony\Component\HttpFoundation\ParameterBag {#54}
      +request: Symfony\Component\HttpFoundation\ParameterBag {#60}
      +query: Symfony\Component\HttpFoundation\ParameterBag {#60}
      +server: Symfony\Component\HttpFoundation\ServerBag {#56}
      +files: Symfony\Component\HttpFoundation\FileBag {#57}
      +cookies: Symfony\Component\HttpFoundation\ParameterBag {#55}
      +headers: Symfony\Component\HttpFoundation\HeaderBag {#58}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: array:1 [
        0 => "*/*"
      ]
      #pathInfo: "/product/%25D0%259D%25D0%25B5%25D0%25B4%25D0%25B5%25D0%25BB%25D0%25B0%2520%25D0%25BF%25D0%25BE%25D1%2581%25D0%25B2%25D0%25B5%25D1%2582%25D0%25B5%25D0%25BD%25D0%25B0%2520%25D0%25BD%25D0%25B0%2520%25D0%25A1%25D0%25B0%25D0%25BC%25D0%25B0%25D1%2580%25D1%2598%25D0%25B0%25D0%25BD%25D0%25BA%25D0%25B0%25D1%2582%25D0%25B0"
      #requestUri: "/product/%25D0%259D%25D0%25B5%25D0%25B4%25D0%25B5%25D0%25BB%25D0%25B0%2520%25D0%25BF%25D0%25BE%25D1%2581%25D0%25B2%25D0%25B5%25D1%2582%25D0%25B5%25D0%25BD%25D0%25B0%2520%25D0%25BD%25D0%25B0%2520%25D0%25A1%25D0%25B0%25D0%25BC%25D0%25B0%25D1%2580%25D1%2598%25D0%25B0%25D0%25BD%25D0%25BA%25D0%25B0%25D1%2582%25D0%25B0"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: null
      #locale: null
      #defaultLocale: "en"
      -preferredFormat: null
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Illuminate\Routing\Route {#270}
    
/var/www/zoki/data/www/tge.mk/vendor/laravel/framework/src/Illuminate/Routing/Router.php
     * @return \Symfony\Component\HttpFoundation\Response
     */
    public function respondWithRoute($name)
    {
        $route = tap($this->routes->getByName($name))->bind($this->currentRequest);
 
        return $this->runRoute($this->currentRequest, $route);
    }
 
    /**
     * Dispatch the request to the application.
     *
     * @param  \Illuminate\Http\Request  $request
     * @return \Symfony\Component\HttpFoundation\Response
     */
    public function dispatch(Request $request)
    {
        $this->currentRequest = $request;
 
        return $this->dispatchToRoute($request);
    }
 
    /**
     * Dispatch the request to a route and return the response.
     *
     * @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.
     *
     * @param  \Illuminate\Http\Request  $request
     * @return \Illuminate\Routing\Route
     */
    protected function findRoute($request)
Arguments
  1. Illuminate\Http\Request {#52
      #json: null
      #convertedFiles: null
      #userResolver: Closure($guard = null) {#368 …4}
      #routeResolver: Closure() {#370 …4}
      +attributes: Symfony\Component\HttpFoundation\ParameterBag {#54}
      +request: Symfony\Component\HttpFoundation\ParameterBag {#60}
      +query: Symfony\Component\HttpFoundation\ParameterBag {#60}
      +server: Symfony\Component\HttpFoundation\ServerBag {#56}
      +files: Symfony\Component\HttpFoundation\FileBag {#57}
      +cookies: Symfony\Component\HttpFoundation\ParameterBag {#55}
      +headers: Symfony\Component\HttpFoundation\HeaderBag {#58}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: array:1 [
        0 => "*/*"
      ]
      #pathInfo: "/product/%25D0%259D%25D0%25B5%25D0%25B4%25D0%25B5%25D0%25BB%25D0%25B0%2520%25D0%25BF%25D0%25BE%25D1%2581%25D0%25B2%25D0%25B5%25D1%2582%25D0%25B5%25D0%25BD%25D0%25B0%2520%25D0%25BD%25D0%25B0%2520%25D0%25A1%25D0%25B0%25D0%25BC%25D0%25B0%25D1%2580%25D1%2598%25D0%25B0%25D0%25BD%25D0%25BA%25D0%25B0%25D1%2582%25D0%25B0"
      #requestUri: "/product/%25D0%259D%25D0%25B5%25D0%25B4%25D0%25B5%25D0%25BB%25D0%25B0%2520%25D0%25BF%25D0%25BE%25D1%2581%25D0%25B2%25D0%25B5%25D1%2582%25D0%25B5%25D0%25BD%25D0%25B0%2520%25D0%25BD%25D0%25B0%2520%25D0%25A1%25D0%25B0%25D0%25BC%25D0%25B0%25D1%2580%25D1%2598%25D0%25B0%25D0%25BD%25D0%25BA%25D0%25B0%25D1%2582%25D0%25B0"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: null
      #locale: null
      #defaultLocale: "en"
      -preferredFormat: null
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
/var/www/zoki/data/www/tge.mk/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php
     * @return void
     */
    public function bootstrap()
    {
        if (! $this->app->hasBeenBootstrapped()) {
            $this->app->bootstrapWith($this->bootstrappers());
        }
    }
 
    /**
     * Get the route dispatcher callback.
     *
     * @return \Closure
     */
    protected function dispatchToRouter()
    {
        return function ($request) {
            $this->app->instance('request', $request);
 
            return $this->router->dispatch($request);
        };
    }
 
    /**
     * Call the terminate method on any terminable middleware.
     *
     * @param  \Illuminate\Http\Request  $request
     * @param  \Illuminate\Http\Response  $response
     * @return void
     */
    public function terminate($request, $response)
    {
        $this->terminateMiddleware($request, $response);
 
        $this->app->terminate();
    }
 
    /**
     * Call the terminate method on any terminable middleware.
     *
Arguments
  1. Illuminate\Http\Request {#52
      #json: null
      #convertedFiles: null
      #userResolver: Closure($guard = null) {#368 …4}
      #routeResolver: Closure() {#370 …4}
      +attributes: Symfony\Component\HttpFoundation\ParameterBag {#54}
      +request: Symfony\Component\HttpFoundation\ParameterBag {#60}
      +query: Symfony\Component\HttpFoundation\ParameterBag {#60}
      +server: Symfony\Component\HttpFoundation\ServerBag {#56}
      +files: Symfony\Component\HttpFoundation\FileBag {#57}
      +cookies: Symfony\Component\HttpFoundation\ParameterBag {#55}
      +headers: Symfony\Component\HttpFoundation\HeaderBag {#58}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: array:1 [
        0 => "*/*"
      ]
      #pathInfo: "/product/%25D0%259D%25D0%25B5%25D0%25B4%25D0%25B5%25D0%25BB%25D0%25B0%2520%25D0%25BF%25D0%25BE%25D1%2581%25D0%25B2%25D0%25B5%25D1%2582%25D0%25B5%25D0%25BD%25D0%25B0%2520%25D0%25BD%25D0%25B0%2520%25D0%25A1%25D0%25B0%25D0%25BC%25D0%25B0%25D1%2580%25D1%2598%25D0%25B0%25D0%25BD%25D0%25BA%25D0%25B0%25D1%2582%25D0%25B0"
      #requestUri: "/product/%25D0%259D%25D0%25B5%25D0%25B4%25D0%25B5%25D0%25BB%25D0%25B0%2520%25D0%25BF%25D0%25BE%25D1%2581%25D0%25B2%25D0%25B5%25D1%2582%25D0%25B5%25D0%25BD%25D0%25B0%2520%25D0%25BD%25D0%25B0%2520%25D0%25A1%25D0%25B0%25D0%25BC%25D0%25B0%25D1%2580%25D1%2598%25D0%25B0%25D0%25BD%25D0%25BA%25D0%25B0%25D1%2582%25D0%25B0"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: null
      #locale: null
      #defaultLocale: "en"
      -preferredFormat: null
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
/var/www/zoki/data/www/tge.mk/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
     * @return mixed
     */
    public function thenReturn()
    {
        return $this->then(function ($passable) {
            return $passable;
        });
    }
 
    /**
     * Get the final piece of the Closure onion.
     *
     * @param  \Closure  $destination
     * @return \Closure
     */
    protected function prepareDestination(Closure $destination)
    {
        return function ($passable) use ($destination) {
            try {
                return $destination($passable);
            } catch (Exception $e) {
                return $this->handleException($passable, $e);
            } catch (Throwable $e) {
                return $this->handleException($passable, new FatalThrowableError($e));
            }
        };
    }
 
    /**
     * Get a Closure that represents a slice of the application onion.
     *
     * @return \Closure
     */
    protected function carry()
    {
        return function ($stack, $pipe) {
            return function ($passable) use ($stack, $pipe) {
                try {
                    if (is_callable($pipe)) {
                        // If the pipe is a callable, then we will call it directly, but otherwise we
Arguments
  1. Illuminate\Http\Request {#52
      #json: null
      #convertedFiles: null
      #userResolver: Closure($guard = null) {#368 …4}
      #routeResolver: Closure() {#370 …4}
      +attributes: Symfony\Component\HttpFoundation\ParameterBag {#54}
      +request: Symfony\Component\HttpFoundation\ParameterBag {#60}
      +query: Symfony\Component\HttpFoundation\ParameterBag {#60}
      +server: Symfony\Component\HttpFoundation\ServerBag {#56}
      +files: Symfony\Component\HttpFoundation\FileBag {#57}
      +cookies: Symfony\Component\HttpFoundation\ParameterBag {#55}
      +headers: Symfony\Component\HttpFoundation\HeaderBag {#58}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: array:1 [
        0 => "*/*"
      ]
      #pathInfo: "/product/%25D0%259D%25D0%25B5%25D0%25B4%25D0%25B5%25D0%25BB%25D0%25B0%2520%25D0%25BF%25D0%25BE%25D1%2581%25D0%25B2%25D0%25B5%25D1%2582%25D0%25B5%25D0%25BD%25D0%25B0%2520%25D0%25BD%25D0%25B0%2520%25D0%25A1%25D0%25B0%25D0%25BC%25D0%25B0%25D1%2580%25D1%2598%25D0%25B0%25D0%25BD%25D0%25BA%25D0%25B0%25D1%2582%25D0%25B0"
      #requestUri: "/product/%25D0%259D%25D0%25B5%25D0%25B4%25D0%25B5%25D0%25BB%25D0%25B0%2520%25D0%25BF%25D0%25BE%25D1%2581%25D0%25B2%25D0%25B5%25D1%2582%25D0%25B5%25D0%25BD%25D0%25B0%2520%25D0%25BD%25D0%25B0%2520%25D0%25A1%25D0%25B0%25D0%25BC%25D0%25B0%25D1%2580%25D1%2598%25D0%25B0%25D0%25BD%25D0%25BA%25D0%25B0%25D1%2582%25D0%25B0"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: null
      #locale: null
      #defaultLocale: "en"
      -preferredFormat: null
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
/var/www/zoki/data/www/tge.mk/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php
     * @throws \Symfony\Component\HttpKernel\Exception\HttpException
     * @throws \Illuminate\Foundation\Http\Exceptions\MaintenanceModeException
     */
    public function handle($request, Closure $next)
    {
        if ($this->app->isDownForMaintenance()) {
            $data = json_decode(file_get_contents($this->app->storagePath().'/framework/down'), true);
 
            if (isset($data['allowed']) && IpUtils::checkIp($request->ip(), (array) $data['allowed'])) {
                return $next($request);
            }
 
            if ($this->inExceptArray($request)) {
                return $next($request);
            }
 
            throw new MaintenanceModeException($data['time'], $data['retry'], $data['message']);
        }
 
        return $next($request);
    }
 
    /**
     * Determine if the request has a URI that should be accessible in maintenance mode.
     *
     * @param  \Illuminate\Http\Request  $request
     * @return bool
     */
    protected function inExceptArray($request)
    {
        foreach ($this->except as $except) {
            if ($except !== '/') {
                $except = trim($except, '/');
            }
 
            if ($request->fullUrlIs($except) || $request->is($except)) {
                return true;
            }
        }
 
Arguments
  1. Illuminate\Http\Request {#52
      #json: null
      #convertedFiles: null
      #userResolver: Closure($guard = null) {#368 …4}
      #routeResolver: Closure() {#370 …4}
      +attributes: Symfony\Component\HttpFoundation\ParameterBag {#54}
      +request: Symfony\Component\HttpFoundation\ParameterBag {#60}
      +query: Symfony\Component\HttpFoundation\ParameterBag {#60}
      +server: Symfony\Component\HttpFoundation\ServerBag {#56}
      +files: Symfony\Component\HttpFoundation\FileBag {#57}
      +cookies: Symfony\Component\HttpFoundation\ParameterBag {#55}
      +headers: Symfony\Component\HttpFoundation\HeaderBag {#58}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: array:1 [
        0 => "*/*"
      ]
      #pathInfo: "/product/%25D0%259D%25D0%25B5%25D0%25B4%25D0%25B5%25D0%25BB%25D0%25B0%2520%25D0%25BF%25D0%25BE%25D1%2581%25D0%25B2%25D0%25B5%25D1%2582%25D0%25B5%25D0%25BD%25D0%25B0%2520%25D0%25BD%25D0%25B0%2520%25D0%25A1%25D0%25B0%25D0%25BC%25D0%25B0%25D1%2580%25D1%2598%25D0%25B0%25D0%25BD%25D0%25BA%25D0%25B0%25D1%2582%25D0%25B0"
      #requestUri: "/product/%25D0%259D%25D0%25B5%25D0%25B4%25D0%25B5%25D0%25BB%25D0%25B0%2520%25D0%25BF%25D0%25BE%25D1%2581%25D0%25B2%25D0%25B5%25D1%2582%25D0%25B5%25D0%25BD%25D0%25B0%2520%25D0%25BD%25D0%25B0%2520%25D0%25A1%25D0%25B0%25D0%25BC%25D0%25B0%25D1%2580%25D1%2598%25D0%25B0%25D0%25BD%25D0%25BA%25D0%25B0%25D1%2582%25D0%25B0"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: null
      #locale: null
      #defaultLocale: "en"
      -preferredFormat: null
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
/var/www/zoki/data/www/tge.mk/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
                        // the appropriate method and arguments, returning the results back out.
                        return $pipe($passable, $stack);
                    } elseif (! is_object($pipe)) {
                        [$name, $parameters] = $this->parsePipeString($pipe);
 
                        // If the pipe is a string we will parse the string and resolve the class out
                        // of the dependency injection container. We can then build a callable and
                        // execute the pipe function giving in the parameters that are required.
                        $pipe = $this->getContainer()->make($name);
 
                        $parameters = array_merge([$passable, $stack], $parameters);
                    } else {
                        // If the pipe is already an object we'll just make a callable and pass it to
                        // the pipe as-is. There is no need to do any extra parsing and formatting
                        // 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 (Exception $e) {
                    return $this->handleException($passable, $e);
                } catch (Throwable $e) {
                    return $this->handleException($passable, new FatalThrowableError($e));
                }
            };
        };
    }
 
    /**
     * Parse full pipe string to get name and parameters.
     *
     * @param  string  $pipe
     * @return array
     */
    protected function parsePipeString($pipe)
    {
Arguments
  1. Illuminate\Http\Request {#52
      #json: null
      #convertedFiles: null
      #userResolver: Closure($guard = null) {#368 …4}
      #routeResolver: Closure() {#370 …4}
      +attributes: Symfony\Component\HttpFoundation\ParameterBag {#54}
      +request: Symfony\Component\HttpFoundation\ParameterBag {#60}
      +query: Symfony\Component\HttpFoundation\ParameterBag {#60}
      +server: Symfony\Component\HttpFoundation\ServerBag {#56}
      +files: Symfony\Component\HttpFoundation\FileBag {#57}
      +cookies: Symfony\Component\HttpFoundation\ParameterBag {#55}
      +headers: Symfony\Component\HttpFoundation\HeaderBag {#58}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: array:1 [
        0 => "*/*"
      ]
      #pathInfo: "/product/%25D0%259D%25D0%25B5%25D0%25B4%25D0%25B5%25D0%25BB%25D0%25B0%2520%25D0%25BF%25D0%25BE%25D1%2581%25D0%25B2%25D0%25B5%25D1%2582%25D0%25B5%25D0%25BD%25D0%25B0%2520%25D0%25BD%25D0%25B0%2520%25D0%25A1%25D0%25B0%25D0%25BC%25D0%25B0%25D1%2580%25D1%2598%25D0%25B0%25D0%25BD%25D0%25BA%25D0%25B0%25D1%2582%25D0%25B0"
      #requestUri: "/product/%25D0%259D%25D0%25B5%25D0%25B4%25D0%25B5%25D0%25BB%25D0%25B0%2520%25D0%25BF%25D0%25BE%25D1%2581%25D0%25B2%25D0%25B5%25D1%2582%25D0%25B5%25D0%25BD%25D0%25B0%2520%25D0%25BD%25D0%25B0%2520%25D0%25A1%25D0%25B0%25D0%25BC%25D0%25B0%25D1%2580%25D1%2598%25D0%25B0%25D0%25BD%25D0%25BA%25D0%25B0%25D1%2582%25D0%25B0"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: null
      #locale: null
      #defaultLocale: "en"
      -preferredFormat: null
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Closure($passable) {#364 …4}
    
/var/www/zoki/data/www/tge.mk/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
    public function via($method)
    {
        $this->method = $method;
 
        return $this;
    }
 
    /**
     * Run the pipeline with a final destination callback.
     *
     * @param  \Closure  $destination
     * @return mixed
     */
    public function then(Closure $destination)
    {
        $pipeline = array_reduce(
            array_reverse($this->pipes()), $this->carry(), $this->prepareDestination($destination)
        );
 
        return $pipeline($this->passable);
    }
 
    /**
     * Run the pipeline and return the result.
     *
     * @return mixed
     */
    public function thenReturn()
    {
        return $this->then(function ($passable) {
            return $passable;
        });
    }
 
    /**
     * Get the final piece of the Closure onion.
     *
     * @param  \Closure  $destination
     * @return \Closure
     */
Arguments
  1. Illuminate\Http\Request {#52
      #json: null
      #convertedFiles: null
      #userResolver: Closure($guard = null) {#368 …4}
      #routeResolver: Closure() {#370 …4}
      +attributes: Symfony\Component\HttpFoundation\ParameterBag {#54}
      +request: Symfony\Component\HttpFoundation\ParameterBag {#60}
      +query: Symfony\Component\HttpFoundation\ParameterBag {#60}
      +server: Symfony\Component\HttpFoundation\ServerBag {#56}
      +files: Symfony\Component\HttpFoundation\FileBag {#57}
      +cookies: Symfony\Component\HttpFoundation\ParameterBag {#55}
      +headers: Symfony\Component\HttpFoundation\HeaderBag {#58}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: array:1 [
        0 => "*/*"
      ]
      #pathInfo: "/product/%25D0%259D%25D0%25B5%25D0%25B4%25D0%25B5%25D0%25BB%25D0%25B0%2520%25D0%25BF%25D0%25BE%25D1%2581%25D0%25B2%25D0%25B5%25D1%2582%25D0%25B5%25D0%25BD%25D0%25B0%2520%25D0%25BD%25D0%25B0%2520%25D0%25A1%25D0%25B0%25D0%25BC%25D0%25B0%25D1%2580%25D1%2598%25D0%25B0%25D0%25BD%25D0%25BA%25D0%25B0%25D1%2582%25D0%25B0"
      #requestUri: "/product/%25D0%259D%25D0%25B5%25D0%25B4%25D0%25B5%25D0%25BB%25D0%25B0%2520%25D0%25BF%25D0%25BE%25D1%2581%25D0%25B2%25D0%25B5%25D1%2582%25D0%25B5%25D0%25BD%25D0%25B0%2520%25D0%25BD%25D0%25B0%2520%25D0%25A1%25D0%25B0%25D0%25BC%25D0%25B0%25D1%2580%25D1%2598%25D0%25B0%25D0%25BD%25D0%25BA%25D0%25B0%25D1%2582%25D0%25B0"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: null
      #locale: null
      #defaultLocale: "en"
      -preferredFormat: null
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
/var/www/zoki/data/www/tge.mk/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php
    }
 
    /**
     * Send the given request through the middleware / router.
     *
     * @param  \Illuminate\Http\Request  $request
     * @return \Illuminate\Http\Response
     */
    protected function sendRequestThroughRouter($request)
    {
        $this->app->instance('request', $request);
 
        Facade::clearResolvedInstance('request');
 
        $this->bootstrap();
 
        return (new Pipeline($this->app))
                    ->send($request)
                    ->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware)
                    ->then($this->dispatchToRouter());
    }
 
    /**
     * Bootstrap the application for HTTP requests.
     *
     * @return void
     */
    public function bootstrap()
    {
        if (! $this->app->hasBeenBootstrapped()) {
            $this->app->bootstrapWith($this->bootstrappers());
        }
    }
 
    /**
     * Get the route dispatcher callback.
     *
     * @return \Closure
     */
    protected function dispatchToRouter()
Arguments
  1. Closure($request) {#38 …4}
    
/var/www/zoki/data/www/tge.mk/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php
    public function __construct(Application $app, Router $router)
    {
        $this->app = $app;
        $this->router = $router;
 
        $this->syncMiddlewareToRouter();
    }
 
    /**
     * Handle an incoming HTTP request.
     *
     * @param  \Illuminate\Http\Request  $request
     * @return \Illuminate\Http\Response
     */
    public function handle($request)
    {
        try {
            $request->enableHttpMethodParameterOverride();
 
            $response = $this->sendRequestThroughRouter($request);
        } catch (Exception $e) {
            $this->reportException($e);
 
            $response = $this->renderException($request, $e);
        } catch (Throwable $e) {
            $this->reportException($e = new FatalThrowableError($e));
 
            $response = $this->renderException($request, $e);
        }
 
        $this->app['events']->dispatch(
            new RequestHandled($request, $response)
        );
 
        return $response;
    }
 
    /**
     * Send the given request through the middleware / router.
     *
Arguments
  1. Illuminate\Http\Request {#52
      #json: null
      #convertedFiles: null
      #userResolver: Closure($guard = null) {#368 …4}
      #routeResolver: Closure() {#370 …4}
      +attributes: Symfony\Component\HttpFoundation\ParameterBag {#54}
      +request: Symfony\Component\HttpFoundation\ParameterBag {#60}
      +query: Symfony\Component\HttpFoundation\ParameterBag {#60}
      +server: Symfony\Component\HttpFoundation\ServerBag {#56}
      +files: Symfony\Component\HttpFoundation\FileBag {#57}
      +cookies: Symfony\Component\HttpFoundation\ParameterBag {#55}
      +headers: Symfony\Component\HttpFoundation\HeaderBag {#58}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: array:1 [
        0 => "*/*"
      ]
      #pathInfo: "/product/%25D0%259D%25D0%25B5%25D0%25B4%25D0%25B5%25D0%25BB%25D0%25B0%2520%25D0%25BF%25D0%25BE%25D1%2581%25D0%25B2%25D0%25B5%25D1%2582%25D0%25B5%25D0%25BD%25D0%25B0%2520%25D0%25BD%25D0%25B0%2520%25D0%25A1%25D0%25B0%25D0%25BC%25D0%25B0%25D1%2580%25D1%2598%25D0%25B0%25D0%25BD%25D0%25BA%25D0%25B0%25D1%2582%25D0%25B0"
      #requestUri: "/product/%25D0%259D%25D0%25B5%25D0%25B4%25D0%25B5%25D0%25BB%25D0%25B0%2520%25D0%25BF%25D0%25BE%25D1%2581%25D0%25B2%25D0%25B5%25D1%2582%25D0%25B5%25D0%25BD%25D0%25B0%2520%25D0%25BD%25D0%25B0%2520%25D0%25A1%25D0%25B0%25D0%25BC%25D0%25B0%25D1%2580%25D1%2598%25D0%25B0%25D0%25BD%25D0%25BA%25D0%25B0%25D1%2582%25D0%25B0"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: null
      #locale: null
      #defaultLocale: "en"
      -preferredFormat: null
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
/var/www/zoki/data/www/tge.mk/public/index.php
 
$app = require_once __DIR__ . '/../bootstrap/app.php';
 
 
/*
  |--------------------------------------------------------------------------
  | Run The Application
  |--------------------------------------------------------------------------
  |
  | Once we have the application, we can handle the incoming request
  | through the kernel, and send the associated response back to
  | the client's browser allowing them to enjoy the creative
  | and wonderful application we have prepared for them.
  |
 */
 
$kernel = $app->make(Illuminate\Contracts\Http\Kernel::class);
 
$response = $kernel->handle(
        $request = Illuminate\Http\Request::capture()
);
 
$response->send();
 
$kernel->terminate($request, $response);
 
Arguments
  1. Illuminate\Http\Request {#52
      #json: null
      #convertedFiles: null
      #userResolver: Closure($guard = null) {#368 …4}
      #routeResolver: Closure() {#370 …4}
      +attributes: Symfony\Component\HttpFoundation\ParameterBag {#54}
      +request: Symfony\Component\HttpFoundation\ParameterBag {#60}
      +query: Symfony\Component\HttpFoundation\ParameterBag {#60}
      +server: Symfony\Component\HttpFoundation\ServerBag {#56}
      +files: Symfony\Component\HttpFoundation\FileBag {#57}
      +cookies: Symfony\Component\HttpFoundation\ParameterBag {#55}
      +headers: Symfony\Component\HttpFoundation\HeaderBag {#58}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: array:1 [
        0 => "*/*"
      ]
      #pathInfo: "/product/%25D0%259D%25D0%25B5%25D0%25B4%25D0%25B5%25D0%25BB%25D0%25B0%2520%25D0%25BF%25D0%25BE%25D1%2581%25D0%25B2%25D0%25B5%25D1%2582%25D0%25B5%25D0%25BD%25D0%25B0%2520%25D0%25BD%25D0%25B0%2520%25D0%25A1%25D0%25B0%25D0%25BC%25D0%25B0%25D1%2580%25D1%2598%25D0%25B0%25D0%25BD%25D0%25BA%25D0%25B0%25D1%2582%25D0%25B0"
      #requestUri: "/product/%25D0%259D%25D0%25B5%25D0%25B4%25D0%25B5%25D0%25BB%25D0%25B0%2520%25D0%25BF%25D0%25BE%25D1%2581%25D0%25B2%25D0%25B5%25D1%2582%25D0%25B5%25D0%25BD%25D0%25B0%2520%25D0%25BD%25D0%25B0%2520%25D0%25A1%25D0%25B0%25D0%25BC%25D0%25B0%25D1%2580%25D1%2598%25D0%25B0%25D0%25BD%25D0%25BA%25D0%25B0%25D1%2582%25D0%25B0"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: null
      #locale: null
      #defaultLocale: "en"
      -preferredFormat: null
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    

Environment & details:

empty
empty
empty
empty
empty
Key Value
REDIRECT_REDIRECT_HTTPS
"on"
REDIRECT_REDIRECT_SSL_TLS_SNI
"tge.mk"
REDIRECT_REDIRECT_STATUS
"200"
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"tge.mk"
REDIRECT_HANDLER
"application/x-httpd-php5"
REDIRECT_STATUS
"200"
HTTPS
"on"
SSL_TLS_SNI
"tge.mk"
HTTP_ACCEPT
"*/*"
HTTP_USER_AGENT
"claudebot"
HTTP_HOST
"tge.mk"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
SERVER_SIGNATURE
"<address>Apache/2.4.56 (Debian) Server at tge.mk Port 443</address>\n"
SERVER_SOFTWARE
"Apache/2.4.56 (Debian)"
SERVER_NAME
"tge.mk"
SERVER_ADDR
"78.47.90.83"
SERVER_PORT
"443"
REMOTE_ADDR
"54.163.221.133"
DOCUMENT_ROOT
"/var/www/zoki/data/www/tge.mk/public"
REQUEST_SCHEME
"https"
CONTEXT_PREFIX
"/php-bin/"
CONTEXT_DOCUMENT_ROOT
"/var/www/php-bin-isp-php80/zoki/"
SERVER_ADMIN
"webmaster@tge.mk"
SCRIPT_FILENAME
"/var/www/zoki/data/www/tge.mk/public/index.php"
REMOTE_PORT
"45774"
REDIRECT_URL
"/index.php"
GATEWAY_INTERFACE
"CGI/1.1"
SERVER_PROTOCOL
"HTTP/1.1"
REQUEST_METHOD
"GET"
QUERY_STRING
""
REQUEST_URI
"/product/%25D0%259D%25D0%25B5%25D0%25B4%25D0%25B5%25D0%25BB%25D0%25B0%2520%25D0%25BF%25D0%25BE%25D1%2581%25D0%25B2%25D0%25B5%25D1%2582%25D0%25B5%25D0%25BD%25D0%25B0%2520%25D0%25BD%25D0%25B0%2520%25D0%25A1%25D0%25B0%25D0%25BC%25D0%25B0%25D1%2580%25D1%2598%25D0%25B0%25D0%25BD%25D0%25BA%25D0%25B0%25D1%2582%25D0%25B0"
SCRIPT_NAME
"/index.php"
ORIG_SCRIPT_FILENAME
"/var/www/php-bin-isp-php80/zoki/php"
ORIG_PATH_INFO
"/index.php"
ORIG_PATH_TRANSLATED
"/var/www/zoki/data/www/tge.mk/public/index.php"
ORIG_SCRIPT_NAME
"/php-bin/php"
PHP_SELF
"/index.php"
REQUEST_TIME_FLOAT
1711664292.4788
REQUEST_TIME
1711664292
APP_NAME
"Tge"
APP_ENV
"local"
APP_KEY
"base64:ZaaEi+2nqmEvkgGQ21SIpo5kuBmEVq0ugeHtx9g6QR4="
APP_DEBUG
"true"
APP_URL
"http://localhost"
LOG_CHANNEL
"stack"
DB_CONNECTION
"mysql"
DB_HOST
"localhost"
DB_PORT
"3306"
DB_DATABASE
"tge"
DB_USERNAME
"zoran"
DB_PASSWORD
"simeon08"
BROADCAST_DRIVER
"log"
CACHE_DRIVER
"file"
QUEUE_CONNECTION
"sync"
SESSION_DRIVER
"file"
SESSION_LIFETIME
"120"
REDIS_HOST
"127.0.0.1"
REDIS_PASSWORD
"null"
REDIS_PORT
"6379"
MAIL_DRIVER
"smtp"
MAIL_HOST
"smtp.mailtrap.io"
MAIL_PORT
"2525"
MAIL_USERNAME
"null"
MAIL_PASSWORD
"null"
MAIL_ENCRYPTION
"null"
PUSHER_APP_ID
""
PUSHER_APP_KEY
""
PUSHER_APP_SECRET
""
PUSHER_APP_CLUSTER
"mt1"
MIX_PUSHER_APP_KEY
""
MIX_PUSHER_APP_CLUSTER
"mt1"
Key Value
APP_NAME
"Tge"
APP_ENV
"local"
APP_KEY
"base64:ZaaEi+2nqmEvkgGQ21SIpo5kuBmEVq0ugeHtx9g6QR4="
APP_DEBUG
"true"
APP_URL
"http://localhost"
LOG_CHANNEL
"stack"
DB_CONNECTION
"mysql"
DB_HOST
"localhost"
DB_PORT
"3306"
DB_DATABASE
"tge"
DB_USERNAME
"zoran"
DB_PASSWORD
"simeon08"
BROADCAST_DRIVER
"log"
CACHE_DRIVER
"file"
QUEUE_CONNECTION
"sync"
SESSION_DRIVER
"file"
SESSION_LIFETIME
"120"
REDIS_HOST
"127.0.0.1"
REDIS_PASSWORD
"null"
REDIS_PORT
"6379"
MAIL_DRIVER
"smtp"
MAIL_HOST
"smtp.mailtrap.io"
MAIL_PORT
"2525"
MAIL_USERNAME
"null"
MAIL_PASSWORD
"null"
MAIL_ENCRYPTION
"null"
PUSHER_APP_ID
""
PUSHER_APP_KEY
""
PUSHER_APP_SECRET
""
PUSHER_APP_CLUSTER
"mt1"
MIX_PUSHER_APP_KEY
""
MIX_PUSHER_APP_CLUSTER
"mt1"
0. Whoops\Handler\PrettyPageHandler