• Cruscotto
  • PDOException {#254
      #message: """
        SQLSTATE[08006] [7] could not connect to server: Connection refused (0x0000274D/10061)\n
        \tIs the server running on host "192.168.0.10" and accepting\n
        \tTCP/IP connections on port 5432?
        """
      #code: 7
      #file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Database\Connectors\Connector.php"
      #line: 55
      +errorInfo: null
      -trace: array:33 [
        0 => array:3 [
          "call" => "PDO->__construct()"
          "file" => "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Database\Connectors\Connector.php:55"
          "args" => array:4 [
            0 => "pgsql:host=192.168.0.10;dbname=geodb"
            1 => "et1"
            2 => "oikos"
            3 => array:4 [
              8 => 0
              3 => 2
              11 => 0
              17 => false
            ]
          ]
        ]
        1 => array:3 [
          "call" => "Illuminate\Database\Connectors\Connector->createConnection()"
          "file" => "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Database\Connectors\PostgresConnector.php:36"
          "args" => array:3 [
            0 => "pgsql:host=192.168.0.10;dbname=geodb"
            1 => array:9 [
              "driver" => "pgsql"
              "host" => "192.168.0.10"
              "database" => "geodb"
              "username" => "et1"
              "password" => "oikos"
              "charset" => "utf8"
              "prefix" => ""
              "schema" => "et1"
              "name" => "loano"
            ]
            2 => array:4 [
              8 => 0
              3 => 2
              11 => 0
              17 => false
            ]
          ]
        ]
        2 => array:3 [
          "call" => "Illuminate\Database\Connectors\PostgresConnector->connect()"
          "file" => "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Database\Connectors\ConnectionFactory.php:60"
          "args" => array:1 [
            0 => array:9 [
              "driver" => "pgsql"
              "host" => "192.168.0.10"
              "database" => "geodb"
              "username" => "et1"
              "password" => "oikos"
              "charset" => "utf8"
              "prefix" => ""
              "schema" => "et1"
              "name" => "loano"
            ]
          ]
        ]
        3 => array:3 [
          "call" => "Illuminate\Database\Connectors\ConnectionFactory->createSingleConnection()"
          "file" => "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Database\Connectors\ConnectionFactory.php:49"
          "args" => array:1 [
            0 => array:9 [
              "driver" => "pgsql"
              "host" => "192.168.0.10"
              "database" => "geodb"
              "username" => "et1"
              "password" => "oikos"
              "charset" => "utf8"
              "prefix" => ""
              "schema" => "et1"
              "name" => "loano"
            ]
          ]
        ]
        4 => array:3 [
          "call" => "Illuminate\Database\Connectors\ConnectionFactory->make()"
          "file" => "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Database\DatabaseManager.php:175"
          "args" => array:2 [
            0 => array:8 [
              "driver" => "pgsql"
              "host" => "192.168.0.10"
              "database" => "geodb"
              "username" => "et1"
              "password" => "oikos"
              "charset" => "utf8"
              "prefix" => ""
              "schema" => "et1"
            ]
            1 => "loano"
          ]
        ]
        5 => array:3 [
          "call" => "Illuminate\Database\DatabaseManager->makeConnection()"
          "file" => "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Database\DatabaseManager.php:67"
          "args" => array:1 [
            0 => "loano"
          ]
        ]
        6 => array:3 [
          "call" => "Illuminate\Database\DatabaseManager->connection()"
          "file" => "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Database\DatabaseManager.php:296"
          "args" => []
        ]
        7 => array:3 [
          "call" => "Illuminate\Database\DatabaseManager->__call()"
          "file" => "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Support\Facades\Facade.php:210"
          "args" => array:2 [
            0 => "select"
            1 => array:1 [
              0 => " SELECT count(*) as count FROM   properties  p WHERE  p.published = true AND p.propertytype_id = 5 AND p.date_show_in_calendar = true"
            ]
          ]
        ]
        8 => array:3 [
          "call" => "Illuminate\Database\DatabaseManager->select()"
          "file" => "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Support\Facades\Facade.php:210"
          "args" => array:1 [
            0 => " SELECT count(*) as count FROM   properties  p WHERE  p.published = true AND p.propertytype_id = 5 AND p.date_show_in_calendar = true"
          ]
        ]
        9 => array:3 [
          "call" => "Illuminate\Support\Facades\Facade::__callStatic()"
          "file" => "C:\Workspace\PORTALER2\ElementiTerritoriali\app\Classes\Menu.php:32"
          "args" => array:2 [
            0 => "select"
            1 => array:1 [
              0 => " SELECT count(*) as count FROM   properties  p WHERE  p.published = true AND p.propertytype_id = 5 AND p.date_show_in_calendar = true"
            ]
          ]
        ]
        10 => array:3 [
          "call" => "Illuminate\Support\Facades\DB::select()"
          "file" => "C:\Workspace\PORTALER2\ElementiTerritoriali\app\Classes\Menu.php:32"
          "args" => array:1 [
            0 => " SELECT count(*) as count FROM   properties  p WHERE  p.published = true AND p.propertytype_id = 5 AND p.date_show_in_calendar = true"
          ]
        ]
        11 => array:3 [
          "call" => "App\Classes\Menu::MainMenu()"
          "file" => "C:\Workspace\PORTALER2\ElementiTerritoriali\storage\framework\views\6ac1140e7788e0e1ccd6478340335a21:80"
          "args" => array:1 [
            0 => & null
          ]
        ]
        12 => array:3 [
          "call" => "include()"
          "file" => "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\View\Engines\PhpEngine.php:42"
          "args" => array:1 [
            0 => "C:\Workspace\PORTALER2\ElementiTerritoriali\storage\framework\views\6ac1140e7788e0e1ccd6478340335a21"
          ]
        ]
        13 => array:3 [
          "call" => "Illuminate\View\Engines\PhpEngine->evaluatePath()"
          "file" => "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\View\Engines\CompilerEngine.php:58"
          "args" => array:2 [
            0 => & "C:\Workspace\PORTALER2\ElementiTerritoriali\storage\framework\views/6ac1140e7788e0e1ccd6478340335a21"
            1 => & array:5 [
              "__env" => Factory {#189
                #engines: EngineResolver {#184
                  #resolvers: array:2 [
                    "php" => Closure {#185
                      class: "Illuminate\View\ViewServiceProvider"
                      this: ViewServiceProvider {#79
                        #app: Application {#2
                          #basePath: "C:\Workspace\PORTALER2\ElementiTerritoriali"
                          #hasBeenBootstrapped: true
                          #booted: true
                          #bootingCallbacks: []
                          #bootedCallbacks: array:1 [
                            0 => Closure {#120
                              class: "Illuminate\Foundation\Support\Providers\RouteServiceProvider"
                              this: RouteServiceProvider {#86
                                #namespace: "App\Http\Controllers"
                                #app: Application {#2}
                                #defer: false
                              }
                              use: array:1 [
                                "$router" => Router {#24
                                  #events: Dispatcher {#5
                                    #container: Application {#2}
                                    #listeners: array:2 [
                                      "router.matched" => array:1 [
                                        0 => array:1 [
                                          0 => Closure {#112
                                            class: "Illuminate\Foundation\Providers\FormRequestServiceProvider"
                                            this: FormRequestServiceProvider {#67 …2}
                                            file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Foundation\Providers\FormRequestServiceProvider.php"
                                            line: "28 to 35"
                                          }
                                        ]
                                      ]
                                      "App\Events\SomeEvent" => array:1 [
                                        0 => array:1 [
                                          0 => Closure {#114
                                            class: "Illuminate\Events\Dispatcher"
                                            this: Dispatcher {#5}
                                            use: array:2 [ …2]
                                            file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Events\Dispatcher.php"
                                            line: "345 to 349"
                                          }
                                        ]
                                      ]
                                    ]
                                    #wildcards: []
                                    #sorted: array:41 [
                                      "Illuminate\Events\EventServiceProvider" => []
                                      "Illuminate\Routing\RoutingServiceProvider" => []
                                      "bootstrapping: Illuminate\Foundation\Bootstrap\DetectEnvironment" => []
                                      "bootstrapped: Illuminate\Foundation\Bootstrap\DetectEnvironment" => []
                                      "bootstrapping: Illuminate\Foundation\Bootstrap\LoadConfiguration" => []
                                      "bootstrapped: Illuminate\Foundation\Bootstrap\LoadConfiguration" => []
                                      "bootstrapping: Illuminate\Foundation\Bootstrap\ConfigureLogging" => []
                                      "bootstrapped: Illuminate\Foundation\Bootstrap\ConfigureLogging" => []
                                      "bootstrapping: Illuminate\Foundation\Bootstrap\HandleExceptions" => []
                                      "bootstrapped: Illuminate\Foundation\Bootstrap\HandleExceptions" => []
                                      "bootstrapping: Illuminate\Foundation\Bootstrap\RegisterFacades" => []
                                      "bootstrapped: Illuminate\Foundation\Bootstrap\RegisterFacades" => []
                                      "bootstrapping: Illuminate\Foundation\Bootstrap\RegisterProviders" => []
                                      "Illuminate\Auth\AuthServiceProvider" => []
                                      "Illuminate\Routing\ControllerServiceProvider" => []
                                      "Illuminate\Cookie\CookieServiceProvider" => []
                                      "Illuminate\Database\DatabaseServiceProvider" => []
                                      "Illuminate\Encryption\EncryptionServiceProvider" => []
                                      "Illuminate\Filesystem\FilesystemServiceProvider" => []
                                      "Illuminate\Foundation\Providers\FormRequestServiceProvider" => []
                                      "Illuminate\Foundation\Providers\FoundationServiceProvider" => []
                                      "Illuminate\Pagination\PaginationServiceProvider" => []
                                      "Illuminate\Session\SessionServiceProvider" => []
                                      "Illuminate\Validation\ValidationServiceProvider" => []
                                      "Illuminate\View\ViewServiceProvider" => []
                                      "Fideloper\Proxy\TrustedProxyServiceProvider" => []
                                      "App\Providers\AppServiceProvider" => []
                                      "App\Providers\EventServiceProvider" => []
                                      "App\Providers\RouteServiceProvider" => []
                                      "Intervention\Image\ImageServiceProvider" => []
                                      "Barryvdh\DomPDF\ServiceProvider" => []
                                      "Maatwebsite\Excel\ExcelServiceProvider" => []
                                      "bootstrapped: Illuminate\Foundation\Bootstrap\RegisterProviders" => []
                                      "bootstrapping: Illuminate\Foundation\Bootstrap\BootProviders" => []
                                      "bootstrapped: Illuminate\Foundation\Bootstrap\BootProviders" => []
                                      "router.before" => []
                                      "creating: errors.404" => []
                                      "composing: errors.404" => []
                                      "creating: layout" => []
                                      "composing: layout" => []
                                      "Illuminate\Html\HtmlServiceProvider" => []
                                    ]
                                    #firing: []
                                    #queueResolver: Closure {#6
                                      class: "Illuminate\Events\EventServiceProvider"
                                      this: EventServiceProvider {#3
                                        #app: Application {#2}
                                        #defer: false
                                      }
                                      use: array:1 [
                                        "$app" => Application {#2}
                                      ]
                                      file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Events\EventServiceProvider.php"
                                      line: "17 to 19"
                                    }
                                  }
                                  #container: Application {#2}
                                  #routes: RouteCollection {#26
                                    #routes: array:4 [
                                      "GET" => array:22 [
                                        "{city}" => Route {#119
                                          #uri: "{city}"
                                          #methods: array:2 [ …2]
                                          #action: array:5 [ …5]
                                          #defaults: []
                                          #wheres: array:1 [ …1]
                                          #parameters: null
                                          #parameterNames: null
                                          #compiled: CompiledRoute {#219 …8}
                                          #container: Application {#2}
                                        }
                                        "{city}/home" => Route {#121
                                          #uri: "{city}/home"
                                          #methods: array:2 [ …2]
                                          #action: array:5 [ …5]
                                          #defaults: []
                                          #wheres: array:1 [ …1]
                                          #parameters: null
                                          #parameterNames: null
                                          #compiled: CompiledRoute {#197 …8}
                                          #container: Application {#2}
                                        }
                                        "{city}/object" => Route {#122
                                          #uri: "{city}/object"
                                          #methods: array:2 [ …2]
                                          #action: array:5 [ …5]
                                          #defaults: []
                                          #wheres: array:1 [ …1]
                                          #parameters: null
                                          #parameterNames: null
                                          #compiled: CompiledRoute {#193 …8}
                                          #container: Application {#2}
                                        }
                                        "{city}/object/detail" => Route {#123
                                          #uri: "{city}/object/detail"
                                          #methods: array:2 [ …2]
                                          #action: array:5 [ …5]
                                          #defaults: []
                                          #wheres: array:1 [ …1]
                                          #parameters: null
                                          #parameterNames: null
                                          #compiled: CompiledRoute {#198 …8}
                                          #container: Application {#2}
                                        }
                                        "{city}/object/detail/{id?}" => Route {#124
                                          #uri: "{city}/object/detail/{id?}"
                                          #methods: array:2 [ …2]
                                          #action: array:5 [ …5]
                                          #defaults: []
                                          #wheres: array:2 [ …2]
                                          #parameters: null
                                          #parameterNames: null
                                          #compiled: CompiledRoute {#199 …8}
                                          #container: Application {#2}
                                        }
                                        "{city}/instances/{object_id}/detail/{instance_id?}/{view_name?}" => Route {#127
                                          #uri: "{city}/instances/{object_id}/detail/{instance_id?}/{view_name?}"
                                          #methods: array:2 [ …2]
                                          #action: array:5 [ …5]
                                          #defaults: []
                                          #wheres: array:3 [ …3]
                                          #parameters: null
                                          #parameterNames: null
                                          #compiled: CompiledRoute {#200 …8}
                                          #container: Application {#2}
                                        }
                                        "{city}/instances/{object_id}/child/{instance_id}/{relation_type}" => Route {#128
                                          #uri: "{city}/instances/{object_id}/child/{instance_id}/{relation_type}"
                                          #methods: array:2 [ …2]
                                          #action: array:5 [ …5]
                                          #defaults: []
                                          #wheres: array:3 [ …3]
                                          #parameters: null
                                          #parameterNames: null
                                          #compiled: CompiledRoute {#201 …8}
                                          #container: Application {#2}
                                        }
                                        "{city}/instances/{id?}" => Route {#130
                                          #uri: "{city}/instances/{id?}"
                                          #methods: array:3 [ …3]
                                          #action: array:5 [ …5]
                                          #defaults: []
                                          #wheres: array:2 [ …2]
                                          #parameters: null
                                          #parameterNames: null
                                          #compiled: CompiledRoute {#221 …8}
                                          #container: Application {#2}
                                        }
                                        "{city}/photosphere/{instance_id}" => Route {#133
                                          #uri: "{city}/photosphere/{instance_id}"
                                          #methods: array:2 [ …2]
                                          #action: array:5 [ …5]
                                          #defaults: []
                                          #wheres: array:2 [ …2]
                                          #parameters: null
                                          #parameterNames: null
                                          #compiled: CompiledRoute {#203 …8}
                                          #container: Application {#2}
                                        }
                                        "{city}/auth/login" => Route {#137
                                          #uri: "{city}/auth/login"
                                          #methods: array:2 [ …2]
                                          #action: array:5 [ …5]
                                          #defaults: []
                                          #wheres: array:1 [ …1]
                                          #parameters: null
                                          #parameterNames: null
                                          #compiled: CompiledRoute {#204 …8}
                                          #container: Application {#2}
                                        }
                                        "{city}/auth/logout" => Route {#139
                                          #uri: "{city}/auth/logout"
                                          #methods: array:2 [ …2]
                                          #action: array:5 [ …5]
                                          #defaults: []
                                          #wheres: array:1 [ …1]
                                          #parameters: null
                                          #parameterNames: null
                                          #compiled: CompiledRoute {#205 …8}
                                          #container: Application {#2}
                                        }
                                        "{city}/auth/register" => Route {#140
                                          #uri: "{city}/auth/register"
                                          #methods: array:2 [ …2]
                                          #action: array:5 [ …5]
                                          #defaults: []
                                          #wheres: array:1 [ …1]
                                          #parameters: null
                                          #parameterNames: null
                                          #compiled: CompiledRoute {#206 …8}
                                          #container: Application {#2}
                                        }
                                        "{city}/password/email" => Route {#142
                                          #uri: "{city}/password/email"
                                          #methods: array:2 [ …2]
                                          #action: array:5 [ …5]
                                          #defaults: []
                                          #wheres: array:1 [ …1]
                                          #parameters: null
                                          #parameterNames: null
                                          #compiled: CompiledRoute {#207 …8}
                                          #container: Application {#2}
                                        }
                                        "{city}/password/reset/{token}" => Route {#144
                                          #uri: "{city}/password/reset/{token}"
                                          #methods: array:2 [ …2]
                                          #action: array:5 [ …5]
                                          #defaults: []
                                          #wheres: array:1 [ …1]
                                          #parameters: null
                                          #parameterNames: null
                                          #compiled: CompiledRoute {#208 …8}
                                          #container: Application {#2}
                                        }
                                        "{city}/user/profile" => Route {#146
                                          #uri: "{city}/user/profile"
                                          #methods: array:2 [ …2]
                                          #action: array:5 [ …5]
                                          #defaults: []
                                          #wheres: array:1 [ …1]
                                          #parameters: null
                                          #parameterNames: null
                                          #compiled: CompiledRoute {#209 …8}
                                          #container: Application {#2}
                                        }
                                        "{city}/user/password" => Route {#148
                                          #uri: "{city}/user/password"
                                          #methods: array:2 [ …2]
                                          #action: array:5 [ …5]
                                          #defaults: []
                                          #wheres: array:1 [ …1]
                                          #parameters: null
                                          #parameterNames: null
                                          #compiled: CompiledRoute {#210 …8}
                                          #container: Application {#2}
                                        }
                                        "{city}/user/roles" => Route {#150
                                          #uri: "{city}/user/roles"
                                          #methods: array:3 [ …3]
                                          #action: array:5 [ …5]
                                          #defaults: []
                                          #wheres: array:1 [ …1]
                                          #parameters: null
                                          #parameterNames: null
                                          #compiled: CompiledRoute {#231 …8}
                                          #container: Application {#2}
                                        }
                                        "{city}/user/role/{id?}" => Route {#151
                                          #uri: "{city}/user/role/{id?}"
                                          #methods: array:2 [ …2]
                                          #action: array:5 [ …5]
                                          #defaults: []
                                          #wheres: array:2 [ …2]
                                          #parameters: null
                                          #parameterNames: null
                                          #compiled: CompiledRoute {#212 …8}
                                          #container: Application {#2}
                                        }
                                        "{city}/user/users" => Route {#154
                                          #uri: "{city}/user/users"
                                          #methods: array:3 [ …3]
                                          #action: array:5 [ …5]
                                          #defaults: []
                                          #wheres: array:1 [ …1]
                                          #parameters: null
                                          #parameterNames: null
                                          #compiled: CompiledRoute {#232 …8}
                                          #container: Application {#2}
                                        }
                                        "{city}/user/user/{id?}" => Route {#155
                                          #uri: "{city}/user/user/{id?}"
                                          #methods: array:2 [ …2]
                                          #action: array:5 [ …5]
                                          #defaults: []
                                          #wheres: array:2 [ …2]
                                          #parameters: null
                                          #parameterNames: null
                                          #compiled: CompiledRoute {#214 …8}
                                          #container: Application {#2}
                                        }
                                        "{city}/calendar/{view?}/{year?}/{month?}/{day?}" => Route {#159
                                          #uri: "{city}/calendar/{view?}/{year?}/{month?}/{day?}"
                                          #methods: array:2 [ …2]
                                          #action: array:5 [ …5]
                                          #defaults: []
                                          #wheres: array:5 [ …5]
                                          #parameters: null
                                          #parameterNames: null
                                          #compiled: CompiledRoute {#215 …8}
                                          #container: Application {#2}
                                        }
                                        "test" => Route {#161
                                          #uri: "test"
                                          #methods: array:2 [ …2]
                                          #action: array:4 [ …4]
                                          #defaults: []
                                          #wheres: []
                                          #parameters: null
                                          #parameterNames: null
                                          #compiled: CompiledRoute {#216 …8}
                                          #container: Application {#2}
                                        }
                                      ]
                                      "HEAD" => array:22 [
                                        "{city}" => Route {#119}
                                        "{city}/home" => Route {#121}
                                        "{city}/object" => Route {#122}
                                        "{city}/object/detail" => Route {#123}
                                        "{city}/object/detail/{id?}" => Route {#124}
                                        "{city}/instances/{object_id}/detail/{instance_id?}/{view_name?}" => Route {#127}
                                        "{city}/instances/{object_id}/child/{instance_id}/{relation_type}" => Route {#128}
                                        "{city}/instances/{id?}" => Route {#130}
                                        "{city}/photosphere/{instance_id}" => Route {#133}
                                        "{city}/auth/login" => Route {#137}
                                        "{city}/auth/logout" => Route {#139}
                                        "{city}/auth/register" => Route {#140}
                                        "{city}/password/email" => Route {#142}
                                        "{city}/password/reset/{token}" => Route {#144}
                                        "{city}/user/profile" => Route {#146}
                                        "{city}/user/password" => Route {#148}
                                        "{city}/user/roles" => Route {#150}
                                        "{city}/user/role/{id?}" => Route {#151}
                                        "{city}/user/users" => Route {#154}
                                        "{city}/user/user/{id?}" => Route {#155}
                                        "{city}/calendar/{view?}/{year?}/{month?}/{day?}" => Route {#159}
                                        "test" => Route {#161}
                                      ]
                                      "POST" => array:19 [
                                        "{city}/object/store" => Route {#125
                                          #uri: "{city}/object/store"
                                          #methods: array:1 [ …1]
                                          #action: array:5 [ …5]
                                          #defaults: []
                                          #wheres: array:1 [ …1]
                                          #parameters: null
                                          #parameterNames: null
                                          #compiled: CompiledRoute {#217 …8}
                                          #container: Application {#2}
                                        }
                                        "{city}/instances/store" => Route {#129
                                          #uri: "{city}/instances/store"
                                          #methods: array:1 [ …1]
                                          #action: array:5 [ …5]
                                          #defaults: []
                                          #wheres: array:1 [ …1]
                                          #parameters: null
                                          #parameterNames: null
                                          #compiled: CompiledRoute {#220 …8}
                                          #container: Application {#2}
                                        }
                                        "{city}/instances/{id?}" => Route {#130}
                                        "{city}/export/{id?}" => Route {#132
                                          #uri: "{city}/export/{id?}"
                                          #methods: array:1 [ …1]
                                          #action: array:5 [ …5]
                                          #defaults: []
                                          #wheres: array:2 [ …2]
                                          #parameters: null
                                          #parameterNames: null
                                          #compiled: CompiledRoute {#218 …8}
                                          #container: Application {#2}
                                        }
                                        "{city}/gallery/upload" => Route {#134
                                          #uri: "{city}/gallery/upload"
                                          #methods: array:1 [ …1]
                                          #action: array:5 [ …5]
                                          #defaults: []
                                          #wheres: array:1 [ …1]
                                          #parameters: null
                                          #parameterNames: null
                                          #compiled: CompiledRoute {#222 …8}
                                          #container: Application {#2}
                                        }
                                        "{city}/gallery/delete" => Route {#135
                                          #uri: "{city}/gallery/delete"
                                          #methods: array:1 [ …1]
                                          #action: array:5 [ …5]
                                          #defaults: []
                                          #wheres: array:1 [ …1]
                                          #parameters: null
                                          #parameterNames: null
                                          #compiled: CompiledRoute {#223 …8}
                                          #container: Application {#2}
                                        }
                                        "{city}/gallery/order" => Route {#136
                                          #uri: "{city}/gallery/order"
                                          #methods: array:1 [ …1]
                                          #action: array:5 [ …5]
                                          #defaults: []
                                          #wheres: array:1 [ …1]
                                          #parameters: null
                                          #parameterNames: null
                                          #compiled: CompiledRoute {#224 …8}
                                          #container: Application {#2}
                                        }
                                        "{city}/auth/login" => Route {#138
                                          #uri: "{city}/auth/login"
                                          #methods: array:1 [ …1]
                                          #action: array:5 [ …5]
                                          #defaults: []
                                          #wheres: array:1 [ …1]
                                          #parameters: null
                                          #parameterNames: null
                                          #compiled: CompiledRoute {#225 …8}
                                          #container: Application {#2}
                                        }
                                        "{city}/auth/register" => Route {#141
                                          #uri: "{city}/auth/register"
                                          #methods: array:1 [ …1]
                                          #action: array:5 [ …5]
                                          #defaults: []
                                          #wheres: array:1 [ …1]
                                          #parameters: null
                                          #parameterNames: null
                                          #compiled: CompiledRoute {#226 …8}
                                          #container: Application {#2}
                                        }
                                        "{city}/password/email" => Route {#143
                                          #uri: "{city}/password/email"
                                          #methods: array:1 [ …1]
                                          #action: array:5 [ …5]
                                          #defaults: []
                                          #wheres: array:1 [ …1]
                                          #parameters: null
                                          #parameterNames: null
                                          #compiled: CompiledRoute {#227 …8}
                                          #container: Application {#2}
                                        }
                                        "{city}/password/reset" => Route {#145
                                          #uri: "{city}/password/reset"
                                          #methods: array:1 [ …1]
                                          #action: array:5 [ …5]
                                          #defaults: []
                                          #wheres: array:1 [ …1]
                                          #parameters: null
                                          #parameterNames: null
                                          #compiled: CompiledRoute {#228 …8}
                                          #container: Application {#2}
                                        }
                                        "{city}/user/profile" => Route {#147
                                          #uri: "{city}/user/profile"
                                          #methods: array:1 [ …1]
                                          #action: array:5 [ …5]
                                          #defaults: []
                                          #wheres: array:1 [ …1]
                                          #parameters: null
                                          #parameterNames: null
                                          #compiled: CompiledRoute {#229 …8}
                                          #container: Application {#2}
                                        }
                                        "{city}/user/password" => Route {#149
                                          #uri: "{city}/user/password"
                                          #methods: array:1 [ …1]
                                          #action: array:5 [ …5]
                                          #defaults: []
                                          #wheres: array:1 [ …1]
                                          #parameters: null
                                          #parameterNames: null
                                          #compiled: CompiledRoute {#230 …8}
                                          #container: Application {#2}
                                        }
                                        "{city}/user/roles" => Route {#150}
                                        "{city}/user/role" => Route {#152
                                          #uri: "{city}/user/role"
                                          #methods: array:1 [ …1]
                                          #action: array:5 [ …5]
                                          #defaults: []
                                          #wheres: array:1 [ …1]
                                          #parameters: null
                                          #parameterNames: null
                                          #compiled: CompiledRoute {#202 …8}
                                          #container: Application {#2}
                                        }
                                        "{city}/user/users" => Route {#154}
                                        "{city}/user/user" => Route {#156
                                          #uri: "{city}/user/user"
                                          #methods: array:1 [ …1]
                                          #action: array:5 [ …5]
                                          #defaults: []
                                          #wheres: array:1 [ …1]
                                          #parameters: null
                                          #parameterNames: null
                                          #compiled: CompiledRoute {#211 …8}
                                          #container: Application {#2}
                                        }
                                        "{city}/print" => Route {#157
                                          #uri: "{city}/print"
                                          #methods: array:1 [ …1]
                                          #action: array:5 [ …5]
                                          #defaults: []
                                          #wheres: array:1 [ …1]
                                          #parameters: null
                                          #parameterNames: null
                                          #compiled: CompiledRoute {#233 …8}
                                          #container: Application {#2}
                                        }
                                        "{city}/ajaxselect" => Route {#158
                                          #uri: "{city}/ajaxselect"
                                          #methods: array:1 [ …1]
                                          #action: array:5 [ …5]
                                          #defaults: []
                                          #wheres: array:1 [ …1]
                                          #parameters: null
                                          #parameterNames: null
                                          #compiled: CompiledRoute {#234 …8}
                                          #container: Application {#2}
                                        }
                                      ]
                                      "DELETE" => array:3 [
                                        "{city}/object/{id?}" => Route {#126
                                          #uri: "{city}/object/{id?}"
                                          #methods: array:1 [ …1]
                                          #action: array:5 [ …5]
                                          #defaults: []
                                          #wheres: array:2 [ …2]
                                          #parameters: null
                                          #parameterNames: null
                                          #compiled: CompiledRoute {#235 …8}
                                          #container: Application {#2}
                                        }
                                        "{city}/instances/{id?}" => Route {#131
                                          #uri: "{city}/instances/{id?}"
                                          #methods: array:1 [ …1]
                                          #action: array:5 [ …5]
                                          #defaults: []
                                          #wheres: array:2 [ …2]
                                          #parameters: null
                                          #parameterNames: null
                                          #compiled: CompiledRoute {#236 …8}
                                          #container: Application {#2}
                                        }
                                        "{city}/user/role/{id}" => Route {#153
                                          #uri: "{city}/user/role/{id}"
                                          #methods: array:1 [ …1]
                                          #action: array:5 [ …5]
                                          #defaults: []
                                          #wheres: array:2 [ …2]
                                          #parameters: null
                                          #parameterNames: null
                                          #compiled: CompiledRoute {#237 …8}
                                          #container: Application {#2}
                                        }
                                      ]
                                    ]
                                    #allRoutes: array:41 [
                                      "HEAD{city}" => Route {#119}
                                      "HEAD{city}/home" => Route {#121}
                                      "HEAD{city}/object" => Route {#122}
                                      "HEAD{city}/object/detail" => Route {#123}
                                      "HEAD{city}/object/detail/{id?}" => Route {#124}
                                      "POST{city}/object/store" => Route {#125}
                                      "DELETE{city}/object/{id?}" => Route {#126}
                                      "HEAD{city}/instances/{object_id}/detail/{instance_id?}/{view_name?}" => Route {#127}
                                      "HEAD{city}/instances/{object_id}/child/{instance_id}/{relation_type}" => Route {#128}
                                      "POST{city}/instances/store" => Route {#129}
                                      "HEAD{city}/instances/{id?}" => Route {#130}
                                      "DELETE{city}/instances/{id?}" => Route {#131}
                                      "POST{city}/export/{id?}" => Route {#132}
                                      "HEAD{city}/photosphere/{instance_id}" => Route {#133}
                                      "POST{city}/gallery/upload" => Route {#134}
                                      "POST{city}/gallery/delete" => Route {#135}
                                      "POST{city}/gallery/order" => Route {#136}
                                      "HEAD{city}/auth/login" => Route {#137}
                                      "POST{city}/auth/login" => Route {#138}
                                      "HEAD{city}/auth/logout" => Route {#139}
                                      "HEAD{city}/auth/register" => Route {#140}
                                      "POST{city}/auth/register" => Route {#141}
                                      "HEAD{city}/password/email" => Route {#142}
                                      "POST{city}/password/email" => Route {#143}
                                      "HEAD{city}/password/reset/{token}" => Route {#144}
                                      "POST{city}/password/reset" => Route {#145}
                                      "HEAD{city}/user/profile" => Route {#146}
                                      "POST{city}/user/profile" => Route {#147}
                                      "HEAD{city}/user/password" => Route {#148}
                                      "POST{city}/user/password" => Route {#149}
                                      "HEAD{city}/user/roles" => Route {#150}
                                      "HEAD{city}/user/role/{id?}" => Route {#151}
                                      "POST{city}/user/role" => Route {#152}
                                      "DELETE{city}/user/role/{id}" => Route {#153}
                                      "HEAD{city}/user/users" => Route {#154}
                                      "HEAD{city}/user/user/{id?}" => Route {#155}
                                      "POST{city}/user/user" => Route {#156}
                                      "POST{city}/print" => Route {#157}
                                      "POST{city}/ajaxselect" => Route {#158}
                                      "HEAD{city}/calendar/{view?}/{year?}/{month?}/{day?}" => Route {#159}
                                      "HEADtest" => Route {#161}
                                    ]
                                    #nameList: []
                                    #actionList: array:38 [
                                      "App\Http\Controllers\homeController@index" => Route {#121}
                                      "App\Http\Controllers\objectController@index" => Route {#122}
                                      "App\Http\Controllers\objectController@detail" => Route {#124}
                                      "App\Http\Controllers\objectController@store" => Route {#125}
                                      "App\Http\Controllers\objectController@destroy" => Route {#126}
                                      "App\Http\Controllers\instancesController@detail" => Route {#127}
                                      "App\Http\Controllers\instancesController@child" => Route {#128}
                                      "App\Http\Controllers\instancesController@store" => Route {#129}
                                      "App\Http\Controllers\instancesController@index" => Route {#130}
                                      "App\Http\Controllers\instancesController@destroy" => Route {#131}
                                      "App\Http\Controllers\instancesController@export" => Route {#132}
                                      "App\Http\Controllers\photoSphereController@show" => Route {#133}
                                      "App\Http\Controllers\galleryController@upload" => Route {#134}
                                      "App\Http\Controllers\galleryController@delete" => Route {#135}
                                      "App\Http\Controllers\galleryController@order" => Route {#136}
                                      "App\Http\Controllers\Auth\AuthController@getLogin" => Route {#137}
                                      "App\Http\Controllers\Auth\AuthController@postLogin" => Route {#138}
                                      "App\Http\Controllers\Auth\AuthController@getLogout" => Route {#139}
                                      "App\Http\Controllers\Auth\AuthController@getRegister" => Route {#140}
                                      "App\Http\Controllers\Auth\AuthController@postRegister" => Route {#141}
                                      "App\Http\Controllers\Auth\PasswordController@getEmail" => Route {#142}
                                      "App\Http\Controllers\Auth\PasswordController@postEmail" => Route {#143}
                                      "App\Http\Controllers\Auth\PasswordController@getReset" => Route {#144}
                                      "App\Http\Controllers\Auth\PasswordController@postReset" => Route {#145}
                                      "App\Http\Controllers\userController@getProfile" => Route {#146}
                                      "App\Http\Controllers\userController@postProfile" => Route {#147}
                                      "App\Http\Controllers\userController@getPassword" => Route {#148}
                                      "App\Http\Controllers\userController@postPassword" => Route {#149}
                                      "App\Http\Controllers\userController@roles" => Route {#150}
                                      "App\Http\Controllers\userController@getRoleDetail" => Route {#151}
                                      "App\Http\Controllers\userController@postRoleDetail" => Route {#152}
                                      "App\Http\Controllers\userController@destroyRole" => Route {#153}
                                      "App\Http\Controllers\userController@users" => Route {#154}
                                      "App\Http\Controllers\userController@getUserDetail" => Route {#155}
                                      "App\Http\Controllers\userController@postUserDetail" => Route {#156}
                                      "App\Http\Controllers\homeController@saveAsPdf" => Route {#157}
                                      "App\Http\Controllers\instancesController@ajaxSelect" => Route {#158}
                                      "App\Http\Controllers\instancesController@calendar" => Route {#159}
                                    ]
                                  }
                                  #current: null
                                  #currentRequest: Request {#39
                                    #json: null
                                    #userResolver: Closure {#181
                                      class: "Illuminate\Auth\AuthServiceProvider"
                                      this: AuthServiceProvider {#21 …}
                                      use: array:1 [
                                        "$app" => Application {#2}
                                      ]
                                      file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Auth\AuthServiceProvider.php"
                                      line: "80 to 82"
                                    }
                                    #routeResolver: null
                                    +attributes: ParameterBag {#41
                                      #parameters: []
                                    }
                                    +request: ParameterBag {#47
                                      #parameters: []
                                    }
                                    +query: ParameterBag {#47}
                                    +server: ServerBag {#44
                                      #parameters: array:33 [
                                        "HTTP_HOST" => "geo.portalecomuni.net"
                                        "HTTP_X_REAL_IP" => "216.73.217.153"
                                        "HTTP_X_FORWARDED_PORT" => "80"
                                        "HTTP_ACCEPT" => "*/*"
                                        "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
                                        "HTTP_ACCEPT_ENCODING" => "gzip, br, zstd, deflate"
                                        "PATH" => "C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\tools\bin\;C:\Program Files (x86)\MySQL\MySQL Utilities 1.3.6\;c:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;c:\Program Files\Microsoft SQL Server\100\Tools\Binn\;c:\Program Files\Microsoft SQL Server\100\DTS\Binn\;c:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;c:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;C:\tools\Pandoc\;C:\Program Files\Git\cmd;C:\tools\OpenSSH\bin;C:\Program Files (x86)\Insta360Stitcher\tools\proStitcher;c:\Program Files\SplunkUniversalForwarder\bin;C:\Workspace\PORTALER2\php;C:\Users\Administrator\AppData\Roaming\nvm;C:\Program Files\nodejs;C:\Python27\;C:\Program Files\Pandoc\;C:\Program Files\Neovim\bin"
                                        "SystemRoot" => "C:\Windows"
                                        "COMSPEC" => "C:\Windows\system32\cmd.exe"
                                        "PATHEXT" => ".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC"
                                        "WINDIR" => "C:\Windows"
                                        "SERVER_SIGNATURE" => ""
                                        "SERVER_SOFTWARE" => "Apache/2.4.16 (Win64)"
                                        "SERVER_NAME" => "geo.portalecomuni.net"
                                        "SERVER_ADDR" => "192.168.0.3"
                                        "SERVER_PORT" => "80"
                                        "REMOTE_ADDR" => "192.168.0.13"
                                        "DOCUMENT_ROOT" => "C:/Workspace/PORTALER2/ElementiTerritoriali/public"
                                        "REQUEST_SCHEME" => "http"
                                        "CONTEXT_PREFIX" => ""
                                        "CONTEXT_DOCUMENT_ROOT" => "C:/Workspace/PORTALER2/ElementiTerritoriali/public"
                                        "SERVER_ADMIN" => "admin@example.com"
                                        "SCRIPT_FILENAME" => "C:/Workspace/PORTALER2/ElementiTerritoriali/public/index.php"
                                        "REMOTE_PORT" => "46186"
                                        "GATEWAY_INTERFACE" => "CGI/1.1"
                                        "SERVER_PROTOCOL" => "HTTP/1.1"
                                        "REQUEST_METHOD" => "GET"
                                        "QUERY_STRING" => ""
                                        "REQUEST_URI" => "/index.php"
                                        "SCRIPT_NAME" => "/index.php"
                                        "PHP_SELF" => "/index.php"
                                        "REQUEST_TIME_FLOAT" => 1782325377.361
                                        "REQUEST_TIME" => 1782325377
                                      ]
                                    }
                                    +files: FileBag {#43
                                      #parameters: []
                                    }
                                    +cookies: ParameterBag {#42
                                      #parameters: []
                                    }
                                    +headers: HeaderBag {#45
                                      #headers: array:6 [
                                        "host" => array:1 [
                                          0 => "geo.portalecomuni.net"
                                        ]
                                        "x-real-ip" => array:1 [
                                          0 => "216.73.217.153"
                                        ]
                                        "x-forwarded-port" => array:1 [
                                          0 => "80"
                                        ]
                                        "accept" => array:1 [
                                          0 => "*/*"
                                        ]
                                        "user-agent" => array:1 [
                                          0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
                                        ]
                                        "accept-encoding" => array:1 [
                                          0 => "gzip, br, zstd, deflate"
                                        ]
                                      ]
                                      #cacheControl: []
                                    }
                                    #content: null
                                    #languages: null
                                    #charsets: null
                                    #encodings: null
                                    #acceptableContentTypes: null
                                    #pathInfo: "/"
                                    #requestUri: "/index.php"
                                    #baseUrl: "/index.php"
                                    #basePath: null
                                    #method: "GET"
                                    #format: null
                                    #session: Store {#163
                                      #id: "ec639b1fc6cba7194a4641b43472de40e8c7a22a"
                                      #name: "laravel_session"
                                      #attributes: array:1 [
                                        "_token" => "7LVnuauUmv9896yapNaBmN4gJppzfHCn2bnHT1An"
                                      ]
                                      #bags: []
                                      #metaBag: MetadataBag {#172
                                        -name: "__metadata"
                                        -storageKey: "_sf2_meta"
                                        #meta: &59 array:3 [
                                          "u" => 1782325377
                                          "c" => 1782325377
                                          "l" => "0"
                                        ]
                                        -lastUsed: 1782325377
                                        -updateThreshold: 0
                                      }
                                      #bagData: array:1 [
                                        "_sf2_meta" => &59 array:3 [&59]
                                      ]
                                      #handler: FileSessionHandler {#171
                                        #files: Filesystem {#118}
                                        #path: "C:\Workspace\PORTALER2\ElementiTerritoriali\storage\framework/sessions"
                                      }
                                      #started: true
                                    }
                                    #locale: null
                                    #defaultLocale: "en"
                                  }
                                  #middleware: array:5 [
                                    "auth" => "App\Http\Middleware\Authenticate"
                                    "auth.basic" => "Illuminate\Auth\Middleware\AuthenticateWithBasicAuth"
                                    "guest" => "App\Http\Middleware\RedirectIfAuthenticated"
                                    "role" => "App\Http\Middleware\RoleMiddleware"
                                    "db" => "App\Http\Middleware\DbMiddleware"
                                  ]
                                  #patternFilters: []
                                  #regexFilters: []
                                  #binders: []
                                  #patterns: []
                                  #groupStack: []
                                }
                              ]
                              file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Foundation\Support\Providers\RouteServiceProvider.php"
                              line: "32 to 34"
                            }
                          ]
                          #terminatingCallbacks: []
                          #serviceProviders: array:22 [
                            0 => EventServiceProvider {#3}
                            1 => RoutingServiceProvider {#7
                              #app: Application {#2}
                              #defer: false
                            }
                            2 => AuthServiceProvider {#21 …}
                            3 => ControllerServiceProvider {#49
                              #app: Application {#2}
                              #defer: false
                            }
                            4 => CookieServiceProvider {#51
                              #app: Application {#2}
                              #defer: false
                            }
                            5 => DatabaseServiceProvider {#53
                              #app: Application {#2}
                              #defer: false
                            }
                            6 => EncryptionServiceProvider {#59
                              #app: Application {#2}
                              #defer: false
                            }
                            7 => FilesystemServiceProvider {#61
                              #app: Application {#2}
                              #defer: false
                            }
                            8 => FormRequestServiceProvider {#67}
                            9 => FoundationServiceProvider {#66
                              #providers: array:1 [
                                0 => "Illuminate\Foundation\Providers\FormRequestServiceProvider"
                              ]
                              #instances: array:1 [
                                0 => FormRequestServiceProvider {#67}
                              ]
                              #app: Application {#2}
                              #defer: false
                            }
                            10 => PaginationServiceProvider {#68
                              #app: Application {#2}
                              #defer: false
                            }
                            11 => SessionServiceProvider {#71
                              #app: Application {#2}
                              #defer: false
                            }
                            12 => ValidationServiceProvider {#75
                              #app: Application {#2}
                              #defer: false
                            }
                            13 => ViewServiceProvider {#79}
                            14 => TrustedProxyServiceProvider {#83
                              #app: Application {#2}
                              #defer: false
                            }
                            15 => AppServiceProvider {#84
                              #app: Application {#2}
                              #defer: false
                            }
                            16 => EventServiceProvider {#85
                              #listen: array:1 [
                                "App\Events\SomeEvent" => array:1 [
                                  0 => "App\Listeners\EventListener"
                                ]
                              ]
                              #subscribe: []
                              #app: Application {#2}
                              #defer: false
                            }
                            17 => RouteServiceProvider {#86}
                            18 => ImageServiceProvider {#87
                              #defer: false
                              #provider: ImageServiceProviderLaravel5 {#88
                                #app: Application {#2}
                                #defer: false
                              }
                              #app: Application {#2}
                            }
                            19 => ServiceProvider {#91
                              #defer: false
                              #app: Application {#2}
                            }
                            20 => ExcelServiceProvider {#94
                              #defer: false
                              #app: Application {#2}
                            }
                            21 => HtmlServiceProvider {#246
                              #defer: true
                              #app: Application {#2}
                            }
                          ]
                          #loadedProviders: array:22 [
                            "Illuminate\Events\EventServiceProvider" => true
                            "Illuminate\Routing\RoutingServiceProvider" => true
                            "Illuminate\Auth\AuthServiceProvider" => true
                            "Illuminate\Routing\ControllerServiceProvider" => true
                            "Illuminate\Cookie\CookieServiceProvider" => true
                            "Illuminate\Database\DatabaseServiceProvider" => true
                            "Illuminate\Encryption\EncryptionServiceProvider" => true
                            "Illuminate\Filesystem\FilesystemServiceProvider" => true
                            "Illuminate\Foundation\Providers\FormRequestServiceProvider" => true
                            "Illuminate\Foundation\Providers\FoundationServiceProvider" => true
                            "Illuminate\Pagination\PaginationServiceProvider" => true
                            "Illuminate\Session\SessionServiceProvider" => true
                            "Illuminate\Validation\ValidationServiceProvider" => true
                            "Illuminate\View\ViewServiceProvider" => true
                            "Fideloper\Proxy\TrustedProxyServiceProvider" => true
                            "App\Providers\AppServiceProvider" => true
                            "App\Providers\EventServiceProvider" => true
                            "App\Providers\RouteServiceProvider" => true
                            "Intervention\Image\ImageServiceProvider" => true
                            "Barryvdh\DomPDF\ServiceProvider" => true
                            "Maatwebsite\Excel\ExcelServiceProvider" => true
                            "Illuminate\Html\HtmlServiceProvider" => true
                          ]
                          #deferredServices: array:85 [
                            "command.app.name" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                            "command.clear-compiled" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                            "command.command.make" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                            "command.config.cache" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                            "command.config.clear" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                            "command.console.make" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                            "command.event.generate" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                            "command.event.make" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                            "command.down" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                            "command.environment" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                            "command.handler.command" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                            "command.handler.event" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                            "command.job.make" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                            "command.key.generate" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                            "command.listener.make" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                            "command.model.make" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                            "command.optimize" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                            "command.policy.make" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                            "command.provider.make" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                            "command.request.make" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                            "command.route.cache" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                            "command.route.clear" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                            "command.route.list" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                            "command.serve" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                            "command.test.make" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                            "command.tinker" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                            "command.up" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                            "command.vendor.publish" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                            "command.view.clear" => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                            "Illuminate\Broadcasting\BroadcastManager" => "Illuminate\Broadcasting\BroadcastServiceProvider"
                            "Illuminate\Contracts\Broadcasting\Factory" => "Illuminate\Broadcasting\BroadcastServiceProvider"
                            "Illuminate\Contracts\Broadcasting\Broadcaster" => "Illuminate\Broadcasting\BroadcastServiceProvider"
                            "Illuminate\Bus\Dispatcher" => "Illuminate\Bus\BusServiceProvider"
                            "Illuminate\Contracts\Bus\Dispatcher" => "Illuminate\Bus\BusServiceProvider"
                            "Illuminate\Contracts\Bus\QueueingDispatcher" => "Illuminate\Bus\BusServiceProvider"
                            "cache" => "Illuminate\Cache\CacheServiceProvider"
                            "cache.store" => "Illuminate\Cache\CacheServiceProvider"
                            "memcached.connector" => "Illuminate\Cache\CacheServiceProvider"
                            "command.cache.clear" => "Illuminate\Cache\CacheServiceProvider"
                            "command.cache.table" => "Illuminate\Cache\CacheServiceProvider"
                            "command.auth.resets.clear" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                            "Illuminate\Console\Scheduling\ScheduleRunCommand" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                            "migrator" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                            "migration.repository" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                            "command.migrate" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                            "command.migrate.rollback" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                            "command.migrate.reset" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                            "command.migrate.refresh" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                            "command.migrate.install" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                            "command.migrate.status" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                            "migration.creator" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                            "command.migrate.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                            "seeder" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                            "command.seed" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                            "command.seeder.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                            "composer" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                            "command.queue.table" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                            "command.queue.failed" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                            "command.queue.retry" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                            "command.queue.forget" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                            "command.queue.flush" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                            "command.queue.failed-table" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                            "command.controller.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                            "command.middleware.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                            "command.session.database" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                            "hash" => "Illuminate\Hashing\HashServiceProvider"
                            "mailer" => "Illuminate\Mail\MailServiceProvider"
                            "swift.mailer" => "Illuminate\Mail\MailServiceProvider"
                            "swift.transport" => "Illuminate\Mail\MailServiceProvider"
                            "Illuminate\Contracts\Pipeline\Hub" => "Illuminate\Pipeline\PipelineServiceProvider"
                            "queue" => "Illuminate\Queue\QueueServiceProvider"
                            "queue.worker" => "Illuminate\Queue\QueueServiceProvider"
                            "queue.listener" => "Illuminate\Queue\QueueServiceProvider"
                            "queue.failer" => "Illuminate\Queue\QueueServiceProvider"
                            "command.queue.work" => "Illuminate\Queue\QueueServiceProvider"
                            "command.queue.listen" => "Illuminate\Queue\QueueServiceProvider"
                            "command.queue.restart" => "Illuminate\Queue\QueueServiceProvider"
                            "command.queue.subscribe" => "Illuminate\Queue\QueueServiceProvider"
                            "queue.connection" => "Illuminate\Queue\QueueServiceProvider"
                            "redis" => "Illuminate\Redis\RedisServiceProvider"
                            "auth.password" => "Illuminate\Auth\Passwords\PasswordResetServiceProvider"
                            "auth.password.tokens" => "Illuminate\Auth\Passwords\PasswordResetServiceProvider"
                            "translator" => "Illuminate\Translation\TranslationServiceProvider"
                            "translation.loader" => "Illuminate\Translation\TranslationServiceProvider"
                            "form" => "Illuminate\Html\HtmlServiceProvider"
                          ]
                          #monologConfigurator: null
                          #databasePath: null
                          #storagePath: null
                          #environmentPath: null
                          #environmentFile: ".env"
                          #namespace: null
                          #resolved: array:37 [
                            "events" => true
                            "router" => true
                            "App\Http\Kernel" => true
                            "Illuminate\Contracts\Http\Kernel" => true
                            "Illuminate\Foundation\Bootstrap\DetectEnvironment" => true
                            "Illuminate\Foundation\Bootstrap\LoadConfiguration" => true
                            "Illuminate\Foundation\Bootstrap\ConfigureLogging" => true
                            "env" => true
                            "Illuminate\Foundation\Bootstrap\HandleExceptions" => true
                            "Illuminate\Foundation\Bootstrap\RegisterFacades" => true
                            "Illuminate\Foundation\Bootstrap\RegisterProviders" => true
                            "Illuminate\Foundation\Bootstrap\BootProviders" => true
                            "db.factory" => true
                            "db" => true
                            "url" => true
                            "files" => true
                            "Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode" => true
                            "encrypter" => true
                            "App\Http\Middleware\EncryptCookies" => true
                            "cookie" => true
                            "Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse" => true
                            "session" => true
                            "Illuminate\Session\Middleware\StartSession" => true
                            "view.engine.resolver" => true
                            "view.finder" => true
                            "view" => true
                            "Illuminate\View\Middleware\ShareErrorsFromSession" => true
                            "Fideloper\Proxy\TrustProxies" => true
                            "App\Http\Middleware\VerifyCsrfToken" => true
                            "Psr\Log\LoggerInterface" => true
                            "App\Exceptions\Handler" => true
                            "Illuminate\Contracts\Debug\ExceptionHandler" => true
                            "session.store" => true
                            "redirect" => true
                            "Illuminate\Contracts\Routing\ResponseFactory" => true
                            "blade.compiler" => true
                            "html" => true
                          ]
                          #bindings: array:50 [
                            "events" => array:2 [
                              "concrete" => Closure {#4
                                class: "Illuminate\Events\EventServiceProvider"
                                this: EventServiceProvider {#3}
                                parameters: array:1 [
                                  "$app" => []
                                ]
                                file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Events\EventServiceProvider.php"
                                line: "16 to 20"
                              }
                              "shared" => true
                            ]
                            "router" => array:2 [
                              "concrete" => Closure {#9
                                class: "Illuminate\Container\Container"
                                this: Application {#2}
                                parameters: array:1 [
                                  "$container" => []
                                ]
                                use: array:2 [
                                  "$closure" => Closure {#8
                                    class: "Illuminate\Routing\RoutingServiceProvider"
                                    this: RoutingServiceProvider {#7}
                                    parameters: array:1 [ …1]
                                    file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Routing\RoutingServiceProvider.php"
                                    line: "40 to 42"
                                  }
                                  "$object" => Router {#24}
                                ]
                                file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Container\Container.php"
                                line: "268 to 279"
                              }
                              "shared" => false
                            ]
                            "url" => array:2 [
                              "concrete" => Closure {#11
                                class: "Illuminate\Container\Container"
                                this: Application {#2}
                                parameters: array:1 [
                                  "$container" => []
                                ]
                                use: array:2 [
                                  "$closure" => Closure {#10
                                    class: "Illuminate\Routing\RoutingServiceProvider"
                                    this: RoutingServiceProvider {#7}
                                    parameters: array:1 [ …1]
                                    file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Routing\RoutingServiceProvider.php"
                                    line: "52 to 78"
                                  }
                                  "$object" => UrlGenerator {#115
                                    #routes: RouteCollection {#26}
                                    #request: Request {#39}
                                    #forcedRoot: null
                                    #forceSchema: null
                                    #cachedRoot: "http://geo.portalecomuni.net/index.php"
                                    #cachedSchema: "http://"
                                    #rootNamespace: "App\Http\Controllers"
                                    #sessionResolver: Closure {#116
                                      class: "Illuminate\Routing\RoutingServiceProvider"
                                      this: RoutingServiceProvider {#7}
                                      file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Routing\RoutingServiceProvider.php"
                                      line: "66 to 68"
                                    }
                                    #dontEncode: array:14 [
                                      "%2F" => "/"
                                      "%40" => "@"
                                      "%3A" => ":"
                                      "%3B" => ";"
                                      "%2C" => ","
                                      "%3D" => "="
                                      "%2B" => "+"
                                      "%21" => "!"
                                      "%2A" => "*"
                                      "%7C" => "|"
                                      "%3F" => "?"
                                      "%26" => "&"
                                      "%23" => "#"
                                      "%25" => "%"
                                    ]
                                  }
                                ]
                                file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Container\Container.php"
                                line: "268 to 279"
                              }
                              "shared" => false
                            ]
                            "redirect" => array:2 [
                              "concrete" => Closure {#13
                                class: "Illuminate\Container\Container"
                                this: Application {#2}
                                parameters: array:1 [
                                  "$container" => []
                                ]
                                use: array:2 [
                                  "$closure" => Closure {#12
                                    class: "Illuminate\Routing\RoutingServiceProvider"
                                    this: RoutingServiceProvider {#7}
                                    parameters: array:1 [ …1]
                                    file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Routing\RoutingServiceProvider.php"
                                    line: "100 to 111"
                                  }
                                  "$object" => Redirector {#238
                                    #generator: UrlGenerator {#115}
                                    #session: Store {#163}
                                  }
                                ]
                                file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Container\Container.php"
                                line: "268 to 279"
                              }
                              "shared" => false
                            ]
                            "Psr\Http\Message\ServerRequestInterface" => array:2 [
                              "concrete" => Closure {#14
                                class: "Illuminate\Routing\RoutingServiceProvider"
                                this: RoutingServiceProvider {#7}
                                parameters: array:1 [
                                  "$app" => []
                                ]
                                file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Routing\RoutingServiceProvider.php"
                                line: "121 to 123"
                              }
                              "shared" => false
                            ]
                            "Psr\Http\Message\ResponseInterface" => array:2 [
                              "concrete" => Closure {#15
                                class: "Illuminate\Routing\RoutingServiceProvider"
                                this: RoutingServiceProvider {#7}
                                parameters: array:1 [
                                  "$app" => []
                                ]
                                file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Routing\RoutingServiceProvider.php"
                                line: "133 to 135"
                              }
                              "shared" => false
                            ]
                            "Illuminate\Contracts\Routing\ResponseFactory" => array:2 [
                              "concrete" => Closure {#16
                                class: "Illuminate\Routing\RoutingServiceProvider"
                                this: RoutingServiceProvider {#7}
                                parameters: array:1 [
                                  "$app" => []
                                ]
                                file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Routing\RoutingServiceProvider.php"
                                line: "145 to 147"
                              }
                              "shared" => true
                            ]
                            "Illuminate\Contracts\Http\Kernel" => array:2 [
                              "concrete" => Closure {#17
                                class: "Illuminate\Container\Container"
                                this: Application {#2}
                                parameters: array:2 [
                                  "$c" => []
                                  "$parameters" => array:1 [
                                    "default" => []
                                  ]
                                ]
                                use: array:2 [
                                  "$abstract" => "Illuminate\Contracts\Http\Kernel"
                                  "$concrete" => "App\Http\Kernel"
                                ]
                                file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Container\Container.php"
                                line: "213 to 217"
                              }
                              "shared" => true
                            ]
                            "Illuminate\Contracts\Console\Kernel" => array:2 [
                              "concrete" => Closure {#18
                                class: "Illuminate\Container\Container"
                                this: Application {#2}
                                parameters: array:2 [
                                  "$c" => []
                                  "$parameters" => array:1 [
                                    "default" => []
                                  ]
                                ]
                                use: array:2 [
                                  "$abstract" => "Illuminate\Contracts\Console\Kernel"
                                  "$concrete" => "App\Console\Kernel"
                                ]
                                file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Container\Container.php"
                                line: "213 to 217"
                              }
                              "shared" => true
                            ]
                            "Illuminate\Contracts\Debug\ExceptionHandler" => array:2 [
                              "concrete" => Closure {#19
                                class: "Illuminate\Container\Container"
                                this: Application {#2}
                                parameters: array:2 [
                                  "$c" => []
                                  "$parameters" => array:1 [
                                    "default" => []
                                  ]
                                ]
                                use: array:2 [
                                  "$abstract" => "Illuminate\Contracts\Debug\ExceptionHandler"
                                  "$concrete" => "App\Exceptions\Handler"
                                ]
                                file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Container\Container.php"
                                line: "213 to 217"
                              }
                              "shared" => true
                            ]
                            "env" => array:2 [
                              "concrete" => Closure {#27
                                class: "Illuminate\Container\Container"
                                this: Application {#2}
                                use: array:1 [
                                  "$value" => "local"
                                ]
                                file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Container\Container.php"
                                line: "1175 to 1177"
                              }
                              "shared" => false
                            ]
                            "Psr\Log\LoggerInterface" => array:2 [
                              "concrete" => Closure {#36
                                class: "Illuminate\Foundation\Bootstrap\ConfigureLogging"
                                this: ConfigureLogging {#22 …}
                                parameters: array:1 [
                                  "$app" => []
                                ]
                                file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Foundation\Bootstrap\ConfigureLogging.php"
                                line: "35 to 37"
                              }
                              "shared" => false
                            ]
                            "auth" => array:2 [
                              "concrete" => Closure {#40
                                class: "Illuminate\Auth\AuthServiceProvider"
                                this: AuthServiceProvider {#21 …}
                                parameters: array:1 [
                                  "$app" => []
                                ]
                                file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Auth\AuthServiceProvider.php"
                                line: "34 to 41"
                              }
                              "shared" => true
                            ]
                            "auth.driver" => array:2 [
                              "concrete" => Closure {#33
                                class: "Illuminate\Auth\AuthServiceProvider"
                                this: AuthServiceProvider {#21 …}
                                parameters: array:1 [
                                  "$app" => []
                                ]
                                file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Auth\AuthServiceProvider.php"
                                line: "43 to 45"
                              }
                              "shared" => true
                            ]
                            "Illuminate\Contracts\Auth\Authenticatable" => array:2 [
                              "concrete" => Closure {#34
                                class: "Illuminate\Auth\AuthServiceProvider"
                                this: AuthServiceProvider {#21 …}
                                parameters: array:1 [
                                  "$app" => []
                                ]
                                file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Auth\AuthServiceProvider.php"
                                line: "55 to 57"
                              }
                              "shared" => false
                            ]
                            "Illuminate\Contracts\Auth\Access\Gate" => array:2 [
                              "concrete" => Closure {#46
                                class: "Illuminate\Auth\AuthServiceProvider"
                                this: AuthServiceProvider {#21 …}
                                parameters: array:1 [
                                  "$app" => []
                                ]
                                file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Auth\AuthServiceProvider.php"
                                line: "67 to 69"
                              }
                              "shared" => true
                            ]
                            "illuminate.route.dispatcher" => array:2 [
                              "concrete" => Closure {#50
                                class: "Illuminate\Routing\ControllerServiceProvider"
                                this: ControllerServiceProvider {#49}
                                parameters: array:1 [
                                  "$app" => []
                                ]
                                file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Routing\ControllerServiceProvider.php"
                                line: "16 to 18"
                              }
                              "shared" => true
                            ]
                            "cookie" => array:2 [
                              "concrete" => Closure {#52
                                class: "Illuminate\Cookie\CookieServiceProvider"
                                this: CookieServiceProvider {#51}
                                parameters: array:1 [
                                  "$app" => []
                                ]
                                file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Cookie\CookieServiceProvider.php"
                                line: "16 to 20"
                              }
                              "shared" => true
                            ]
                            "Faker\Generator" => array:2 [
                              "concrete" => Closure {#54
                                class: "Illuminate\Database\DatabaseServiceProvider"
                                this: DatabaseServiceProvider {#53}
                                file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Database\DatabaseServiceProvider.php"
                                line: "62 to 64"
                              }
                              "shared" => true
                            ]
                            "Illuminate\Database\Eloquent\Factory" => array:2 [
                              "concrete" => Closure {#55
                                class: "Illuminate\Database\DatabaseServiceProvider"
                                this: DatabaseServiceProvider {#53}
                                parameters: array:1 [
                                  "$app" => []
                                ]
                                file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Database\DatabaseServiceProvider.php"
                                line: "66 to 70"
                              }
                              "shared" => true
                            ]
                            "Illuminate\Contracts\Queue\EntityResolver" => array:2 [
                              "concrete" => Closure {#56
                                class: "Illuminate\Database\DatabaseServiceProvider"
                                this: DatabaseServiceProvider {#53}
                                file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Database\DatabaseServiceProvider.php"
                                line: "80 to 82"
                              }
                              "shared" => true
                            ]
                            "db.factory" => array:2 [
                              "concrete" => Closure {#57
                                class: "Illuminate\Database\DatabaseServiceProvider"
                                this: DatabaseServiceProvider {#53}
                                parameters: array:1 [
                                  "$app" => []
                                ]
                                file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Database\DatabaseServiceProvider.php"
                                line: "43 to 45"
                              }
                              "shared" => true
                            ]
                            "db" => array:2 [
                              "concrete" => Closure {#58
                                class: "Illuminate\Database\DatabaseServiceProvider"
                                this: DatabaseServiceProvider {#53}
                                parameters: array:1 [
                                  "$app" => []
                                ]
                                file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Database\DatabaseServiceProvider.php"
                                line: "50 to 52"
                              }
                              "shared" => true
                            ]
                            "encrypter" => array:2 [
                              "concrete" => Closure {#60
                                class: "Illuminate\Encryption\EncryptionServiceProvider"
                                this: EncryptionServiceProvider {#59}
                                parameters: array:1 [
                                  "$app" => []
                                ]
                                file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Encryption\EncryptionServiceProvider.php"
                                line: "17 to 31"
                              }
                              "shared" => true
                            ]
                            "files" => array:2 [
                              "concrete" => Closure {#62
                                class: "Illuminate\Filesystem\FilesystemServiceProvider"
                                this: FilesystemServiceProvider {#61}
                                file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Filesystem\FilesystemServiceProvider.php"
                                line: "28 to 28"
                              }
                              "shared" => true
                            ]
                            "filesystem" => array:2 [
                              "concrete" => Closure {#63
                                class: "Illuminate\Filesystem\FilesystemServiceProvider"
                                this: FilesystemServiceProvider {#61}
                                file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Filesystem\FilesystemServiceProvider.php"
                                line: "56 to 58"
                              }
                              "shared" => true
                            ]
                            "filesystem.disk" => array:2 [
                              "concrete" => Closure {#64
                                class: "Illuminate\Filesystem\FilesystemServiceProvider"
                                this: FilesystemServiceProvider {#61}
                                file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Filesystem\FilesystemServiceProvider.php"
                                line: "40 to 42"
                              }
                              "shared" => true
                            ]
                            "filesystem.cloud" => array:2 [
                              "concrete" => Closure {#65
                                class: "Illuminate\Filesystem\FilesystemServiceProvider"
                                this: FilesystemServiceProvider {#61}
                                file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Filesystem\FilesystemServiceProvider.php"
                                line: "44 to 46"
                              }
                              "shared" => true
                            ]
                            "session" => array:2 [
                              "concrete" => Closure {#72
                                class: "Illuminate\Session\SessionServiceProvider"
                                this: SessionServiceProvider {#71}
                                parameters: array:1 [
                                  "$app" => []
                                ]
                                file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Session\SessionServiceProvider.php"
                                line: "30 to 32"
                              }
                              "shared" => true
                            ]
                            "session.store" => array:2 [
                              "concrete" => Closure {#73
                                class: "Illuminate\Session\SessionServiceProvider"
                                this: SessionServiceProvider {#71}
                                parameters: array:1 [
                                  "$app" => []
                                ]
                                file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Session\SessionServiceProvider.php"
                                line: "42 to 49"
                              }
                              "shared" => true
                            ]
                            "Illuminate\Session\Middleware\StartSession" => array:2 [
                              "concrete" => Closure {#74
                                class: "Illuminate\Container\Container"
                                this: Application {#2}
                                parameters: array:2 [
                                  "$c" => []
                                  "$parameters" => array:1 [
                                    "default" => []
                                  ]
                                ]
                                use: array:2 [
                                  "$abstract" => "Illuminate\Session\Middleware\StartSession"
                                  "$concrete" => "Illuminate\Session\Middleware\StartSession"
                                ]
                                file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Container\Container.php"
                                line: "213 to 217"
                              }
                              "shared" => true
                            ]
                            "validation.presence" => array:2 [
                              "concrete" => Closure {#78
                                class: "Illuminate\Validation\ValidationServiceProvider"
                                this: ValidationServiceProvider {#75}
                                parameters: array:1 [
                                  "$app" => []
                                ]
                                file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Validation\ValidationServiceProvider.php"
                                line: "64 to 66"
                              }
                              "shared" => true
                            ]
                            "validator" => array:2 [
                              "concrete" => Closure {#77
                                class: "Illuminate\Validation\ValidationServiceProvider"
                                this: ValidationServiceProvider {#75}
                                parameters: array:1 [
                                  "$app" => []
                                ]
                                file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Validation\ValidationServiceProvider.php"
                                line: "43 to 54"
                              }
                              "shared" => true
                            ]
                            "view.engine.resolver" => array:2 [
                              "concrete" => Closure {#80
                                class: "Illuminate\View\ViewServiceProvider"
                                this: ViewServiceProvider {#79}
                                file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\View\ViewServiceProvider.php"
                                line: "34 to 45"
                              }
                              "shared" => true
                            ]
                            "view.finder" => array:2 [
                              "concrete" => Closure {#81
                                class: "Illuminate\View\ViewServiceProvider"
                                this: ViewServiceProvider {#79}
                                parameters: array:1 [
                                  "$app" => []
                                ]
                                file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\View\ViewServiceProvider.php"
                                line: "90 to 94"
                              }
                              "shared" => false
                            ]
                            "view" => array:2 [
                              "concrete" => Closure {#82
                                class: "Illuminate\View\ViewServiceProvider"
                                this: ViewServiceProvider {#79}
                                parameters: array:1 [
                                  "$app" => []
                                ]
                                file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\View\ViewServiceProvider.php"
                                line: "104 to 122"
                              }
                              "shared" => true
                            ]
                            "image" => array:2 [
                              "concrete" => Closure {#90
                                class: "Illuminate\Container\Container"
                                this: Application {#2}
                                parameters: array:1 [
                                  "$container" => []
                                ]
                                use: array:2 [
                                  "$closure" => Closure {#89
                                    class: "Intervention\Image\ImageServiceProviderLaravel5"
                                    this: ImageServiceProviderLaravel5 {#88}
                                    parameters: array:1 [ …1]
                                    file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\intervention\image\src\Intervention\Image\ImageServiceProviderLaravel5.php"
                                    line: "51 to 53"
                                  }
                                  "$object" => null
                                ]
                                file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Container\Container.php"
                                line: "268 to 279"
                              }
                              "shared" => false
                            ]
                            "dompdf" => array:2 [
                              "concrete" => Closure {#92
                                class: "Barryvdh\DomPDF\ServiceProvider"
                                this: ServiceProvider {#91}
                                parameters: array:1 [
                                  "$app" => []
                                ]
                                file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\barryvdh\laravel-dompdf\src\ServiceProvider.php"
                                line: "27 to 31"
                              }
                              "shared" => false
                            ]
                            "dompdf.wrapper" => array:2 [
                              "concrete" => Closure {#93
                                class: "Barryvdh\DomPDF\ServiceProvider"
                                this: ServiceProvider {#91}
                                parameters: array:1 [
                                  "$app" => []
                                ]
                                file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\barryvdh\laravel-dompdf\src\ServiceProvider.php"
                                line: "34 to 36"
                              }
                              "shared" => false
                            ]
                            "excel.identifier" => array:2 [
                              "concrete" => Closure {#96
                                class: "Illuminate\Container\Container"
                                this: Application {#2}
                                parameters: array:1 [
                                  "$container" => []
                                ]
                                use: array:2 [
                                  "$closure" => Closure {#95
                                    class: "Maatwebsite\Excel\ExcelServiceProvider"
                                    this: ExcelServiceProvider {#94}
                                    parameters: array:1 [ …1]
                                    file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\maatwebsite\excel\src\Maatwebsite\Excel\ExcelServiceProvider.php"
                                    line: "196 to 199"
                                  }
                                  "$object" => null
                                ]
                                file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Container\Container.php"
                                line: "268 to 279"
                              }
                              "shared" => false
                            ]
                            "excel.parsers.css" => array:2 [
                              "concrete" => Closure {#98
                                class: "Illuminate\Container\Container"
                                this: Application {#2}
                                parameters: array:1 [
                                  "$container" => []
                                ]
                                use: array:2 [
                                  "$closure" => Closure {#97
                                    class: "Maatwebsite\Excel\ExcelServiceProvider"
                                    this: ExcelServiceProvider {#94}
                                    file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\maatwebsite\excel\src\Maatwebsite\Excel\ExcelServiceProvider.php"
                                    line: "103 to 108"
                                  }
                                  "$object" => null
                                ]
                                file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Container\Container.php"
                                line: "268 to 279"
                              }
                              "shared" => false
                            ]
                            "excel.reader" => array:2 [
                              "concrete" => Closure {#100
                                class: "Illuminate\Container\Container"
                                this: Application {#2}
                                parameters: array:1 [
                                  "$container" => []
                                ]
                                use: array:2 [
                                  "$closure" => Closure {#99
                                    class: "Maatwebsite\Excel\ExcelServiceProvider"
                                    this: ExcelServiceProvider {#94}
                                    parameters: array:1 [ …1]
                                    file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\maatwebsite\excel\src\Maatwebsite\Excel\ExcelServiceProvider.php"
                                    line: "118 to 124"
                                  }
                                  "$object" => null
                                ]
                                file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Container\Container.php"
                                line: "268 to 279"
                              }
                              "shared" => false
                            ]
                            "excel.readers.html" => array:2 [
                              "concrete" => Closure {#102
                                class: "Illuminate\Container\Container"
                                this: Application {#2}
                                parameters: array:1 [
                                  "$container" => []
                                ]
                                use: array:2 [
                                  "$closure" => Closure {#101
                                    class: "Maatwebsite\Excel\ExcelServiceProvider"
                                    this: ExcelServiceProvider {#94}
                                    parameters: array:1 [ …1]
                                    file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\maatwebsite\excel\src\Maatwebsite\Excel\ExcelServiceProvider.php"
                                    line: "127 to 132"
                                  }
                                  "$object" => null
                                ]
                                file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Container\Container.php"
                                line: "268 to 279"
                              }
                              "shared" => false
                            ]
                            "excel.parsers.view" => array:2 [
                              "concrete" => Closure {#104
                                class: "Illuminate\Container\Container"
                                this: Application {#2}
                                parameters: array:1 [
                                  "$container" => []
                                ]
                                use: array:2 [
                                  "$closure" => Closure {#103
                                    class: "Maatwebsite\Excel\ExcelServiceProvider"
                                    this: ExcelServiceProvider {#94}
                                    parameters: array:1 [ …1]
                                    file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\maatwebsite\excel\src\Maatwebsite\Excel\ExcelServiceProvider.php"
                                    line: "142 to 147"
                                  }
                                  "$object" => null
                                ]
                                file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Container\Container.php"
                                line: "268 to 279"
                              }
                              "shared" => false
                            ]
                            "phpexcel" => array:2 [
                              "concrete" => Closure {#106
                                class: "Illuminate\Container\Container"
                                this: Application {#2}
                                parameters: array:1 [
                                  "$container" => []
                                ]
                                use: array:2 [
                                  "$closure" => Closure {#105
                                    class: "Maatwebsite\Excel\ExcelServiceProvider"
                                    this: ExcelServiceProvider {#94}
                                    use: array:1 [ …1]
                                    file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\maatwebsite\excel\src\Maatwebsite\Excel\ExcelServiceProvider.php"
                                    line: "82 to 94"
                                  }
                                  "$object" => null
                                ]
                                file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Container\Container.php"
                                line: "268 to 279"
                              }
                              "shared" => false
                            ]
                            "excel.writer" => array:2 [
                              "concrete" => Closure {#108
                                class: "Illuminate\Container\Container"
                                this: Application {#2}
                                parameters: array:1 [
                                  "$container" => []
                                ]
                                use: array:2 [
                                  "$closure" => Closure {#107
                                    class: "Maatwebsite\Excel\ExcelServiceProvider"
                                    this: ExcelServiceProvider {#94}
                                    parameters: array:1 [ …1]
                                    file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\maatwebsite\excel\src\Maatwebsite\Excel\ExcelServiceProvider.php"
                                    line: "157 to 164"
                                  }
                                  "$object" => null
                                ]
                                file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Container\Container.php"
                                line: "268 to 279"
                              }
                              "shared" => false
                            ]
                            "excel" => array:2 [
                              "concrete" => Closure {#110
                                class: "Illuminate\Container\Container"
                                this: Application {#2}
                                parameters: array:1 [
                                  "$container" => []
                                ]
                                use: array:2 [
                                  "$closure" => Closure {#109
                                    class: "Maatwebsite\Excel\ExcelServiceProvider"
                                    this: ExcelServiceProvider {#94}
                                    parameters: array:1 [ …1]
                                    file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\maatwebsite\excel\src\Maatwebsite\Excel\ExcelServiceProvider.php"
                                    line: "174 to 186"
                                  }
                                  "$object" => null
                                ]
                                file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Container\Container.php"
                                line: "268 to 279"
                              }
                              "shared" => false
                            ]
                            "blade.compiler" => array:2 [
                              "concrete" => Closure {#186
                                class: "Illuminate\View\ViewServiceProvider"
                                this: ViewServiceProvider {#79}
                                parameters: array:1 [
                                  "$app" => []
                                ]
                                file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\View\ViewServiceProvider.php"
                                line: "72 to 76"
                              }
                              "shared" => true
                            ]
                            "html" => array:2 [
                              "concrete" => Closure {#248
                                class: "Illuminate\Container\Container"
                                this: Application {#2}
                                parameters: array:1 [
                                  "$container" => []
                                ]
                                use: array:2 [
                                  "$closure" => Closure {#247
                                    class: "Illuminate\Html\HtmlServiceProvider"
                                    this: HtmlServiceProvider {#246}
                                    parameters: array:1 [ …1]
                                    file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\illuminate\html\HtmlServiceProvider.php"
                                    line: "36 to 39"
                                  }
                                  "$object" => HtmlBuilder {#251
                                    #url: UrlGenerator {#115}
                                  }
                                ]
                                file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Container\Container.php"
                                line: "268 to 279"
                              }
                              "shared" => true
                            ]
                            "form" => array:2 [
                              "concrete" => Closure {#250
                                class: "Illuminate\Container\Container"
                                this: Application {#2}
                                parameters: array:1 [
                                  "$container" => []
                                ]
                                use: array:2 [
                                  "$closure" => Closure {#249
                                    class: "Illuminate\Html\HtmlServiceProvider"
                                    this: HtmlServiceProvider {#246}
                                    parameters: array:1 [ …1]
                                    file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\illuminate\html\HtmlServiceProvider.php"
                                    line: "49 to 54"
                                  }
                                  "$object" => null
                                ]
                                file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Container\Container.php"
                                line: "268 to 279"
                              }
                              "shared" => true
                            ]
                          ]
                          #instances: array:29 [
                            "app" => Application {#2}
                            "Illuminate\Container\Container" => Application {#2}
                            "events" => Dispatcher {#5}
                            "path" => "C:\Workspace\PORTALER2\ElementiTerritoriali\app"
                            "path.base" => "C:\Workspace\PORTALER2\ElementiTerritoriali"
                            "path.config" => "C:\Workspace\PORTALER2\ElementiTerritoriali\config"
                            "path.database" => "C:\Workspace\PORTALER2\ElementiTerritoriali\database"
                            "path.lang" => "C:\Workspace\PORTALER2\ElementiTerritoriali\resources\lang"
                            "path.public" => "C:\Workspace\PORTALER2\ElementiTerritoriali\public"
                            "path.storage" => "C:\Workspace\PORTALER2\ElementiTerritoriali\storage"
                            "Illuminate\Contracts\Http\Kernel" => Kernel {#25
                              #middleware: array:7 [
                                0 => "Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode"
                                1 => "App\Http\Middleware\EncryptCookies"
                                2 => "Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse"
                                3 => "Illuminate\Session\Middleware\StartSession"
                                4 => "Illuminate\View\Middleware\ShareErrorsFromSession"
                                5 => "Fideloper\Proxy\TrustProxies"
                                6 => "App\Http\Middleware\VerifyCsrfToken"
                              ]
                              #routeMiddleware: array:5 [
                                "auth" => "App\Http\Middleware\Authenticate"
                                "auth.basic" => "Illuminate\Auth\Middleware\AuthenticateWithBasicAuth"
                                "guest" => "App\Http\Middleware\RedirectIfAuthenticated"
                                "role" => "App\Http\Middleware\RoleMiddleware"
                                "db" => "App\Http\Middleware\DbMiddleware"
                              ]
                              #app: Application {#2}
                              #router: Router {#24}
                              #bootstrappers: array:7 [
                                0 => "Illuminate\Foundation\Bootstrap\DetectEnvironment"
                                1 => "Illuminate\Foundation\Bootstrap\LoadConfiguration"
                                2 => "Illuminate\Foundation\Bootstrap\ConfigureLogging"
                                3 => "Illuminate\Foundation\Bootstrap\HandleExceptions"
                                4 => "Illuminate\Foundation\Bootstrap\RegisterFacades"
                                5 => "Illuminate\Foundation\Bootstrap\RegisterProviders"
                                6 => "Illuminate\Foundation\Bootstrap\BootProviders"
                              ]
                            }
                            "request" => Request {#39}
                            "config" => Repository {#30
                              #items: array:17 [
                                "app" => array:10 [
                                  "debug" => true
                                  "url" => "http://localhost"
                                  "timezone" => "UTC"
                                  "locale" => "en"
                                  "fallback_locale" => "en"
                                  "key" => "IVVmL6esF8h2isZ8RbD3LuatXQonUwEl"
                                  "cipher" => "AES-256-CBC"
                                  "log" => "single"
                                  "providers" => array:31 [
                                    0 => "Illuminate\Foundation\Providers\ArtisanServiceProvider"
                                    1 => "Illuminate\Auth\AuthServiceProvider"
                                    2 => "Illuminate\Broadcasting\BroadcastServiceProvider"
                                    3 => "Illuminate\Bus\BusServiceProvider"
                                    4 => "Illuminate\Cache\CacheServiceProvider"
                                    5 => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider"
                                    6 => "Illuminate\Routing\ControllerServiceProvider"
                                    7 => "Illuminate\Cookie\CookieServiceProvider"
                                    8 => "Illuminate\Database\DatabaseServiceProvider"
                                    9 => "Illuminate\Encryption\EncryptionServiceProvider"
                                    10 => "Illuminate\Filesystem\FilesystemServiceProvider"
                                    11 => "Illuminate\Foundation\Providers\FoundationServiceProvider"
                                    12 => "Illuminate\Hashing\HashServiceProvider"
                                    13 => "Illuminate\Mail\MailServiceProvider"
                                    14 => "Illuminate\Pagination\PaginationServiceProvider"
                                    15 => "Illuminate\Pipeline\PipelineServiceProvider"
                                    16 => "Illuminate\Queue\QueueServiceProvider"
                                    17 => "Illuminate\Redis\RedisServiceProvider"
                                    18 => "Illuminate\Auth\Passwords\PasswordResetServiceProvider"
                                    19 => "Illuminate\Session\SessionServiceProvider"
                                    20 => "Illuminate\Translation\TranslationServiceProvider"
                                    21 => "Illuminate\Validation\ValidationServiceProvider"
                                    22 => "Illuminate\View\ViewServiceProvider"
                                    23 => "Fideloper\Proxy\TrustedProxyServiceProvider"
                                    24 => "App\Providers\AppServiceProvider"
                                    25 => "App\Providers\EventServiceProvider"
                                    26 => "App\Providers\RouteServiceProvider"
                                    27 => "Illuminate\Html\HtmlServiceProvider"
                                    28 => "Intervention\Image\ImageServiceProvider"
                                    29 => "Barryvdh\DomPDF\ServiceProvider"
                                    30 => "Maatwebsite\Excel\ExcelServiceProvider"
                                  ]
                                  "aliases" => array:38 [
                                    "App" => "Illuminate\Support\Facades\App"
                                    "Artisan" => "Illuminate\Support\Facades\Artisan"
                                    "Auth" => "Illuminate\Support\Facades\Auth"
                                    "Blade" => "Illuminate\Support\Facades\Blade"
                                    "Bus" => "Illuminate\Support\Facades\Bus"
                                    "Cache" => "Illuminate\Support\Facades\Cache"
                                    "Config" => "Illuminate\Support\Facades\Config"
                                    "Cookie" => "Illuminate\Support\Facades\Cookie"
                                    "Crypt" => "Illuminate\Support\Facades\Crypt"
                                    "DB" => "Illuminate\Support\Facades\DB"
                                    "Eloquent" => "Illuminate\Database\Eloquent\Model"
                                    "Event" => "Illuminate\Support\Facades\Event"
                                    "File" => "Illuminate\Support\Facades\File"
                                    "Hash" => "Illuminate\Support\Facades\Hash"
                                     …24
                                  ]
                                ]
                                "auth" => array:4 [
                                  "driver" => "eloquent"
                                  "model" => "App\User"
                                  "table" => "users"
                                  "password" => array:3 [ …3]
                                ]
                                "broadcasting" => array:2 [
                                  "default" => "pusher"
                                  "connections" => array:3 [ …3]
                                ]
                                "cache" => array:3 [
                                  "default" => "file"
                                  "stores" => array:6 [ …6]
                                  "prefix" => "laravel"
                                ]
                                "compile" => array:2 [
                                  "files" => []
                                  "providers" => []
                                ]
                                "database - Copy" => array:5 [
                                  "fetch" => 8
                                  "default" => "protcivtmpl"
                                  "connections" => array:7 [ …7]
                                  "migrations" => "migrations"
                                  "redis" => array:2 [ …2]
                                ]
                                "database" => array:5 [
                                  "fetch" => 8
                                  "default" => "loano"
                                  "connections" => array:8 [ …8]
                                  "migrations" => "migrations"
                                  "redis" => array:2 [ …2]
                                ]
                                "dompdf" => array:3 [
                                  "show_warnings" => false
                                  "orientation" => "portrait"
                                  "defines" => array:17 [ …17]
                                ]
                                "excel" => array:9 [
                                  "cache" => array:5 [ …5]
                                  "properties" => array:9 [ …9]
                                  "sheets" => array:1 [ …1]
                                  "creator" => "Maatwebsite"
                                  "csv" => array:3 [ …3]
                                  "export" => array:9 [ …9]
                                  "filters" => array:2 [ …2]
                                  "import" => array:11 [ …11]
                                  "views" => array:1 [ …1]
                                ]
                                "filesystems" => array:3 [
                                  "default" => "local"
                                  "cloud" => "s3"
                                  "disks" => array:4 [ …4]
                                ]
                                "image" => array:1 [
                                  "driver" => "gd"
                                ]
                                "mail" => array:9 [
                                  "driver" => "smtp"
                                  "host" => "out.sistemitre.it"
                                  "port" => "25"
                                  "from" => array:2 [ …2]
                                  "encryption" => null
                                  "username" => "oikos@oikosweb.com"
                                  "password" => "oikosmalaga2k"
                                  "sendmail" => "/usr/sbin/sendmail -bs"
                                  "pretend" => false
                                ]
                                "queue" => array:3 [
                                  "default" => "sync"
                                  "connections" => array:6 [ …6]
                                  "failed" => array:2 [ …2]
                                ]
                                "services" => array:4 [
                                  "mailgun" => array:2 [ …2]
                                  "mandrill" => array:1 [ …1]
                                  "ses" => array:3 [ …3]
                                  "stripe" => array:3 [ …3]
                                ]
                                "session" => array:12 [
                                  "driver" => "file"
                                  "lifetime" => 120
                                  "expire_on_close" => false
                                  "encrypt" => false
                                  "files" => "C:\Workspace\PORTALER2\ElementiTerritoriali\storage\framework/sessions"
                                  "connection" => null
                                  "table" => "sessions"
                                  "lottery" => array:2 [ …2]
                                  "cookie" => "laravel_session"
                                  "path" => "/"
                                  "domain" => null
                                  "secure" => false
                                ]
                                "trustedproxy" => array:2 [
                                  "proxies" => "*"
                                  "headers" => array:4 [ …4]
                                ]
                                "view" => array:2 [
                                  "paths" => array:1 [ …1]
                                  "compiled" => "C:\Workspace\PORTALER2\ElementiTerritoriali\storage\framework\views"
                                ]
                              ]
                            }
                            "log" => Writer {#23
                              #monolog: Logger {#28
                                #name: "local"
                                #handlers: array:1 [
                                  0 => StreamHandler {#32 …10}
                                ]
                                #processors: []
                              }
                              #dispatcher: Dispatcher {#5}
                              #levels: array:8 [
                                "debug" => 100
                                "info" => 200
                                "notice" => 250
                                "warning" => 300
                                "error" => 400
                                "critical" => 500
                                "alert" => 550
                                "emergency" => 600
                              ]
                            }
                            "db.factory" => ConnectionFactory {#111
                              #container: Application {#2}
                            }
                            "db" => DatabaseManager {#29
                              #app: Application {#2}
                              #factory: ConnectionFactory {#111}
                              #connections: []
                              #extensions: []
                            }
                            "routes" => RouteCollection {#26}
                            "files" => Filesystem {#118}
                            "encrypter" => Encrypter {#175
                              #cipher: "AES-256-CBC"
                              #key: "IVVmL6esF8h2isZ8RbD3LuatXQonUwEl"
                            }
                            "cookie" => CookieJar {#177
                              #path: "/"
                              #domain: null
                              #queued: []
                            }
                            "session" => SessionManager {#179
                              #app: Application {#2}
                              #customCreators: []
                              #drivers: array:1 [
                                "file" => Store {#163}
                              ]
                            }
                            "Illuminate\Session\Middleware\StartSession" => StartSession {#178
                              #manager: SessionManager {#179}
                              #sessionHandled: true
                            }
                            "view.engine.resolver" => EngineResolver {#184}
                            "view" => Factory {#189}
                            "Illuminate\Contracts\Debug\ExceptionHandler" => Handler {#240
                              #dontReport: array:1 [
                                0 => "Symfony\Component\HttpKernel\Exception\HttpException"
                              ]
                              #log: Logger {#28}
                            }
                            "session.store" => Store {#163}
                            "Illuminate\Contracts\Routing\ResponseFactory" => ResponseFactory {#239
                              #view: Factory {#189}
                              #redirector: Redirector {#238}
                            }
                            "blade.compiler" => BladeCompiler {#242
                              #extensions: []
                              #customDirectives: []
                              #path: null
                              #compilers: array:4 [
                                0 => "Extensions"
                                1 => "Statements"
                                2 => "Comments"
                                3 => "Echos"
                              ]
                              #rawTags: array:2 [
                                0 => "{!!"
                                1 => "!!}"
                              ]
                              #contentTags: array:2 [
                                0 => "{{"
                                1 => "}}"
                              ]
                              #escapedTags: array:2 [
                                0 => "{{{"
                                1 => "}}}"
                              ]
                              #echoFormat: "e(%s)"
                              #footer: []
                              #forelseCounter: 0
                              #files: Filesystem {#118}
                              #cachePath: "C:\Workspace\PORTALER2\ElementiTerritoriali\storage\framework\views"
                            }
                            "html" => HtmlBuilder {#251}
                          ]
                          #aliases: array:60 [
                            "Illuminate\Foundation\Application" => "app"
                            "Illuminate\Contracts\Container\Container" => "app"
                            "Illuminate\Contracts\Foundation\Application" => "app"
                            "Illuminate\Auth\AuthManager" => "auth"
                            "Illuminate\Auth\Guard" => "auth.driver"
                            "Illuminate\Contracts\Auth\Guard" => "auth.driver"
                            "Illuminate\Auth\Passwords\TokenRepositoryInterface" => "auth.password.tokens"
                            "Illuminate\View\Compilers\BladeCompiler" => "blade.compiler"
                            "Illuminate\Cache\CacheManager" => "cache"
                            "Illuminate\Contracts\Cache\Factory" => "cache"
                            "Illuminate\Cache\Repository" => "cache.store"
                            "Illuminate\Contracts\Cache\Repository" => "cache.store"
                            "Illuminate\Config\Repository" => "config"
                            "Illuminate\Contracts\Config\Repository" => "config"
                            "Illuminate\Cookie\CookieJar" => "cookie"
                            "Illuminate\Contracts\Cookie\Factory" => "cookie"
                            "Illuminate\Contracts\Cookie\QueueingFactory" => "cookie"
                            "Illuminate\Encryption\Encrypter" => "encrypter"
                            "Illuminate\Contracts\Encryption\Encrypter" => "encrypter"
                            "Illuminate\Database\DatabaseManager" => "db"
                            "Illuminate\Events\Dispatcher" => "events"
                            "Illuminate\Contracts\Events\Dispatcher" => "events"
                            "Illuminate\Filesystem\Filesystem" => "files"
                            "Illuminate\Filesystem\FilesystemManager" => "filesystem"
                            "Illuminate\Contracts\Filesystem\Factory" => "filesystem"
                            "Illuminate\Contracts\Filesystem\Filesystem" => "filesystem.disk"
                            "Illuminate\Contracts\Filesystem\Cloud" => "filesystem.cloud"
                            "Illuminate\Contracts\Hashing\Hasher" => "hash"
                            "Illuminate\Translation\Translator" => "translator"
                            "Symfony\Component\Translation\TranslatorInterface" => "translator"
                            "Illuminate\Log\Writer" => "log"
                            "Illuminate\Contracts\Logging\Log" => "log"
                            "Illuminate\Mail\Mailer" => "mailer"
                            "Illuminate\Contracts\Mail\Mailer" => "mailer"
                            "Illuminate\Contracts\Mail\MailQueue" => "mailer"
                            "Illuminate\Auth\Passwords\PasswordBroker" => "auth.password"
                            "Illuminate\Contracts\Auth\PasswordBroker" => "auth.password"
                            "Illuminate\Queue\QueueManager" => "queue"
                            "Illuminate\Contracts\Queue\Factory" => "queue"
                            "Illuminate\Contracts\Queue\Monitor" => "queue"
                            "Illuminate\Contracts\Queue\Queue" => "queue.connection"
                            "Illuminate\Routing\Redirector" => "redirect"
                            "Illuminate\Redis\Database" => "redis"
                            "Illuminate\Contracts\Redis\Database" => "redis"
                            "Illuminate\Http\Request" => "request"
                            "Illuminate\Routing\Router" => "router"
                            "Illuminate\Contracts\Routing\Registrar" => "router"
                            "Illuminate\Session\SessionManager" => "session"
                            "Illuminate\Session\Store" => "session.store"
                            "Symfony\Component\HttpFoundation\Session\SessionInterface" => "session.store"
                            "Illuminate\Routing\UrlGenerator" => "url"
                            "Illuminate\Contracts\Routing\UrlGenerator" => "url"
                            "Illuminate\Validation\Factory" => "validator"
                            "Illuminate\Contracts\Validation\Factory" => "validator"
                            "Illuminate\View\Factory" => "view"
                            "Illuminate\Contracts\View\Factory" => "view"
                            "Intervention\Image\ImageManager" => "image"
                            "DOMPDF" => "dompdf"
                            "Illuminate\Html\HtmlBuilder" => "html"
                            "Illuminate\Html\FormBuilder" => "form"
                          ]
                          #extenders: []
                          #tags: []
                          #buildStack: []
                          +contextual: []
                          #reboundCallbacks: array:2 [
                            "request" => array:2 [
                              0 => Closure {#48
                                class: "Illuminate\Auth\AuthServiceProvider"
                                this: AuthServiceProvider {#21 …}
                                parameters: array:2 [
                                  "$app" => []
                                  "$request" => []
                                ]
                                file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Auth\AuthServiceProvider.php"
                                line: "79 to 83"
                              }
                              1 => Closure {#113
                                class: "Illuminate\Routing\RoutingServiceProvider"
                                this: RoutingServiceProvider {#7}
                                parameters: array:2 [
                                  "$app" => []
                                  "$request" => []
                                ]
                                file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Routing\RoutingServiceProvider.php"
                                line: "88 to 90"
                              }
                            ]
                            "routes" => array:1 [
                              0 => Closure {#117
                                class: "Illuminate\Routing\RoutingServiceProvider"
                                this: RoutingServiceProvider {#7}
                                parameters: array:2 [
                                  "$app" => []
                                  "$routes" => []
                                ]
                                file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Routing\RoutingServiceProvider.php"
                                line: "73 to 75"
                              }
                            ]
                          ]
                          #globalResolvingCallbacks: []
                          #globalAfterResolvingCallbacks: []
                          #resolvingCallbacks: []
                          #afterResolvingCallbacks: array:1 [
                            "Illuminate\Contracts\Validation\ValidatesWhenResolved" => array:1 [
                              0 => Closure {#76
                                class: "Illuminate\Validation\ValidationServiceProvider"
                                this: ValidationServiceProvider {#75}
                                parameters: array:1 [
                                  "$resolved" => array:1 [ …1]
                                ]
                                file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Validation\ValidationServiceProvider.php"
                                line: "31 to 33"
                              }
                            ]
                          ]
                        }
                        #defer: false
                      }
                      file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\View\ViewServiceProvider.php"
                      line: "56 to 56"
                    }
                    "blade" => Closure {#187
                      class: "Illuminate\View\ViewServiceProvider"
                      this: ViewServiceProvider {#79}
                      use: array:1 [
                        "$app" => Application {#2}
                      ]
                      file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\View\ViewServiceProvider.php"
                      line: "78 to 80"
                    }
                  ]
                  #resolved: array:1 [
                    "blade" => CompilerEngine {#241
                      #compiler: BladeCompiler {#242}
                      #lastCompiled: array:2 [
                        0 => "C:\Workspace\PORTALER2\ElementiTerritoriali\resources\views/errors/404.blade.php"
                        1 => "C:\Workspace\PORTALER2\ElementiTerritoriali\resources\views/layout.blade.php"
                      ]
                    }
                  ]
                }
                #finder: FileViewFinder {#188
                  #files: Filesystem {#118}
                  #paths: array:1 [
                    0 => "C:\Workspace\PORTALER2\ElementiTerritoriali\resources\views"
                  ]
                  #views: array:2 [
                    "errors.404" => "C:\Workspace\PORTALER2\ElementiTerritoriali\resources\views/errors/404.blade.php"
                    "layout" => "C:\Workspace\PORTALER2\ElementiTerritoriali\resources\views/layout.blade.php"
                  ]
                  #hints: []
                  #extensions: array:2 [
                    0 => "blade.php"
                    1 => "php"
                  ]
                }
                #events: Dispatcher {#5}
                #container: Application {#2}
                #shared: array:3 [
                  "__env" => Factory {#189}
                  "app" => Application {#2}
                  "errors" => ViewErrorBag {#182
                    #bags: []
                  }
                ]
                #aliases: []
                #names: []
                #extensions: array:2 [
                  "blade.php" => "blade"
                  "php" => "php"
                ]
                #composers: []
                #sections: array:1 [
                  "content" => """
                    <h1 class="content-mini content-mini-full bg-danger push-50 push-50-t">\r\n
                    \tNo trovato\r\n
                    </h1>\r\n
                     \r\n
                    """
                ]
                #sectionStack: []
                #renderCount: 2
              }
              "app" => Application {#2}
              "errors" => ViewErrorBag {#182}
              "obLevel" => 1
              "exception" => NotFoundHttpException {#180
                -statusCode: 404
                -headers: []
                #message: ""
                #code: 0
                #file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Routing\RouteCollection.php"
                #line: 161
                -trace: array:32 [
                  0 => array:3 [
                    "call" => "Illuminate\Routing\RouteCollection->match()"
                    "file" => "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Routing\Router.php:746"
                    "args" => array:1 [
                      0 => Request {#39}
                    ]
                  ]
                  1 => array:3 [
                    "call" => "Illuminate\Routing\Router->findRoute()"
                    "file" => "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Routing\Router.php:655"
                    "args" => array:1 [
                      0 => Request {#39}
                    ]
                  ]
                  2 => array:3 [
                    "call" => "Illuminate\Routing\Router->dispatchToRoute()"
                    "file" => "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Routing\Router.php:631"
                    "args" => array:1 [
                      0 => Request {#39}
                    ]
                  ]
                  3 => array:3 [
                    "call" => "Illuminate\Routing\Router->dispatch()"
                    "file" => "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php:236"
                    "args" => array:1 [
                      0 => Request {#39}
                    ]
                  ]
                  4 => array:3 [
                    "call" => "Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure}()"
                    "file" => ""
                    "args" => array:1 [
                      0 => Request {#39}
                    ]
                  ]
                  5 => array:3 [
                    "call" => "call_user_func()"
                    "file" => "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:139"
                    "args" => array:2 [
                      0 => Closure {#20
                        class: "Illuminate\Foundation\Http\Kernel"
                        this: Kernel {#25}
                        parameters: array:1 [
                          "$request" => []
                        ]
                        file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php"
                        line: "233 to 237"
                      }
                      1 => Request {#39}
                    ]
                  ]
                  6 => array:3 [
                    "call" => "Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()"
                    "file" => "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\VerifyCsrfToken.php:50"
                    "args" => array:1 [
                      0 => Request {#39}
                    ]
                  ]
                  7 => array:3 [
                    "call" => "Illuminate\Foundation\Http\Middleware\VerifyCsrfToken->handle()"
                    "file" => ""
                    "args" => array:2 [
                      0 => Request {#39}
                      1 => Closure {#162
                        class: "Illuminate\Pipeline\Pipeline"
                        this: Pipeline {#31 …}
                        parameters: array:1 [
                          "$passable" => []
                        ]
                        use: array:1 [
                          "$destination" => Closure {#20}
                        ]
                        file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php"
                        line: "138 to 140"
                      }
                    ]
                  ]
                  8 => array:3 [
                    "call" => "call_user_func_array()"
                    "file" => "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:124"
                    "args" => array:2 [
                      0 => array:2 [
                        0 => VerifyCsrfToken {#192
                          #except: []
                          #encrypter: Encrypter {#175}
                        }
                        1 => "handle"
                      ]
                      1 => array:2 [
                        0 => Request {#39}
                        1 => Closure {#162}
                      ]
                    ]
                  ]
                  9 => array:3 [
                    "call" => "Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()"
                    "file" => "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\fideloper\proxy\src\TrustProxies.php:46"
                    "args" => array:1 [
                      0 => Request {#39}
                    ]
                  ]
                  10 => array:3 [
                    "call" => "Fideloper\Proxy\TrustProxies->handle()"
                    "file" => ""
                    "args" => array:2 [
                      0 => Request {#39}
                      1 => Closure {#164
                        class: "Illuminate\Pipeline\Pipeline"
                        this: Pipeline {#31 …}
                        parameters: array:1 [
                          "$passable" => []
                        ]
                        use: array:2 [
                          "$stack" => Closure {#162}
                          "$pipe" => "App\Http\Middleware\VerifyCsrfToken"
                        ]
                        file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php"
                        line: "114 to 126"
                      }
                    ]
                  ]
                  11 => array:3 [
                    "call" => "call_user_func_array()"
                    "file" => "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:124"
                    "args" => array:2 [
                      0 => array:2 [
                        0 => TrustProxies {#191
                          #config: Repository {#30}
                        }
                        1 => "handle"
                      ]
                      1 => array:2 [
                        0 => Request {#39}
                        1 => Closure {#164}
                      ]
                    ]
                  ]
                  12 => array:3 [
                    "call" => "Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()"
                    "file" => "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\View\Middleware\ShareErrorsFromSession.php:49"
                    "args" => array:1 [
                      0 => Request {#39}
                    ]
                  ]
                  13 => array:3 [
                    "call" => "Illuminate\View\Middleware\ShareErrorsFromSession->handle()"
                    "file" => ""
                    "args" => array:2 [
                      0 => Request {#39}
                      1 => Closure {#165
                        class: "Illuminate\Pipeline\Pipeline"
                        this: Pipeline {#31 …}
                        parameters: array:1 [
                          "$passable" => []
                        ]
                        use: array:2 [
                          "$stack" => Closure {#164}
                          "$pipe" => "Fideloper\Proxy\TrustProxies"
                        ]
                        file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php"
                        line: "114 to 126"
                      }
                    ]
                  ]
                  14 => array:3 [
                    "call" => "call_user_func_array()"
                    "file" => "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:124"
                    "args" => array:2 [
                      0 => array:2 [
                        0 => ShareErrorsFromSession {#183
                          #view: Factory {#189}
                        }
                        1 => "handle"
                      ]
                      1 => array:2 [
                        0 => Request {#39}
                        1 => Closure {#165}
                      ]
                    ]
                  ]
                  15 => array:3 [
                    "call" => "Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()"
                    "file" => "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Session\Middleware\StartSession.php:62"
                    "args" => array:1 [
                      0 => Request {#39}
                    ]
                  ]
                  16 => array:3 [
                    "call" => "Illuminate\Session\Middleware\StartSession->handle()"
                    "file" => ""
                    "args" => array:2 [
                      0 => Request {#39}
                      1 => Closure {#166
                        class: "Illuminate\Pipeline\Pipeline"
                        this: Pipeline {#31 …}
                        parameters: array:1 [
                          "$passable" => []
                        ]
                        use: array:2 [
                          "$stack" => Closure {#165}
                          "$pipe" => "Illuminate\View\Middleware\ShareErrorsFromSession"
                        ]
                        file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php"
                        line: "114 to 126"
                      }
                    ]
                  ]
                  17 => array:3 [
                    "call" => "call_user_func_array()"
                    "file" => "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:124"
                    "args" => array:2 [
                      0 => array:2 [
                        0 => StartSession {#178}
                        1 => "handle"
                      ]
                      1 => array:2 [
                        0 => Request {#39}
                        1 => Closure {#166}
                      ]
                    ]
                  ]
                  18 => array:3 [
                    "call" => "Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()"
                    "file" => "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse.php:37"
                    "args" => array:1 [
                      0 => Request {#39}
                    ]
                  ]
                  19 => array:3 [
                    "call" => "Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle()"
                    "file" => ""
                    "args" => array:2 [
                      0 => Request {#39}
                      1 => Closure {#167
                        class: "Illuminate\Pipeline\Pipeline"
                        this: Pipeline {#31 …}
                        parameters: array:1 [
                          "$passable" => []
                        ]
                        use: array:2 [
                          "$stack" => Closure {#166}
                          "$pipe" => "Illuminate\Session\Middleware\StartSession"
                        ]
                        file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php"
                        line: "114 to 126"
                      }
                    ]
                  ]
                  20 => array:3 [
                    "call" => "call_user_func_array()"
                    "file" => "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:124"
                    "args" => array:2 [
                      0 => array:2 [
                        0 => AddQueuedCookiesToResponse {#176
                          #cookies: CookieJar {#177}
                        }
                        1 => "handle"
                      ]
                      1 => array:2 [
                        0 => Request {#39}
                        1 => Closure {#167}
                      ]
                    ]
                  ]
                  21 => array:3 [
                    "call" => "Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()"
                    "file" => "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Cookie\Middleware\EncryptCookies.php:59"
                    "args" => array:1 [
                      0 => Request {#39}
                    ]
                  ]
                  22 => array:3 [
                    "call" => "Illuminate\Cookie\Middleware\EncryptCookies->handle()"
                    "file" => ""
                    "args" => array:2 [
                      0 => Request {#39}
                      1 => Closure {#168
                        class: "Illuminate\Pipeline\Pipeline"
                        this: Pipeline {#31 …}
                        parameters: array:1 [
                          "$passable" => []
                        ]
                        use: array:2 [
                          "$stack" => Closure {#167}
                          "$pipe" => "Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse"
                        ]
                        file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php"
                        line: "114 to 126"
                      }
                    ]
                  ]
                  23 => array:3 [
                    "call" => "call_user_func_array()"
                    "file" => "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:124"
                    "args" => array:2 [
                      0 => array:2 [
                        0 => EncryptCookies {#174
                          #except: []
                          #encrypter: Encrypter {#175}
                        }
                        1 => "handle"
                      ]
                      1 => array:2 [
                        0 => Request {#39}
                        1 => Closure {#168}
                      ]
                    ]
                  ]
                  24 => array:3 [
                    "call" => "Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()"
                    "file" => "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php:42"
                    "args" => array:1 [
                      0 => Request {#39}
                    ]
                  ]
                  25 => array:3 [
                    "call" => "Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle()"
                    "file" => ""
                    "args" => array:2 [
                      0 => Request {#39}
                      1 => Closure {#169
                        class: "Illuminate\Pipeline\Pipeline"
                        this: Pipeline {#31 …}
                        parameters: array:1 [
                          "$passable" => []
                        ]
                        use: array:2 [
                          "$stack" => Closure {#168}
                          "$pipe" => "App\Http\Middleware\EncryptCookies"
                        ]
                        file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php"
                        line: "114 to 126"
                      }
                    ]
                  ]
                  26 => array:3 [
                    "call" => "call_user_func_array()"
                    "file" => "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:124"
                    "args" => array:2 [
                      0 => array:2 [
                        0 => CheckForMaintenanceMode {#173
                          #app: Application {#2}
                        }
                        1 => "handle"
                      ]
                      1 => array:2 [
                        0 => Request {#39}
                        1 => Closure {#169}
                      ]
                    ]
                  ]
                  27 => array:3 [
                    "call" => "Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()"
                    "file" => ""
                    "args" => array:1 [
                      0 => Request {#39}
                    ]
                  ]
                  28 => array:3 [
                    "call" => "call_user_func()"
                    "file" => "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php:103"
                    "args" => array:2 [
                      0 => Closure {#170
                        class: "Illuminate\Pipeline\Pipeline"
                        this: Pipeline {#31 …}
                        parameters: array:1 [
                          "$passable" => []
                        ]
                        use: array:2 [
                          "$stack" => Closure {#169}
                          "$pipe" => "Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode"
                        ]
                        file: "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php"
                        line: "114 to 126"
                      }
                      1 => Request {#39}
                    ]
                  ]
                  29 => array:3 [
                    "call" => "Illuminate\Pipeline\Pipeline->then()"
                    "file" => "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php:122"
                    "args" => array:1 [
                      0 => Closure {#20}
                    ]
                  ]
                  30 => array:3 [
                    "call" => "Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter()"
                    "file" => "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php:87"
                    "args" => array:1 [
                      0 => Request {#39}
                    ]
                  ]
                  31 => array:3 [
                    "call" => "Illuminate\Foundation\Http\Kernel->handle()"
                    "file" => "C:\Workspace\PORTALER2\ElementiTerritoriali\public\index.php:54"
                    "args" => array:1 [
                      0 => Request {#39}
                    ]
                  ]
                ]
              }
            ]
          ]
        ]
        14 => array:3 [
          "call" => "Illuminate\View\Engines\CompilerEngine->get()"
          "file" => "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\View\View.php:135"
          "args" => array:2 [
            0 => & "C:\Workspace\PORTALER2\ElementiTerritoriali\resources\views/layout.blade.php"
            1 => & array:5 [
              "__env" => Factory {#189}
              "app" => Application {#2}
              "errors" => ViewErrorBag {#182}
              "obLevel" => 1
              "exception" => NotFoundHttpException {#180}
            ]
          ]
        ]
        15 => array:3 [
          "call" => "Illuminate\View\View->getContents()"
          "file" => "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\View\View.php:106"
          "args" => []
        ]
        16 => array:3 [
          "call" => "Illuminate\View\View->renderContents()"
          "file" => "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\View\View.php:80"
          "args" => []
        ]
        17 => array:3 [
          "call" => "Illuminate\View\View->render()"
          "file" => "C:\Workspace\PORTALER2\ElementiTerritoriali\storage\framework\views\70778a2a50ba25b6ddab59079fcaa3be:10"
          "args" => []
        ]
        18 => array:3 [
          "call" => "include()"
          "file" => "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\View\Engines\PhpEngine.php:42"
          "args" => array:1 [
            0 => "C:\Workspace\PORTALER2\ElementiTerritoriali\storage\framework\views\70778a2a50ba25b6ddab59079fcaa3be"
          ]
        ]
        19 => array:3 [
          "call" => "Illuminate\View\Engines\PhpEngine->evaluatePath()"
          "file" => "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\View\Engines\CompilerEngine.php:58"
          "args" => array:2 [
            0 => & "C:\Workspace\PORTALER2\ElementiTerritoriali\storage\framework\views/70778a2a50ba25b6ddab59079fcaa3be"
            1 => & array:4 [
              "__env" => Factory {#189}
              "app" => Application {#2}
              "errors" => ViewErrorBag {#182}
              "exception" => NotFoundHttpException {#180}
            ]
          ]
        ]
        20 => array:3 [
          "call" => "Illuminate\View\Engines\CompilerEngine->get()"
          "file" => "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\View\View.php:135"
          "args" => array:2 [
            0 => & "C:\Workspace\PORTALER2\ElementiTerritoriali\resources\views/errors/404.blade.php"
            1 => & array:4 [
              "__env" => Factory {#189}
              "app" => Application {#2}
              "errors" => ViewErrorBag {#182}
              "exception" => NotFoundHttpException {#180}
            ]
          ]
        ]
        21 => array:3 [
          "call" => "Illuminate\View\View->getContents()"
          "file" => "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\View\View.php:106"
          "args" => []
        ]
        22 => array:3 [
          "call" => "Illuminate\View\View->renderContents()"
          "file" => "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\View\View.php:80"
          "args" => []
        ]
        23 => array:3 [
          "call" => "Illuminate\View\View->render()"
          "file" => "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Http\Response.php:51"
          "args" => []
        ]
        24 => array:3 [
          "call" => "Illuminate\Http\Response->setContent()"
          "file" => "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\symfony\http-foundation\Response.php:202"
          "args" => array:1 [
            0 => View {#213
              #factory: Factory {#189}
              #engine: CompilerEngine {#241}
              #view: "errors.404"
              #data: array:1 [
                "exception" => NotFoundHttpException {#180}
              ]
              #path: "C:\Workspace\PORTALER2\ElementiTerritoriali\resources\views/errors/404.blade.php"
            }
          ]
        ]
        25 => array:3 [
          "call" => "Symfony\Component\HttpFoundation\Response->__construct()"
          "file" => "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Routing\ResponseFactory.php:57"
          "args" => array:3 [
            0 => View {#213}
            1 => & 404
            2 => & []
          ]
        ]
        26 => array:3 [
          "call" => "Illuminate\Routing\ResponseFactory->make()"
          "file" => "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Routing\ResponseFactory.php:71"
          "args" => array:3 [
            0 => View {#213}
            1 => & 404
            2 => & []
          ]
        ]
        27 => array:3 [
          "call" => "Illuminate\Routing\ResponseFactory->view()"
          "file" => "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Foundation\Exceptions\Handler.php:136"
          "args" => array:3 [
            0 => & "errors.404"
            1 => & array:1 [
              "exception" => NotFoundHttpException {#180}
            ]
            2 => & 404
          ]
        ]
        28 => array:3 [
          "call" => "Illuminate\Foundation\Exceptions\Handler->renderHttpException()"
          "file" => "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Foundation\Exceptions\Handler.php:91"
          "args" => array:1 [
            0 => NotFoundHttpException {#180}
          ]
        ]
        29 => array:3 [
          "call" => "Illuminate\Foundation\Exceptions\Handler->render()"
          "file" => "C:\Workspace\PORTALER2\ElementiTerritoriali\app\Exceptions\Handler.php:42"
          "args" => array:2 [
            0 => Request {#39}
            1 => NotFoundHttpException {#180}
          ]
        ]
        30 => array:3 [
          "call" => "App\Exceptions\Handler->render()"
          "file" => "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php:281"
          "args" => array:2 [
            0 => Request {#39}
            1 => NotFoundHttpException {#180}
          ]
        ]
        31 => array:3 [
          "call" => "Illuminate\Foundation\Http\Kernel->renderException()"
          "file" => "C:\Workspace\PORTALER2\ElementiTerritoriali\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php:91"
          "args" => array:2 [
            0 => Request {#39}
            1 => NotFoundHttpException {#180}
          ]
        ]
        32 => array:3 [
          "call" => "Illuminate\Foundation\Http\Kernel->handle()"
          "file" => "C:\Workspace\PORTALER2\ElementiTerritoriali\public\index.php:54"
          "args" => array:1 [
            0 => Request {#39}
          ]
        ]
      ]
    }