Symfony \ Component \ HttpKernel \ Exception \ NotFoundHttpException
No message Symfony\Component\HttpKernel\Exception\NotFoundHttpException thrown with message "" Stacktrace: #16 Symfony\Component\HttpKernel\Exception\NotFoundHttpException in /home/aljannat/aljannat.com/vendor/laravel/framework/src/Illuminate/Routing/RouteCollection.php:161 #15 Illuminate\Routing\RouteCollection:match in /home/aljannat/aljannat.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php:821 #14 Illuminate\Routing\Router:findRoute in /home/aljannat/aljannat.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php:691 #13 Illuminate\Routing\Router:dispatchToRoute in /home/aljannat/aljannat.com/vendor/laravel/framework/src/Illuminate/Routing/Router.php:675 #12 Illuminate\Routing\Router:dispatch in /home/aljannat/aljannat.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:246 #11 Illuminate\Foundation\Http\Kernel:Illuminate\Foundation\Http\{closure} in /home/aljannat/aljannat.com/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:52 #10 call_user_func in /home/aljannat/aljannat.com/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:52 #9 Illuminate\Routing\Pipeline:Illuminate\Routing\{closure} in /home/aljannat/aljannat.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php:44 #8 Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode:handle in /home/aljannat/aljannat.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:136 #7 call_user_func_array in /home/aljannat/aljannat.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:136 #6 Illuminate\Pipeline\Pipeline:Illuminate\Pipeline\{closure} in /home/aljannat/aljannat.com/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:32 #5 call_user_func in /home/aljannat/aljannat.com/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:32 #4 Illuminate\Routing\Pipeline:Illuminate\Routing\{closure} in /home/aljannat/aljannat.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:103 #3 call_user_func in /home/aljannat/aljannat.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:103 #2 Illuminate\Pipeline\Pipeline:then in /home/aljannat/aljannat.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:132 #1 Illuminate\Foundation\Http\Kernel:sendRequestThroughRouter in /home/aljannat/aljannat.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:99 #0 Illuminate\Foundation\Http\Kernel:handle in /home/aljannat/public_html/index.php:54
Stack frames (17)
16
Symfony
\
Component
\
HttpKernel
\
Exception
\
NotFoundHttpException
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Routing
/
RouteCollection.php
161
15
Illuminate
\
Routing
\
RouteCollection
match
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Routing
/
Router.php
821
14
Illuminate
\
Routing
\
Router
findRoute
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Routing
/
Router.php
691
13
Illuminate
\
Routing
\
Router
dispatchToRoute
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Routing
/
Router.php
675
12
Illuminate
\
Routing
\
Router
dispatch
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Foundation
/
Http
/
Kernel.php
246
11
Illuminate
\
Foundation
\
Http
\
Kernel
Illuminate
\
Foundation
\
Http
\
{closure}
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Routing
/
Pipeline.php
52
10
call_user_func
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Routing
/
Pipeline.php
52
9
Illuminate
\
Routing
\
Pipeline
Illuminate
\
Routing
\
{closure}
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Foundation
/
Http
/
Middleware
/
CheckForMaintenanceMode.php
44
8
Illuminate
\
Foundation
\
Http
\
Middleware
\
CheckForMaintenanceMode
handle
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Pipeline
/
Pipeline.php
136
7
call_user_func_array
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Pipeline
/
Pipeline.php
136
6
Illuminate
\
Pipeline
\
Pipeline
Illuminate
\
Pipeline
\
{closure}
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Routing
/
Pipeline.php
32
5
call_user_func
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Routing
/
Pipeline.php
32
4
Illuminate
\
Routing
\
Pipeline
Illuminate
\
Routing
\
{closure}
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Pipeline
/
Pipeline.php
103
3
call_user_func
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Pipeline
/
Pipeline.php
103
2
Illuminate
\
Pipeline
\
Pipeline
then
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Foundation
/
Http
/
Kernel.php
132
1
Illuminate
\
Foundation
\
Http
\
Kernel
sendRequestThroughRouter
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Foundation
/
Http
/
Kernel.php
99
0
Illuminate
\
Foundation
\
Http
\
Kernel
handle
/
home
/
aljannat
/
public_html
/
index.php
54
/
home
/
aljannat
/
aljannat.com
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Routing
/
RouteCollection.php
 
        // First, we will see if we can find a matching route for this current request
        // method. If we can, great, we can just return it so that it can be called
        // by the consumer. Otherwise we will check for routes with another verb.
        $route = $this->check($routes, $request);
 
        if (! is_null($route)) {
            return $route->bind($request);
        }
 
        // If no route was found we will now check if a matching route is specified by
        // another HTTP verb. If it is we will need to throw a MethodNotAllowed and
        // inform the user agent of which HTTP verb it should use for this route.
        $others = $this->checkForAlternateVerbs($request);
 
        if (count($others) > 0) {
            return $this->getRouteForMethods($request, $others);
        }
 
        throw new NotFoundHttpException;
    }
 
    /**
     * Determine if any routes match on another HTTP verb.
     *
     * @param  \Illuminate\Http\Request  $request
     * @return array
     */
    protected function checkForAlternateVerbs($request)
    {
        $methods = array_diff(Router::$verbs, [$request->getMethod()]);
 
        // Here we will spin through all verbs except for the current request verb and
        // check to see if any routes respond to them. If they do, we will return a
        // proper error response with the correct headers on the response string.
        $others = [];
 
        foreach ($methods as $method) {
            if (! is_null($this->check($this->get($method), $request, false))) {
                $others[] = $method;
Arguments
  1. ""
    
/
home
/
aljannat
/
aljannat.com
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Routing
/
Router.php
            // back onto this class' name so the pipeline will properly extract them.
            if (isset($this->middleware[$middleware])) {
                $middleware = $this->middleware[$middleware];
            }
 
            $results[] = $middleware.($parameters ? ':'.$parameters : '');
        }
 
        return $results;
    }
 
    /**
     * 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('Illuminate\Routing\Route', $route);
 
        return $this->substituteBindings($route);
    }
 
    /**
     * Substitute the route bindings onto the route.
     *
     * @param  \Illuminate\Routing\Route  $route
     * @return \Illuminate\Routing\Route
     */
    protected function substituteBindings($route)
    {
        foreach ($route->parameters() as $key => $value) {
            if (isset($this->binders[$key])) {
                $route->setParameter($key, $this->performBinding($key, $value, $route));
            }
        }
 
Arguments
  1. Request {#40}
    
/
home
/
aljannat
/
aljannat.com
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Routing
/
Router.php
    {
        $this->currentRequest = $request;
 
        $response = $this->dispatchToRoute($request);
 
        return $this->prepareResponse($request, $response);
    }
 
    /**
     * Dispatch the request to a route and return the response.
     *
     * @param  \Illuminate\Http\Request  $request
     * @return mixed
     */
    public function dispatchToRoute(Request $request)
    {
        // First we will find a route that matches this request. We will also set the
        // route resolver on the request so middlewares assigned to the route will
        // receive access to this route instance for checking of the parameters.
        $route = $this->findRoute($request);
 
        $request->setRouteResolver(function () use ($route) {
            return $route;
        });
 
        $this->events->fire(new Events\RouteMatched($route, $request));
 
        $response = $this->runRouteWithinStack($route, $request);
 
        return $this->prepareResponse($request, $response);
    }
 
    /**
     * 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)
Arguments
  1. Request {#40}
    
/
home
/
aljannat
/
aljannat.com
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Routing
/
Router.php
     * @return string
     */
    protected function prependGroupUses($uses)
    {
        $group = end($this->groupStack);
 
        return isset($group['namespace']) && strpos($uses, '\\') !== 0 ? $group['namespace'].'\\'.$uses : $uses;
    }
 
    /**
     * Dispatch the request to the application.
     *
     * @param  \Illuminate\Http\Request  $request
     * @return \Illuminate\Http\Response
     */
    public function dispatch(Request $request)
    {
        $this->currentRequest = $request;
 
        $response = $this->dispatchToRoute($request);
 
        return $this->prepareResponse($request, $response);
    }
 
    /**
     * Dispatch the request to a route and return the response.
     *
     * @param  \Illuminate\Http\Request  $request
     * @return mixed
     */
    public function dispatchToRoute(Request $request)
    {
        // First we will find a route that matches this request. We will also set the
        // route resolver on the request so middlewares assigned to the route will
        // receive access to this route instance for checking of the parameters.
        $route = $this->findRoute($request);
 
        $request->setRouteResolver(function () use ($route) {
            return $route;
        });
Arguments
  1. Request {#40}
    
/
home
/
aljannat
/
aljannat.com
/
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);
        };
    }
 
    /**
     * Determine if the kernel has a given middleware.
     *
     * @param  string  $middleware
     * @return bool
     */
    public function hasMiddleware($middleware)
    {
        return in_array($middleware, $this->middleware);
    }
 
    /**
     * Get the bootstrap classes for the application.
     *
     * @return array
     */
    protected function bootstrappers()
Arguments
  1. Request {#40}
    
/
home
/
aljannat
/
aljannat.com
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Routing
/
Pipeline.php
                } catch (Exception $e) {
                    return $this->handleException($passable, $e);
                } catch (Throwable $e) {
                    return $this->handleException($passable, new FatalThrowableError($e));
                }
            };
        };
    }
 
    /**
     * Get the initial slice to begin the stack call.
     *
     * @param  \Closure  $destination
     * @return \Closure
     */
    protected function getInitialSlice(Closure $destination)
    {
        return function ($passable) use ($destination) {
            try {
                return call_user_func($destination, $passable);
            } catch (Exception $e) {
                return $this->handleException($passable, $e);
            } catch (Throwable $e) {
                return $this->handleException($passable, new FatalThrowableError($e));
            }
        };
    }
 
    /**
     * Handle the given exception.
     *
     * @param  mixed  $passable
     * @param  \Exception  $e
     * @return mixed
     *
     * @throws \Exception
     */
    protected function handleException($passable, Exception $e)
    {
        if (! $this->container->bound(ExceptionHandler::class) || ! $passable instanceof Request) {
Arguments
  1. Request {#40}
    
/
home
/
aljannat
/
aljannat.com
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Routing
/
Pipeline.php
                } catch (Exception $e) {
                    return $this->handleException($passable, $e);
                } catch (Throwable $e) {
                    return $this->handleException($passable, new FatalThrowableError($e));
                }
            };
        };
    }
 
    /**
     * Get the initial slice to begin the stack call.
     *
     * @param  \Closure  $destination
     * @return \Closure
     */
    protected function getInitialSlice(Closure $destination)
    {
        return function ($passable) use ($destination) {
            try {
                return call_user_func($destination, $passable);
            } catch (Exception $e) {
                return $this->handleException($passable, $e);
            } catch (Throwable $e) {
                return $this->handleException($passable, new FatalThrowableError($e));
            }
        };
    }
 
    /**
     * Handle the given exception.
     *
     * @param  mixed  $passable
     * @param  \Exception  $e
     * @return mixed
     *
     * @throws \Exception
     */
    protected function handleException($passable, Exception $e)
    {
        if (! $this->container->bound(ExceptionHandler::class) || ! $passable instanceof Request) {
Arguments
  1. Closure {#28
      class: "Illuminate\Foundation\Http\Kernel"
      this: Kernel {#25 …}
      parameters: {
        $request: {}
      }
      file: "/home/aljannat/aljannat.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php"
      line: "243 to 247"
    }
    
  2. Request {#40}
    
/
home
/
aljannat
/
aljannat.com
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Foundation
/
Http
/
Middleware
/
CheckForMaintenanceMode.php
    {
        $this->app = $app;
    }
 
    /**
     * Handle an incoming request.
     *
     * @param  \Illuminate\Http\Request  $request
     * @param  \Closure  $next
     * @return mixed
     *
     * @throws \Symfony\Component\HttpKernel\Exception\HttpException
     */
    public function handle($request, Closure $next)
    {
        if ($this->app->isDownForMaintenance()) {
            throw new HttpException(503);
        }
 
        return $next($request);
    }
}
 
Arguments
  1. Request {#40}
    
/
home
/
aljannat
/
aljannat.com
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Pipeline
/
Pipeline.php
                    // otherwise we'll resolve the pipes out of the container and call it with
                    // the appropriate method and arguments, returning the results back out.
                    return call_user_func($pipe, $passable, $stack);
                } elseif (! is_object($pipe)) {
                    list($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->container->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];
                }
 
                return call_user_func_array([$pipe, $this->method], $parameters);
            };
        };
    }
 
    /**
     * Get the initial slice to begin the stack call.
     *
     * @param  \Closure  $destination
     * @return \Closure
     */
    protected function getInitialSlice(Closure $destination)
    {
        return function ($passable) use ($destination) {
            return call_user_func($destination, $passable);
        };
    }
 
    /**
     * Parse full pipe string to get name and parameters.
     *
Arguments
  1. Request {#40}
    
  2. Closure {#119
      class: "Illuminate\Routing\Pipeline"
      this: Pipeline {#30 …}
      parameters: {
        $passable: {}
      }
      use: {
        $destination: Closure {#28
          class: "Illuminate\Foundation\Http\Kernel"
          this: Kernel {#25 …}
          parameters: {
            $request: {}
          }
          file: "/home/aljannat/aljannat.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php"
          line: "243 to 247"
        }
      }
      file: "/home/aljannat/aljannat.com/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php"
      line: "50 to 58"
    }
    
/
home
/
aljannat
/
aljannat.com
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Pipeline
/
Pipeline.php
                    // otherwise we'll resolve the pipes out of the container and call it with
                    // the appropriate method and arguments, returning the results back out.
                    return call_user_func($pipe, $passable, $stack);
                } elseif (! is_object($pipe)) {
                    list($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->container->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];
                }
 
                return call_user_func_array([$pipe, $this->method], $parameters);
            };
        };
    }
 
    /**
     * Get the initial slice to begin the stack call.
     *
     * @param  \Closure  $destination
     * @return \Closure
     */
    protected function getInitialSlice(Closure $destination)
    {
        return function ($passable) use ($destination) {
            return call_user_func($destination, $passable);
        };
    }
 
    /**
     * Parse full pipe string to get name and parameters.
     *
Arguments
  1. array:2 [
      0 => CheckForMaintenanceMode {#281}
      1 => "handle"
    ]
    
  2. array:2 [
      0 => Request {#40}
      1 => Closure {#119
        class: "Illuminate\Routing\Pipeline"
        this: Pipeline {#30 …}
        parameters: {
          $passable: {}
        }
        use: {
          $destination: Closure {#28
            class: "Illuminate\Foundation\Http\Kernel"
            this: Kernel {#25 …}
            parameters: {
              $request: {}
            }
            file: "/home/aljannat/aljannat.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php"
            line: "243 to 247"
          }
        }
        file: "/home/aljannat/aljannat.com/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php"
        line: "50 to 58"
      }
    ]
    
/
home
/
aljannat
/
aljannat.com
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Routing
/
Pipeline.php
/**
 * This extended pipeline catches any exceptions that occur during each slice.
 *
 * The exceptions are converted to HTTP responses for proper middleware handling.
 */
