^ InvalidArgumentException {#170
#message: "View [pages.collection-view] not found."
#code: 0
#file: "/home/storage/e/72/01/eliteproperties1/public_html/_core/vendor/illuminate/view/FileViewFinder.php"
#line: 137
trace: {
/home/storage/e/72/01/eliteproperties1/public_html/_core/vendor/illuminate/view/FileViewFinder.php:137 {
Illuminate\View\FileViewFinder->findInPaths($name, $paths) …
›
› throw new InvalidArgumentException("View [{$name}] not found.");
› }
}
/home/storage/e/72/01/eliteproperties1/public_html/_core/vendor/illuminate/view/FileViewFinder.php:79 {
Illuminate\View\FileViewFinder->find($name) …
›
› return $this->views[$name] = $this->findInPaths($name, $this->paths);
› }
arguments: {
$name: "pages.collection-view"
$paths: array:1 [ …1]
}
}
/home/storage/e/72/01/eliteproperties1/public_html/_core/vendor/illuminate/view/Factory.php:138 {
Illuminate\View\Factory->make($view, $data = [], $mergeData = []) …
› $path = $this->finder->find(
› $view = $this->normalizeName($view)
› );
arguments: {
$name: "pages.collection-view"
}
}
/home/storage/e/72/01/eliteproperties1/public_html/_core/vendor/laravel/lumen-framework/src/helpers.php:433 {
view($view = null, $data = [], $mergeData = []) …
›
› return $factory->make($view, $data, $mergeData);
› }
arguments: {
$view: "pages.collection-view"
$data: array:7 [ …7]
$mergeData: []
}
}
/home/storage/e/72/01/eliteproperties1/public_html/_core/app/Http/Controllers/VitrineController.php:119 {
App\Http\Controllers\VitrineController->collectionView(Request $request, $collection, $name, $page = null) …
› 'item', 'result', 'pagerLinks',
› 'sortBy', 'title', 'page', 'pager'
› ));
arguments: {
$view: "pages.collection-view"
$data: array:7 [ …7]
}
}
/home/storage/e/72/01/eliteproperties1/public_html/_core/vendor/illuminate/container/BoundMethod.php:36 {
Illuminate\Container\BoundMethod::Illuminate\Container\{closure} …
› return static::callBoundMethod($container, $callback, function () use ($container, $callback, $parameters) {
› return $callback(...array_values(static::getMethodDependencies($container, $callback, $parameters)));
› });
arguments: {
$request: Laravel\Lumen\Http\Request {#87 …}
$collection: "vitrine"
$name: "praia"
$page: "3"
}
}
/home/storage/e/72/01/eliteproperties1/public_html/_core/vendor/illuminate/container/Util.php:40 {
Illuminate\Container\Util::unwrapIfClosure($value) …
› {
› return $value instanceof Closure ? $value() : $value;
› }
}
/home/storage/e/72/01/eliteproperties1/public_html/_core/vendor/illuminate/container/BoundMethod.php:93 {
Illuminate\Container\BoundMethod::callBoundMethod($container, $callback, $default) …
›
› return Util::unwrapIfClosure($default);
› }
arguments: {
$value: Closure() {#88 …}
}
}
/home/storage/e/72/01/eliteproperties1/public_html/_core/vendor/illuminate/container/BoundMethod.php:37 {
Illuminate\Container\BoundMethod::call($container, $callback, array $parameters = [], $defaultMethod = null) …
› return $callback(...array_values(static::getMethodDependencies($container, $callback, $parameters)));
› });
› }
arguments: {
$container: Laravel\Lumen\Application {#4 …}
$callback: array:2 [ …2]
$default: Closure() {#88 …}
}
}
/home/storage/e/72/01/eliteproperties1/public_html/_core/vendor/illuminate/container/Container.php:653 {
Illuminate\Container\Container->call($callback, array $parameters = [], $defaultMethod = null) …
› {
› return BoundMethod::call($this, $callback, $parameters, $defaultMethod);
› }
arguments: {
$container: Laravel\Lumen\Application {#4 …}
$callback: array:2 [ …2]
$parameters: array:3 [ …3]
$defaultMethod: null
}
}
/home/storage/e/72/01/eliteproperties1/public_html/_core/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:389 {
Laravel\Lumen\Application->callControllerCallable(callable $callable, array $parameters = []) …
› return $this->prepareResponse(
› $this->call($callable, $parameters)
› );
arguments: {
$callback: array:2 [ …2]
$parameters: array:3 [ …3]
}
}
/home/storage/e/72/01/eliteproperties1/public_html/_core/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:355 {
Laravel\Lumen\Application->callLumenController($instance, $method, $routeInfo) …
› return $this->callControllerCallable(
› [$instance, $method], $routeInfo[2]
› );
arguments: {
$callable: array:2 [ …2]
$parameters: array:3 [ …3]
}
}
/home/storage/e/72/01/eliteproperties1/public_html/_core/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:329 {
Laravel\Lumen\Application->callControllerAction($routeInfo) …
› if ($instance instanceof LumenController) {
› return $this->callLumenController($instance, $method, $routeInfo);
› } else {
arguments: {
$instance: App\Http\Controllers\VitrineController {#5 …}
$method: "collectionView"
$routeInfo: array:3 [ …3]
}
}
/home/storage/e/72/01/eliteproperties1/public_html/_core/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:282 {
Laravel\Lumen\Application->callActionOnArrayBasedRoute($routeInfo) …
› if (isset($action['uses'])) {
› return $this->prepareResponse($this->callControllerAction($routeInfo));
› }
arguments: {
$routeInfo: array:3 [ …3]
}
}
/home/storage/e/72/01/eliteproperties1/public_html/_core/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:267 {
Laravel\Lumen\Application->handleFoundRoute($routeInfo) …
› return $this->prepareResponse(
› $this->callActionOnArrayBasedRoute($routeInfo)
› );
arguments: {
$routeInfo: array:3 [ …3]
}
}
/home/storage/e/72/01/eliteproperties1/public_html/_core/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:237 {
Laravel\Lumen\Application->handleDispatcherResponse($routeInfo) …
› case Dispatcher::FOUND:
› return $this->handleFoundRoute($routeInfo);
› }
arguments: {
$routeInfo: array:3 [ …3]
}
}
/home/storage/e/72/01/eliteproperties1/public_html/_core/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:173 {
Laravel\Lumen\Application->Laravel\Lumen\Concerns\{closure} …
› return $this->handleDispatcherResponse(
› $this->createDispatcher()->dispatch($method, $pathInfo)
› );
arguments: {
$routeInfo: array:3 [ …3]
}
}
/home/storage/e/72/01/eliteproperties1/public_html/_core/vendor/laravel/lumen-framework/src/Routing/Pipeline.php:48 {
Laravel\Lumen\Routing\Pipeline->Laravel\Lumen\Routing\{closure} …
› try {
› return $destination($passable);
› } catch (Throwable $e) {
arguments: {
Laravel\Lumen\Http\Request {#87 …}
}
}
/home/storage/e/72/01/eliteproperties1/public_html/_core/app/Http/Middleware/HeaderMiddleware.php:18 {
App\Http\Middleware\HeaderMiddleware->handle($request, Closure $next) …
› {
› $response = $next($request);
›
arguments: {
Laravel\Lumen\Http\Request {#87 …}
}
}
/home/storage/e/72/01/eliteproperties1/public_html/_core/vendor/illuminate/pipeline/Pipeline.php:167 {
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
› $carry = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Laravel\Lumen\Http\Request {#87 …}
$next: Closure($passable) {#68 …}
}
}
/home/storage/e/72/01/eliteproperties1/public_html/_core/vendor/laravel/lumen-framework/src/Routing/Pipeline.php:30 {
Laravel\Lumen\Routing\Pipeline->Laravel\Lumen\Routing\{closure} …
›
› return ($slice($stack, $pipe))($passable);
› } catch (Throwable $e) {
arguments: {
Laravel\Lumen\Http\Request {#87 …}
}
}
/home/storage/e/72/01/eliteproperties1/public_html/_core/vendor/illuminate/view/Middleware/ShareErrorsFromSession.php:49 {
Illuminate\View\Middleware\ShareErrorsFromSession->handle($request, Closure $next) …
›
› return $next($request);
› }
arguments: {
Laravel\Lumen\Http\Request {#87 …}
}
}
/home/storage/e/72/01/eliteproperties1/public_html/_core/vendor/illuminate/pipeline/Pipeline.php:167 {
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
› $carry = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Laravel\Lumen\Http\Request {#87 …}
$next: Closure($passable) {#68 …}
}
}
/home/storage/e/72/01/eliteproperties1/public_html/_core/vendor/laravel/lumen-framework/src/Routing/Pipeline.php:30 {
Laravel\Lumen\Routing\Pipeline->Laravel\Lumen\Routing\{closure} …
›
› return ($slice($stack, $pipe))($passable);
› } catch (Throwable $e) {
arguments: {
Laravel\Lumen\Http\Request {#87 …}
}
}
/home/storage/e/72/01/eliteproperties1/public_html/_core/vendor/illuminate/session/Middleware/StartSession.php:121 {
Illuminate\Session\Middleware\StartSession->handleStatefulRequest(Request $request, $session, Closure $next) …
›
› $response = $next($request);
›
arguments: {
Laravel\Lumen\Http\Request {#87 …}
}
}
/home/storage/e/72/01/eliteproperties1/public_html/_core/vendor/illuminate/session/Middleware/StartSession.php:64 {
Illuminate\Session\Middleware\StartSession->handle($request, Closure $next) …
›
› return $this->handleStatefulRequest($request, $session, $next);
› }
arguments: {
$request: Laravel\Lumen\Http\Request {#87 …}
$session: Illuminate\Session\Store {#45 …}
$next: Closure($passable) {#70 …}
}
}
/home/storage/e/72/01/eliteproperties1/public_html/_core/vendor/illuminate/pipeline/Pipeline.php:167 {
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
› $carry = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Laravel\Lumen\Http\Request {#87 …}
$next: Closure($passable) {#68 …}
}
}
/home/storage/e/72/01/eliteproperties1/public_html/_core/vendor/laravel/lumen-framework/src/Routing/Pipeline.php:30 {
Laravel\Lumen\Routing\Pipeline->Laravel\Lumen\Routing\{closure} …
›
› return ($slice($stack, $pipe))($passable);
› } catch (Throwable $e) {
arguments: {
Laravel\Lumen\Http\Request {#87 …}
}
}
/home/storage/e/72/01/eliteproperties1/public_html/_core/vendor/illuminate/cookie/Middleware/AddQueuedCookiesToResponse.php:37 {
Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle($request, Closure $next) …
› {
› $response = $next($request);
›
arguments: {
Laravel\Lumen\Http\Request {#87 …}
}
}
/home/storage/e/72/01/eliteproperties1/public_html/_core/vendor/illuminate/pipeline/Pipeline.php:167 {
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
› $carry = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Laravel\Lumen\Http\Request {#87 …}
$next: Closure($passable) {#68 …}
}
}
/home/storage/e/72/01/eliteproperties1/public_html/_core/vendor/laravel/lumen-framework/src/Routing/Pipeline.php:30 {
Laravel\Lumen\Routing\Pipeline->Laravel\Lumen\Routing\{closure} …
›
› return ($slice($stack, $pipe))($passable);
› } catch (Throwable $e) {
arguments: {
Laravel\Lumen\Http\Request {#87 …}
}
}
/home/storage/e/72/01/eliteproperties1/public_html/_core/vendor/illuminate/cookie/Middleware/EncryptCookies.php:67 {
Illuminate\Cookie\Middleware\EncryptCookies->handle($request, Closure $next) …
› {
› return $this->encrypt($next($this->decrypt($request)));
› }
arguments: {
Laravel\Lumen\Http\Request {#87 …}
}
}
/home/storage/e/72/01/eliteproperties1/public_html/_core/vendor/illuminate/pipeline/Pipeline.php:167 {
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
› $carry = method_exists($pipe, $this->method)
› ? $pipe->{$this->method}(...$parameters)
› : $pipe(...$parameters);
arguments: {
$request: Laravel\Lumen\Http\Request {#87 …}
$next: Closure($passable) {#68 …}
}
}
/home/storage/e/72/01/eliteproperties1/public_html/_core/vendor/laravel/lumen-framework/src/Routing/Pipeline.php:30 {
Laravel\Lumen\Routing\Pipeline->Laravel\Lumen\Routing\{closure} …
›
› return ($slice($stack, $pipe))($passable);
› } catch (Throwable $e) {
arguments: {
Laravel\Lumen\Http\Request {#87 …}
}
}
/home/storage/e/72/01/eliteproperties1/public_html/_core/vendor/illuminate/pipeline/Pipeline.php:103 {
Illuminate\Pipeline\Pipeline->then(Closure $destination) …
›
› return $pipeline($this->passable);
› }
arguments: {
Laravel\Lumen\Http\Request {#87 …}
}
}
/home/storage/e/72/01/eliteproperties1/public_html/_core/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:426 {
Laravel\Lumen\Application->sendThroughPipeline(array $middleware, Closure $then) …
› ->through($middleware)
› ->then($then);
› }
arguments: {
$destination: Closure($request) {#99 …}
}
}
/home/storage/e/72/01/eliteproperties1/public_html/_core/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:175 {
Laravel\Lumen\Application->dispatch($request = null) …
› );
› });
› } catch (Throwable $e) {
arguments: {
$middleware: array:5 [ …5]
$then: Closure($request) {#99 …}
}
}
/home/storage/e/72/01/eliteproperties1/public_html/_core/vendor/laravel/lumen-framework/src/Concerns/RoutesRequests.php:112 {
Laravel\Lumen\Application->run($request = null) …
› {
› $response = $this->dispatch($request);
›
arguments: {
$request: null
}
}
/home/storage/e/72/01/eliteproperties1/public_html/index.php:30 {
›
› $app->run();
›
}
}
}