class Pipeline extends BasePipeline
{
    /**
     * Get a Closure that represents a slice of the application onion.
     *
     * @return \Closure
     */
    protected function getSlice()
    {
        return function ($stack, $pipe) {
            return function ($passable) use ($stack, $pipe) {
                try {
                    $slice = parent::getSlice();
 
                    return call_user_func($slice($stack, $pipe), $passable);
                } catch (Exception $e) {
                    return $this->handleException($passable, $e);
                } catch (Throwable $e) {
                    return $this->handleException($passable, new FatalThrowableError($e));
                }
            };
        };
    }
 
    /**
     * Get the initial slice to begin the stack call.
     *
     * @param  \Closure  $destination
     * @return \Closure
     */
    protected function getInitialSlice(Closure $destination)
    {
        return function ($passable) use ($destination) {
            try {
                return call_user_func($destination, $passable);
Arguments
  1. Request {#40}
    
/
home
/
aljannat
/
aljannat.com
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Routing
/
Pipeline.php
/**
 * This extended pipeline catches any exceptions that occur during each slice.
 *
 * The exceptions are converted to HTTP responses for proper middleware handling.
 */
class Pipeline extends BasePipeline
{
    /**
     * Get a Closure that represents a slice of the application onion.
     *
     * @return \Closure
     */
    protected function getSlice()
    {
        return function ($stack, $pipe) {
            return function ($passable) use ($stack, $pipe) {
                try {
                    $slice = parent::getSlice();
 
                    return call_user_func($slice($stack, $pipe), $passable);
                } catch (Exception $e) {
                    return $this->handleException($passable, $e);
                } catch (Throwable $e) {
                    return $this->handleException($passable, new FatalThrowableError($e));
                }
            };
        };
    }
 
    /**
     * Get the initial slice to begin the stack call.
     *
     * @param  \Closure  $destination
     * @return \Closure
     */
    protected function getInitialSlice(Closure $destination)
    {
        return function ($passable) use ($destination) {
            try {
                return call_user_func($destination, $passable);
Arguments
  1. Closure {#277
      class: "Illuminate\Pipeline\Pipeline"
      this: Pipeline {#30 …}
      parameters: {
        $passable: {}
      }
      use: {
        $stack: Closure {#119
          class: "Illuminate\Routing\Pipeline"
          this: Pipeline {#30 …}
          parameters: {
            $passable: {}
          }
          use: {
            $destination: Closure {#28
              class: "Illuminate\Foundation\Http\Kernel"
              this: Kernel {#25 …}
              parameters: {
                $request: {}
              }
              file: "/home/aljannat/aljannat.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php"
              line: "243 to 247"
            }
          }
          file: "/home/aljannat/aljannat.com/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php"
          line: "50 to 58"
        }
        $pipe: "Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode"
      }
      file: "/home/aljannat/aljannat.com/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php"
      line: "114 to 137"
    }
    
  2. Request {#40}
    
/
home
/
aljannat
/
aljannat.com
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Pipeline
/
Pipeline.php
        $this->method = $method;
 
        return $this;
    }
 
    /**
     * Run the pipeline with a final destination callback.
     *
     * @param  \Closure  $destination
     * @return mixed
     */
    public function then(Closure $destination)
    {
        $firstSlice = $this->getInitialSlice($destination);
 
        $pipes = array_reverse($this->pipes);
 
        return call_user_func(
            array_reduce($pipes, $this->getSlice(), $firstSlice), $this->passable
        );
    }
 
    /**
     * Get a Closure that represents a slice of the application onion.
     *
     * @return \Closure
     */
    protected function getSlice()
    {
        return function ($stack, $pipe) {
            return function ($passable) use ($stack, $pipe) {
                if ($pipe instanceof Closure) {
                    // If the pipe is an instance of a Closure, we will just call it directly but
                    // otherwise we'll resolve the pipes out of the container and call it with
                    // the appropriate method and arguments, returning the results back out.
                    return call_user_func($pipe, $passable, $stack);
                } elseif (! is_object($pipe)) {
                    list($name, $parameters) = $this->parsePipeString($pipe);
 
                    // If the pipe is a string we will parse the string and resolve the class out
Arguments
  1. Request {#40}
    
/
home
/
aljannat
/
aljannat.com
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Pipeline
/
Pipeline.php
        $this->method = $method;
 
        return $this;
    }
 
    /**
     * Run the pipeline with a final destination callback.
     *
     * @param  \Closure  $destination
     * @return mixed
     */
    public function then(Closure $destination)
    {
        $firstSlice = $this->getInitialSlice($destination);
 
        $pipes = array_reverse($this->pipes);
 
        return call_user_func(
            array_reduce($pipes, $this->getSlice(), $firstSlice), $this->passable
        );
    }
 
    /**
     * Get a Closure that represents a slice of the application onion.
     *
     * @return \Closure
     */
    protected function getSlice()
    {
        return function ($stack, $pipe) {
            return function ($passable) use ($stack, $pipe) {
                if ($pipe instanceof Closure) {
                    // If the pipe is an instance of a Closure, we will just call it directly but
                    // otherwise we'll resolve the pipes out of the container and call it with
                    // the appropriate method and arguments, returning the results back out.
                    return call_user_func($pipe, $passable, $stack);
                } elseif (! is_object($pipe)) {
                    list($name, $parameters) = $this->parsePipeString($pipe);
 
                    // If the pipe is a string we will parse the string and resolve the class out
Arguments
  1. Closure {#261
      class: "Illuminate\Routing\Pipeline"
      this: Pipeline {#30 …}
      parameters: {
        $passable: {}
      }
      use: {
        $stack: Closure {#119
          class: "Illuminate\Routing\Pipeline"
          this: Pipeline {#30 …}
          parameters: {
            $passable: {}
          }
          use: {
            $destination: Closure {#28
              class: "Illuminate\Foundation\Http\Kernel"
              this: Kernel {#25 …}
              parameters: {
                $request: {}
              }
              file: "/home/aljannat/aljannat.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php"
              line: "243 to 247"
            }
          }
          file: "/home/aljannat/aljannat.com/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php"
          line: "50 to 58"
        }
        $pipe: "Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode"
      }
      file: "/home/aljannat/aljannat.com/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php"
      line: "28 to 38"
    }
    
  2. Request {#40}
    
/
home
/
aljannat
/
aljannat.com
/
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());
    }
 
    /**
     * 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)
    {
        $middlewares = $this->app->shouldSkipMiddleware() ? [] : array_merge(
            $this->gatherRouteMiddlewares($request),
            $this->middleware
        );
 
        foreach ($middlewares as $middleware) {
            list($name, $parameters) = $this->parseMiddleware($middleware);
 
            $instance = $this->app->make($name);
Arguments
  1. Closure {#28
      class: "Illuminate\Foundation\Http\Kernel"
      this: Kernel {#25 …}
      parameters: {
        $request: {}
      }
      file: "/home/aljannat/aljannat.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php"
      line: "243 to 247"
    }
    
/
home
/
aljannat
/
aljannat.com
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Foundation
/
Http
/
Kernel.php
            $router->middlewareGroup($key, $middleware);
        }
 
        foreach ($this->routeMiddleware as $key => $middleware) {
            $router->middleware($key, $middleware);
        }
    }
 
    /**
     * 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']->fire('kernel.handled', [$request, $response]);
 
        return $response;
    }
 
    /**
     * Send the given request through the middleware / router.
     *
     * @param  \Illuminate\Http\Request  $request
     * @return \Illuminate\Http\Response
Arguments
  1. Request {#40}
    
/
home
/
aljannat
/
public_html
/
index.php
 
$app = require_once __DIR__.'/../aljannat.com/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. Request {#40}
    

Environment & details:

empty
empty
empty
empty
empty
Key Value
USER
"aljannat"
HOME
"/home/aljannat"
FCGI_ROLE
"RESPONDER"
REDIRECT_UNIQUE_ID
"ZgXFAKuib2M0X7okE-m6-QAAAAs"
REDIRECT_SCRIPT_URL
"/31/%D9%86%D9%85%D9%88%D8%B0%D8%AC-APP02"
REDIRECT_SCRIPT_URI
"https://al-jannat.com/31/%D9%86%D9%85%D9%88%D8%B0%D8%AC-APP02"
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"al-jannat.com"
REDIRECT_STATUS
"200"
UNIQUE_ID
"ZgXFAKuib2M0X7okE-m6-QAAAAs"
SCRIPT_URL
"/31/%D9%86%D9%85%D9%88%D8%B0%D8%AC-APP02"
SCRIPT_URI
"https://al-jannat.com/31/%D9%86%D9%85%D9%88%D8%B0%D8%AC-APP02"
HTTPS
"on"
SSL_TLS_SNI
"al-jannat.com"
proxy-nokeepalive
"1"
HTTP_ACCEPT
"*/*"
HTTP_USER_AGENT
"claudebot"
HTTP_REFERER
"https://www.al-jannat.com/31/%25D9%2586%25D9%2585%25D9%2588%25D8%25B0%25D8%25AC-APP02"
HTTP_HOST
"al-jannat.com"
HTTP_X_HTTPS
"1"
PATH
"/usr/local/jdk/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/X11R6/bin:/root/bin:/opt/bin"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SERVER_NAME
"al-jannat.com"
SERVER_ADDR
"167.86.90.203"
SERVER_PORT
"443"
REMOTE_ADDR
"3.85.211.2"
DOCUMENT_ROOT
"/home/aljannat/public_html"
REQUEST_SCHEME
"https"
CONTEXT_PREFIX
""
CONTEXT_DOCUMENT_ROOT
"/home/aljannat/public_html"
SERVER_ADMIN
"webmaster@al-jannat.com"
SCRIPT_FILENAME
"/home/aljannat/public_html/index.php"
REMOTE_PORT
"44510"
REDIRECT_URL
"/31/%D9%86%D9%85%D9%88%D8%B0%D8%AC-APP02"
GATEWAY_INTERFACE
"CGI/1.1"
SERVER_PROTOCOL
"HTTP/1.1"
REQUEST_METHOD
"GET"
QUERY_STRING
""
REQUEST_URI
"/31/%25D9%2586%25D9%2585%25D9%2588%25D8%25B0%25D8%25AC-APP02"
SCRIPT_NAME
"/index.php"
PHP_SELF
"/index.php"
REQUEST_TIME_FLOAT
1711654144.7913
REQUEST_TIME
1711654144
argv
[]
argc
0
APP_ENV
"local"
APP_KEY
"base64:t2b6BaS8N9gYXJiak+2ZE3muXC/5Fdz6+Y6XER/mHu4="
APP_DEBUG
"true"
APP_LOG_LEVEL
"debug"
APP_URL
"http://localhost"
DB_CONNECTION
"mysql"
DB_HOST
"127.0.0.1"
DB_PORT
"3306"
DB_DATABASE
"aljannat_zj1riavm_l5"
DB_USERNAME
"aljannat_alvcuser32"
DB_PASSWORD
"b85y<.2VdZ?,"
CACHE_DRIVER
"file"
SESSION_DRIVER
"file"
QUEUE_DRIVER
"sync"
REDIS_HOST
"127.0.0.1"
REDIS_PASSWORD
"null"
REDIS_PORT
"6379"
MAIL_DRIVER
"sendmail"
MAIL_HOST
"smtp.gmail.com"
MAIL_PORT
"587"
MAIL_USERNAME
"egypt.sender@gmail.com"
MAIL_PASSWORD
";mK(R<+zF`){;<?2"
MAIL_ENCRYPTION
"tls"
Key Value
APP_ENV
"local"
APP_KEY
"base64:t2b6BaS8N9gYXJiak+2ZE3muXC/5Fdz6+Y6XER/mHu4="
APP_DEBUG
"true"
APP_LOG_LEVEL
"debug"
APP_URL
"http://localhost"
DB_CONNECTION
"mysql"
DB_HOST
"127.0.0.1"
DB_PORT
"3306"
DB_DATABASE
"aljannat_zj1riavm_l5"
DB_USERNAME
"aljannat_alvcuser32"
DB_PASSWORD
"b85y<.2VdZ?,"
CACHE_DRIVER
"file"
SESSION_DRIVER
"file"
QUEUE_DRIVER
"sync"
REDIS_HOST
"127.0.0.1"
REDIS_PASSWORD
"null"
REDIS_PORT
"6379"
MAIL_DRIVER
"sendmail"
MAIL_HOST
"smtp.gmail.com"
MAIL_PORT
"587"
MAIL_USERNAME
"egypt.sender@gmail.com"
MAIL_PASSWORD
";mK(R<+zF`){;<?2"
MAIL_ENCRYPTION
"tls"
0. Whoops\Handler\PrettyPageHandler