Nhà Thờ Đức Bà Paris – Nơi Cất Giấu Nét Kiến Trúc Gothic độc đáo
Có thể bạn quan tâm
Application frames (2) All frames (39) 38 ReflectionException …/vendor/laravel/framework/src/Illuminate/Container/Container.php851 37 ParseError …/app/Services/PostService.php43 36 Composer\Autoload\includeFile …/vendor/composer/ClassLoader.php322 35 Composer\Autoload\ClassLoader loadClass [internal]0 34 spl_autoload_call [internal]0 33 ReflectionParameter getClass …/vendor/laravel/framework/src/Illuminate/Container/Container.php851 32 Illuminate\Container\Container resolveDependencies …/vendor/laravel/framework/src/Illuminate/Container/Container.php818 31 Illuminate\Container\Container build …/vendor/laravel/framework/src/Illuminate/Container/Container.php667 30 Illuminate\Container\Container resolve …/vendor/laravel/framework/src/Illuminate/Container/Container.php615 29 Illuminate\Container\Container make …/vendor/laravel/framework/src/Illuminate/Foundation/Application.php757 28 Illuminate\Foundation\Application make …/vendor/laravel/framework/src/Illuminate/Routing/Route.php233 27 Illuminate\Routing\Route getController …/vendor/laravel/framework/src/Illuminate/Routing/Route.php833 26 Illuminate\Routing\Route controllerMiddleware …/vendor/laravel/framework/src/Illuminate/Routing/Route.php794 25 Illuminate\Routing\Route gatherMiddleware …/vendor/laravel/framework/src/Illuminate/Routing/Router.php693 24 Illuminate\Routing\Router gatherRouteMiddleware …/vendor/laravel/framework/src/Illuminate/Routing/Router.php673 23 Illuminate\Routing\Router runRouteWithinStack …/vendor/laravel/framework/src/Illuminate/Routing/Router.php657 22 Illuminate\Routing\Router runRoute …/vendor/laravel/framework/src/Illuminate/Routing/Router.php623 21 Illuminate\Routing\Router dispatchToRoute …/vendor/laravel/framework/src/Illuminate/Routing/Router.php612 20 Illuminate\Routing\Router dispatch …/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php176 19 Illuminate\Foundation\Http\Kernel Illuminate\Foundation\Http\{closure} …/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php30 18 Illuminate\Routing\Pipeline Illuminate\Routing\{closure} …/vendor/fideloper/proxy/src/TrustProxies.php57 17 Fideloper\Proxy\TrustProxies handle …/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php163 16 Illuminate\Pipeline\Pipeline Illuminate\Pipeline\{closure} …/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php53 15 Illuminate\Routing\Pipeline Illuminate\Routing\{closure} …/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php21 14 Illuminate\Foundation\Http\Middleware\TransformsRequest handle …/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php163 13 Illuminate\Pipeline\Pipeline Illuminate\Pipeline\{closure} …/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php53 12 Illuminate\Routing\Pipeline Illuminate\Routing\{closure} …/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php21 11 Illuminate\Foundation\Http\Middleware\TransformsRequest handle …/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php163 10 Illuminate\Pipeline\Pipeline Illuminate\Pipeline\{closure} …/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php53 9 Illuminate\Routing\Pipeline Illuminate\Routing\{closure} …/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php27 8 Illuminate\Foundation\Http\Middleware\ValidatePostSize handle …/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php163 7 Illuminate\Pipeline\Pipeline Illuminate\Pipeline\{closure} …/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php53 6 Illuminate\Routing\Pipeline Illuminate\Routing\{closure} …/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php62 5 Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode handle …/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php163 4 Illuminate\Pipeline\Pipeline Illuminate\Pipeline\{closure} …/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php53 3 Illuminate\Routing\Pipeline Illuminate\Routing\{closure} …/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php104 2 Illuminate\Pipeline\Pipeline then …/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php151 1 Illuminate\Foundation\Http\Kernel sendRequestThroughRouter …/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php116 0 Illuminate\Foundation\Http\Kernel handle …/public/index.php54 /home/babartravel.com/public_html/vendor/laravel/framework/src/Illuminate/Container/Container.php * @throws \Illuminate\Contracts\Container\BindingResolutionException */ protected function resolveDependencies(array $dependencies) { $results = []; foreach ($dependencies as $dependency) { // If this dependency has a override for this particular build we will use // that instead as the value. Otherwise, we will continue with this run // of resolutions and let reflection attempt to determine the result. if ($this->hasParameterOverride($dependency)) { $results[] = $this->getParameterOverride($dependency); continue; } // If the class is null, it means the dependency is a string or some other // primitive type which we can not resolve since it is not a class and // we will just bomb out with an error since we have no-where to go. $results[] = is_null($dependency->getClass()) ? $this->resolvePrimitive($dependency) : $this->resolveClass($dependency); } return $results; } /** * Determine if the given dependency has a parameter override. * * @param \ReflectionParameter $dependency * @return bool */ protected function hasParameterOverride($dependency) { return array_key_exists( $dependency->name, $this->getLastParameterOverride() ); } Arguments
Environment Variables
Registered Handlers 0. Whoops\Handler\PrettyPageHandler
- "Class App\Services\PostService does not exist"
- "syntax error, unexpected '{'"
- "/home/babartravel.com/public_html/vendor/composer/../../app/Services/PostService.php"
- "App\Services\PostService"
- "App\Services\PostService"
- array:1 [ 0 => ReflectionParameter {#360 +name: "postService" : 0 : "App\Services\PostService" } ]
- "App\Http\Controllers\FrontEnd\PostController"
- "App\Http\Controllers\FrontEnd\PostController"
- []
- "App\Http\Controllers\FrontEnd\PostController"
- []
- "App\Http\Controllers\FrontEnd\PostController"
- Route {#254}
- Route {#254}
- Request {#43 #json: null #convertedFiles: null #userResolver: Closure($guard = null) {#351 …6} #routeResolver: Closure() {#353 …5} +attributes: ParameterBag {#45} +request: ParameterBag {#51} +query: ParameterBag {#51} +server: ServerBag {#47} +files: FileBag {#48} +cookies: ParameterBag {#46} +headers: HeaderBag {#49} #content: null #languages: null #charsets: null #encodings: null #acceptableContentTypes: array:1 [ 0 => "*/*" ] #pathInfo: "/tin-tuc/nha-tho-duc-ba-paris-noi-cat-giau-net-kien-truc-gothic-doc-dao.html" #requestUri: "/tin-tuc/nha-tho-duc-ba-paris-noi-cat-giau-net-kien-truc-gothic-doc-dao.html" #baseUrl: "" #basePath: null #method: "GET" #format: null #session: null #locale: null #defaultLocale: "en" -isHostValid: true -isForwardedValid: true : "" : "html" }
- Request {#43 #json: null #convertedFiles: null #userResolver: Closure($guard = null) {#351 …6} #routeResolver: Closure() {#353 …5} +attributes: ParameterBag {#45} +request: ParameterBag {#51} +query: ParameterBag {#51} +server: ServerBag {#47} +files: FileBag {#48} +cookies: ParameterBag {#46} +headers: HeaderBag {#49} #content: null #languages: null #charsets: null #encodings: null #acceptableContentTypes: array:1 [ 0 => "*/*" ] #pathInfo: "/tin-tuc/nha-tho-duc-ba-paris-noi-cat-giau-net-kien-truc-gothic-doc-dao.html" #requestUri: "/tin-tuc/nha-tho-duc-ba-paris-noi-cat-giau-net-kien-truc-gothic-doc-dao.html" #baseUrl: "" #basePath: null #method: "GET" #format: null #session: null #locale: null #defaultLocale: "en" -isHostValid: true -isForwardedValid: true : "" : "html" }
- Route {#254}
- Request {#43 #json: null #convertedFiles: null #userResolver: Closure($guard = null) {#351 …6} #routeResolver: Closure() {#353 …5} +attributes: ParameterBag {#45} +request: ParameterBag {#51} +query: ParameterBag {#51} +server: ServerBag {#47} +files: FileBag {#48} +cookies: ParameterBag {#46} +headers: HeaderBag {#49} #content: null #languages: null #charsets: null #encodings: null #acceptableContentTypes: array:1 [ 0 => "*/*" ] #pathInfo: "/tin-tuc/nha-tho-duc-ba-paris-noi-cat-giau-net-kien-truc-gothic-doc-dao.html" #requestUri: "/tin-tuc/nha-tho-duc-ba-paris-noi-cat-giau-net-kien-truc-gothic-doc-dao.html" #baseUrl: "" #basePath: null #method: "GET" #format: null #session: null #locale: null #defaultLocale: "en" -isHostValid: true -isForwardedValid: true : "" : "html" }
- Request {#43 #json: null #convertedFiles: null #userResolver: Closure($guard = null) {#351 …6} #routeResolver: Closure() {#353 …5} +attributes: ParameterBag {#45} +request: ParameterBag {#51} +query: ParameterBag {#51} +server: ServerBag {#47} +files: FileBag {#48} +cookies: ParameterBag {#46} +headers: HeaderBag {#49} #content: null #languages: null #charsets: null #encodings: null #acceptableContentTypes: array:1 [ 0 => "*/*" ] #pathInfo: "/tin-tuc/nha-tho-duc-ba-paris-noi-cat-giau-net-kien-truc-gothic-doc-dao.html" #requestUri: "/tin-tuc/nha-tho-duc-ba-paris-noi-cat-giau-net-kien-truc-gothic-doc-dao.html" #baseUrl: "" #basePath: null #method: "GET" #format: null #session: null #locale: null #defaultLocale: "en" -isHostValid: true -isForwardedValid: true : "" : "html" }
- Request {#43 #json: null #convertedFiles: null #userResolver: Closure($guard = null) {#351 …6} #routeResolver: Closure() {#353 …5} +attributes: ParameterBag {#45} +request: ParameterBag {#51} +query: ParameterBag {#51} +server: ServerBag {#47} +files: FileBag {#48} +cookies: ParameterBag {#46} +headers: HeaderBag {#49} #content: null #languages: null #charsets: null #encodings: null #acceptableContentTypes: array:1 [ 0 => "*/*" ] #pathInfo: "/tin-tuc/nha-tho-duc-ba-paris-noi-cat-giau-net-kien-truc-gothic-doc-dao.html" #requestUri: "/tin-tuc/nha-tho-duc-ba-paris-noi-cat-giau-net-kien-truc-gothic-doc-dao.html" #baseUrl: "" #basePath: null #method: "GET" #format: null #session: null #locale: null #defaultLocale: "en" -isHostValid: true -isForwardedValid: true : "" : "html" }
- Request {#43 #json: null #convertedFiles: null #userResolver: Closure($guard = null) {#351 …6} #routeResolver: Closure() {#353 …5} +attributes: ParameterBag {#45} +request: ParameterBag {#51} +query: ParameterBag {#51} +server: ServerBag {#47} +files: FileBag {#48} +cookies: ParameterBag {#46} +headers: HeaderBag {#49} #content: null #languages: null #charsets: null #encodings: null #acceptableContentTypes: array:1 [ 0 => "*/*" ] #pathInfo: "/tin-tuc/nha-tho-duc-ba-paris-noi-cat-giau-net-kien-truc-gothic-doc-dao.html" #requestUri: "/tin-tuc/nha-tho-duc-ba-paris-noi-cat-giau-net-kien-truc-gothic-doc-dao.html" #baseUrl: "" #basePath: null #method: "GET" #format: null #session: null #locale: null #defaultLocale: "en" -isHostValid: true -isForwardedValid: true : "" : "html" }
- Request {#43 #json: null #convertedFiles: null #userResolver: Closure($guard = null) {#351 …6} #routeResolver: Closure() {#353 …5} +attributes: ParameterBag {#45} +request: ParameterBag {#51} +query: ParameterBag {#51} +server: ServerBag {#47} +files: FileBag {#48} +cookies: ParameterBag {#46} +headers: HeaderBag {#49} #content: null #languages: null #charsets: null #encodings: null #acceptableContentTypes: array:1 [ 0 => "*/*" ] #pathInfo: "/tin-tuc/nha-tho-duc-ba-paris-noi-cat-giau-net-kien-truc-gothic-doc-dao.html" #requestUri: "/tin-tuc/nha-tho-duc-ba-paris-noi-cat-giau-net-kien-truc-gothic-doc-dao.html" #baseUrl: "" #basePath: null #method: "GET" #format: null #session: null #locale: null #defaultLocale: "en" -isHostValid: true -isForwardedValid: true : "" : "html" }
- Closure($passable) {#141 …6}
- Request {#43 #json: null #convertedFiles: null #userResolver: Closure($guard = null) {#351 …6} #routeResolver: Closure() {#353 …5} +attributes: ParameterBag {#45} +request: ParameterBag {#51} +query: ParameterBag {#51} +server: ServerBag {#47} +files: FileBag {#48} +cookies: ParameterBag {#46} +headers: HeaderBag {#49} #content: null #languages: null #charsets: null #encodings: null #acceptableContentTypes: array:1 [ 0 => "*/*" ] #pathInfo: "/tin-tuc/nha-tho-duc-ba-paris-noi-cat-giau-net-kien-truc-gothic-doc-dao.html" #requestUri: "/tin-tuc/nha-tho-duc-ba-paris-noi-cat-giau-net-kien-truc-gothic-doc-dao.html" #baseUrl: "" #basePath: null #method: "GET" #format: null #session: null #locale: null #defaultLocale: "en" -isHostValid: true -isForwardedValid: true : "" : "html" }
- Request {#43 #json: null #convertedFiles: null #userResolver: Closure($guard = null) {#351 …6} #routeResolver: Closure() {#353 …5} +attributes: ParameterBag {#45} +request: ParameterBag {#51} +query: ParameterBag {#51} +server: ServerBag {#47} +files: FileBag {#48} +cookies: ParameterBag {#46} +headers: HeaderBag {#49} #content: null #languages: null #charsets: null #encodings: null #acceptableContentTypes: array:1 [ 0 => "*/*" ] #pathInfo: "/tin-tuc/nha-tho-duc-ba-paris-noi-cat-giau-net-kien-truc-gothic-doc-dao.html" #requestUri: "/tin-tuc/nha-tho-duc-ba-paris-noi-cat-giau-net-kien-truc-gothic-doc-dao.html" #baseUrl: "" #basePath: null #method: "GET" #format: null #session: null #locale: null #defaultLocale: "en" -isHostValid: true -isForwardedValid: true : "" : "html" }
- Request {#43 #json: null #convertedFiles: null #userResolver: Closure($guard = null) {#351 …6} #routeResolver: Closure() {#353 …5} +attributes: ParameterBag {#45} +request: ParameterBag {#51} +query: ParameterBag {#51} +server: ServerBag {#47} +files: FileBag {#48} +cookies: ParameterBag {#46} +headers: HeaderBag {#49} #content: null #languages: null #charsets: null #encodings: null #acceptableContentTypes: array:1 [ 0 => "*/*" ] #pathInfo: "/tin-tuc/nha-tho-duc-ba-paris-noi-cat-giau-net-kien-truc-gothic-doc-dao.html" #requestUri: "/tin-tuc/nha-tho-duc-ba-paris-noi-cat-giau-net-kien-truc-gothic-doc-dao.html" #baseUrl: "" #basePath: null #method: "GET" #format: null #session: null #locale: null #defaultLocale: "en" -isHostValid: true -isForwardedValid: true : "" : "html" }
- Closure($passable) {#279 …6}
- Request {#43 #json: null #convertedFiles: null #userResolver: Closure($guard = null) {#351 …6} #routeResolver: Closure() {#353 …5} +attributes: ParameterBag {#45} +request: ParameterBag {#51} +query: ParameterBag {#51} +server: ServerBag {#47} +files: FileBag {#48} +cookies: ParameterBag {#46} +headers: HeaderBag {#49} #content: null #languages: null #charsets: null #encodings: null #acceptableContentTypes: array:1 [ 0 => "*/*" ] #pathInfo: "/tin-tuc/nha-tho-duc-ba-paris-noi-cat-giau-net-kien-truc-gothic-doc-dao.html" #requestUri: "/tin-tuc/nha-tho-duc-ba-paris-noi-cat-giau-net-kien-truc-gothic-doc-dao.html" #baseUrl: "" #basePath: null #method: "GET" #format: null #session: null #locale: null #defaultLocale: "en" -isHostValid: true -isForwardedValid: true : "" : "html" }
- Request {#43 #json: null #convertedFiles: null #userResolver: Closure($guard = null) {#351 …6} #routeResolver: Closure() {#353 …5} +attributes: ParameterBag {#45} +request: ParameterBag {#51} +query: ParameterBag {#51} +server: ServerBag {#47} +files: FileBag {#48} +cookies: ParameterBag {#46} +headers: HeaderBag {#49} #content: null #languages: null #charsets: null #encodings: null #acceptableContentTypes: array:1 [ 0 => "*/*" ] #pathInfo: "/tin-tuc/nha-tho-duc-ba-paris-noi-cat-giau-net-kien-truc-gothic-doc-dao.html" #requestUri: "/tin-tuc/nha-tho-duc-ba-paris-noi-cat-giau-net-kien-truc-gothic-doc-dao.html" #baseUrl: "" #basePath: null #method: "GET" #format: null #session: null #locale: null #defaultLocale: "en" -isHostValid: true -isForwardedValid: true : "" : "html" }
- Request {#43 #json: null #convertedFiles: null #userResolver: Closure($guard = null) {#351 …6} #routeResolver: Closure() {#353 …5} +attributes: ParameterBag {#45} +request: ParameterBag {#51} +query: ParameterBag {#51} +server: ServerBag {#47} +files: FileBag {#48} +cookies: ParameterBag {#46} +headers: HeaderBag {#49} #content: null #languages: null #charsets: null #encodings: null #acceptableContentTypes: array:1 [ 0 => "*/*" ] #pathInfo: "/tin-tuc/nha-tho-duc-ba-paris-noi-cat-giau-net-kien-truc-gothic-doc-dao.html" #requestUri: "/tin-tuc/nha-tho-duc-ba-paris-noi-cat-giau-net-kien-truc-gothic-doc-dao.html" #baseUrl: "" #basePath: null #method: "GET" #format: null #session: null #locale: null #defaultLocale: "en" -isHostValid: true -isForwardedValid: true : "" : "html" }
- Closure($passable) {#283 …6}
- Request {#43 #json: null #convertedFiles: null #userResolver: Closure($guard = null) {#351 …6} #routeResolver: Closure() {#353 …5} +attributes: ParameterBag {#45} +request: ParameterBag {#51} +query: ParameterBag {#51} +server: ServerBag {#47} +files: FileBag {#48} +cookies: ParameterBag {#46} +headers: HeaderBag {#49} #content: null #languages: null #charsets: null #encodings: null #acceptableContentTypes: array:1 [ 0 => "*/*" ] #pathInfo: "/tin-tuc/nha-tho-duc-ba-paris-noi-cat-giau-net-kien-truc-gothic-doc-dao.html" #requestUri: "/tin-tuc/nha-tho-duc-ba-paris-noi-cat-giau-net-kien-truc-gothic-doc-dao.html" #baseUrl: "" #basePath: null #method: "GET" #format: null #session: null #locale: null #defaultLocale: "en" -isHostValid: true -isForwardedValid: true : "" : "html" }
- Request {#43 #json: null #convertedFiles: null #userResolver: Closure($guard = null) {#351 …6} #routeResolver: Closure() {#353 …5} +attributes: ParameterBag {#45} +request: ParameterBag {#51} +query: ParameterBag {#51} +server: ServerBag {#47} +files: FileBag {#48} +cookies: ParameterBag {#46} +headers: HeaderBag {#49} #content: null #languages: null #charsets: null #encodings: null #acceptableContentTypes: array:1 [ 0 => "*/*" ] #pathInfo: "/tin-tuc/nha-tho-duc-ba-paris-noi-cat-giau-net-kien-truc-gothic-doc-dao.html" #requestUri: "/tin-tuc/nha-tho-duc-ba-paris-noi-cat-giau-net-kien-truc-gothic-doc-dao.html" #baseUrl: "" #basePath: null #method: "GET" #format: null #session: null #locale: null #defaultLocale: "en" -isHostValid: true -isForwardedValid: true : "" : "html" }
- Request {#43 #json: null #convertedFiles: null #userResolver: Closure($guard = null) {#351 …6} #routeResolver: Closure() {#353 …5} +attributes: ParameterBag {#45} +request: ParameterBag {#51} +query: ParameterBag {#51} +server: ServerBag {#47} +files: FileBag {#48} +cookies: ParameterBag {#46} +headers: HeaderBag {#49} #content: null #languages: null #charsets: null #encodings: null #acceptableContentTypes: array:1 [ 0 => "*/*" ] #pathInfo: "/tin-tuc/nha-tho-duc-ba-paris-noi-cat-giau-net-kien-truc-gothic-doc-dao.html" #requestUri: "/tin-tuc/nha-tho-duc-ba-paris-noi-cat-giau-net-kien-truc-gothic-doc-dao.html" #baseUrl: "" #basePath: null #method: "GET" #format: null #session: null #locale: null #defaultLocale: "en" -isHostValid: true -isForwardedValid: true : "" : "html" }
- Closure($passable) {#333 …6}
- Request {#43 #json: null #convertedFiles: null #userResolver: Closure($guard = null) {#351 …6} #routeResolver: Closure() {#353 …5} +attributes: ParameterBag {#45} +request: ParameterBag {#51} +query: ParameterBag {#51} +server: ServerBag {#47} +files: FileBag {#48} +cookies: ParameterBag {#46} +headers: HeaderBag {#49} #content: null #languages: null #charsets: null #encodings: null #acceptableContentTypes: array:1 [ 0 => "*/*" ] #pathInfo: "/tin-tuc/nha-tho-duc-ba-paris-noi-cat-giau-net-kien-truc-gothic-doc-dao.html" #requestUri: "/tin-tuc/nha-tho-duc-ba-paris-noi-cat-giau-net-kien-truc-gothic-doc-dao.html" #baseUrl: "" #basePath: null #method: "GET" #format: null #session: null #locale: null #defaultLocale: "en" -isHostValid: true -isForwardedValid: true : "" : "html" }
- Request {#43 #json: null #convertedFiles: null #userResolver: Closure($guard = null) {#351 …6} #routeResolver: Closure() {#353 …5} +attributes: ParameterBag {#45} +request: ParameterBag {#51} +query: ParameterBag {#51} +server: ServerBag {#47} +files: FileBag {#48} +cookies: ParameterBag {#46} +headers: HeaderBag {#49} #content: null #languages: null #charsets: null #encodings: null #acceptableContentTypes: array:1 [ 0 => "*/*" ] #pathInfo: "/tin-tuc/nha-tho-duc-ba-paris-noi-cat-giau-net-kien-truc-gothic-doc-dao.html" #requestUri: "/tin-tuc/nha-tho-duc-ba-paris-noi-cat-giau-net-kien-truc-gothic-doc-dao.html" #baseUrl: "" #basePath: null #method: "GET" #format: null #session: null #locale: null #defaultLocale: "en" -isHostValid: true -isForwardedValid: true : "" : "html" }
- Request {#43 #json: null #convertedFiles: null #userResolver: Closure($guard = null) {#351 …6} #routeResolver: Closure() {#353 …5} +attributes: ParameterBag {#45} +request: ParameterBag {#51} +query: ParameterBag {#51} +server: ServerBag {#47} +files: FileBag {#48} +cookies: ParameterBag {#46} +headers: HeaderBag {#49} #content: null #languages: null #charsets: null #encodings: null #acceptableContentTypes: array:1 [ 0 => "*/*" ] #pathInfo: "/tin-tuc/nha-tho-duc-ba-paris-noi-cat-giau-net-kien-truc-gothic-doc-dao.html" #requestUri: "/tin-tuc/nha-tho-duc-ba-paris-noi-cat-giau-net-kien-truc-gothic-doc-dao.html" #baseUrl: "" #basePath: null #method: "GET" #format: null #session: null #locale: null #defaultLocale: "en" -isHostValid: true -isForwardedValid: true : "" : "html" }
- Closure($passable) {#334 …6}
- Request {#43 #json: null #convertedFiles: null #userResolver: Closure($guard = null) {#351 …6} #routeResolver: Closure() {#353 …5} +attributes: ParameterBag {#45} +request: ParameterBag {#51} +query: ParameterBag {#51} +server: ServerBag {#47} +files: FileBag {#48} +cookies: ParameterBag {#46} +headers: HeaderBag {#49} #content: null #languages: null #charsets: null #encodings: null #acceptableContentTypes: array:1 [ 0 => "*/*" ] #pathInfo: "/tin-tuc/nha-tho-duc-ba-paris-noi-cat-giau-net-kien-truc-gothic-doc-dao.html" #requestUri: "/tin-tuc/nha-tho-duc-ba-paris-noi-cat-giau-net-kien-truc-gothic-doc-dao.html" #baseUrl: "" #basePath: null #method: "GET" #format: null #session: null #locale: null #defaultLocale: "en" -isHostValid: true -isForwardedValid: true : "" : "html" }
- Request {#43 #json: null #convertedFiles: null #userResolver: Closure($guard = null) {#351 …6} #routeResolver: Closure() {#353 …5} +attributes: ParameterBag {#45} +request: ParameterBag {#51} +query: ParameterBag {#51} +server: ServerBag {#47} +files: FileBag {#48} +cookies: ParameterBag {#46} +headers: HeaderBag {#49} #content: null #languages: null #charsets: null #encodings: null #acceptableContentTypes: array:1 [ 0 => "*/*" ] #pathInfo: "/tin-tuc/nha-tho-duc-ba-paris-noi-cat-giau-net-kien-truc-gothic-doc-dao.html" #requestUri: "/tin-tuc/nha-tho-duc-ba-paris-noi-cat-giau-net-kien-truc-gothic-doc-dao.html" #baseUrl: "" #basePath: null #method: "GET" #format: null #session: null #locale: null #defaultLocale: "en" -isHostValid: true -isForwardedValid: true : "" : "html" }
- Closure($request) {#41 …5}
- Request {#43 #json: null #convertedFiles: null #userResolver: Closure($guard = null) {#351 …6} #routeResolver: Closure() {#353 …5} +attributes: ParameterBag {#45} +request: ParameterBag {#51} +query: ParameterBag {#51} +server: ServerBag {#47} +files: FileBag {#48} +cookies: ParameterBag {#46} +headers: HeaderBag {#49} #content: null #languages: null #charsets: null #encodings: null #acceptableContentTypes: array:1 [ 0 => "*/*" ] #pathInfo: "/tin-tuc/nha-tho-duc-ba-paris-noi-cat-giau-net-kien-truc-gothic-doc-dao.html" #requestUri: "/tin-tuc/nha-tho-duc-ba-paris-noi-cat-giau-net-kien-truc-gothic-doc-dao.html" #baseUrl: "" #basePath: null #method: "GET" #format: null #session: null #locale: null #defaultLocale: "en" -isHostValid: true -isForwardedValid: true : "" : "html" }
- Request {#43 #json: null #convertedFiles: null #userResolver: Closure($guard = null) {#351 …6} #routeResolver: Closure() {#353 …5} +attributes: ParameterBag {#45} +request: ParameterBag {#51} +query: ParameterBag {#51} +server: ServerBag {#47} +files: FileBag {#48} +cookies: ParameterBag {#46} +headers: HeaderBag {#49} #content: null #languages: null #charsets: null #encodings: null #acceptableContentTypes: array:1 [ 0 => "*/*" ] #pathInfo: "/tin-tuc/nha-tho-duc-ba-paris-noi-cat-giau-net-kien-truc-gothic-doc-dao.html" #requestUri: "/tin-tuc/nha-tho-duc-ba-paris-noi-cat-giau-net-kien-truc-gothic-doc-dao.html" #baseUrl: "" #basePath: null #method: "GET" #format: null #session: null #locale: null #defaultLocale: "en" -isHostValid: true -isForwardedValid: true : "" : "html" }
Environment & details:
GET Data empty POST Data empty Files empty Cookies empty Session empty Server/Request DataKey | Value |
PATH | "/bin:/usr/bin" |
HTTP_ACCEPT | "*/*" |
HTTP_ACCEPT_ENCODING | "gzip, br" |
HTTP_CONNECTION | "Keep-Alive" |
HTTP_HOST | "babartravel.com" |
HTTP_USER_AGENT | "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.1.2 Safari/603.3.8" |
HTTP_X_FORWARDED_FOR | "103.110.85.167" |
HTTP_CF_RAY | "8e6aba81c8faddc6-HKG" |
HTTP_CF_IPCOUNTRY | "VN" |
HTTP_X_FORWARDED_PROTO | "https" |
HTTP_CF_CONNECTING_IP | "103.110.85.167" |
HTTP_CF_VISITOR | "{"scheme":"https"}" |
HTTP_CDN_LOOP | "cloudflare; loops=1" |
DOCUMENT_ROOT | "/home/babartravel.com/public_html" |
REMOTE_ADDR | "172.71.215.167" |
REMOTE_PORT | "21464" |
SERVER_ADDR | "" |
SERVER_NAME | "babartravel.com" |
SERVER_ADMIN | "[email protected]" |
SERVER_PORT | "80" |
REQUEST_URI | "/tin-tuc/nha-tho-duc-ba-paris-noi-cat-giau-net-kien-truc-gothic-doc-dao.html" |
REDIRECT_URL | "/public/tin-tuc/nha-tho-duc-ba-paris-noi-cat-giau-net-kien-truc-gothic-doc-dao.html" |
HTTPS | "on" |
HAVE_REWITE | "1" |
REDIRECT_STATUS | "200" |
LSWS_EDITION | "Openlitespeed 1.4.46" |
X-LSCACHE | "on,crawler" |
SCRIPT_FILENAME | "/home/babartravel.com/public_html/public/index.php" |
QUERY_STRING | "" |
SCRIPT_NAME | "/public/index.php" |
SERVER_PROTOCOL | "HTTP/1.1" |
SERVER_SOFTWARE | "LiteSpeed" |
REQUEST_METHOD | "GET" |
PHP_SELF | "/public/index.php" |
REQUEST_TIME_FLOAT | 1732298742.1063 |
REQUEST_TIME | 1732298742 |
APP_NAME | "Laravel" |
APP_ENV | "local" |
APP_KEY | "base64:mz+aV4QIhcdDvlOASOa1rlH5LXjmkPP60iiI8DxWxsk=" |
APP_DEBUG | "true" |
APP_URL | "http://localhost" |
LOG_CHANNEL | "stack" |
DB_CONNECTION | "mysql" |
DB_HOST | "localhost" |
DB_PORT | "3306" |
DB_DATABASE | "baba_db" |
DB_USERNAME | "root" |
DB_PASSWORD | "gKbYlPxY0AjBkV" |
BROADCAST_DRIVER | "log" |
CACHE_DRIVER | "file" |
QUEUE_CONNECTION | "sync" |
SESSION_DRIVER | "file" |
SESSION_LIFETIME | "120" |
REDIS_HOST | "127.0.0.1" |
REDIS_PASSWORD | "null" |
REDIS_PORT | "6379" |
MAIL_DRIVER | "smtp" |
MAIL_HOST | "smtp.yandex.com" |
MAIL_PORT | "587" |
MAIL_USERNAME | "[email protected]" |
MAIL_PASSWORD | "AsiaTravel@2019" |
MAIL_ENCRYPTION | "tls" |
AWS_ACCESS_KEY_ID | "" |
AWS_SECRET_ACCESS_KEY | "" |
AWS_DEFAULT_REGION | "us-east-1" |
AWS_BUCKET | "" |
PUSHER_APP_ID | "" |
PUSHER_APP_KEY | "" |
PUSHER_APP_SECRET | "" |
PUSHER_APP_CLUSTER | "mt1" |
MIX_PUSHER_APP_KEY | "" |
MIX_PUSHER_APP_CLUSTER | "mt1" |
Key | Value |
APP_NAME | "Laravel" |
APP_ENV | "local" |
APP_KEY | "base64:mz+aV4QIhcdDvlOASOa1rlH5LXjmkPP60iiI8DxWxsk=" |
APP_DEBUG | "true" |
APP_URL | "http://localhost" |
LOG_CHANNEL | "stack" |
DB_CONNECTION | "mysql" |
DB_HOST | "localhost" |
DB_PORT | "3306" |
DB_DATABASE | "baba_db" |
DB_USERNAME | "root" |
DB_PASSWORD | "gKbYlPxY0AjBkV" |
BROADCAST_DRIVER | "log" |
CACHE_DRIVER | "file" |
QUEUE_CONNECTION | "sync" |
SESSION_DRIVER | "file" |
SESSION_LIFETIME | "120" |
REDIS_HOST | "127.0.0.1" |
REDIS_PASSWORD | "null" |
REDIS_PORT | "6379" |
MAIL_DRIVER | "smtp" |
MAIL_HOST | "smtp.yandex.com" |
MAIL_PORT | "587" |
MAIL_USERNAME | "[email protected]" |
MAIL_PASSWORD | "AsiaTravel@2019" |
MAIL_ENCRYPTION | "tls" |
AWS_ACCESS_KEY_ID | "" |
AWS_SECRET_ACCESS_KEY | "" |
AWS_DEFAULT_REGION | "us-east-1" |
AWS_BUCKET | "" |
PUSHER_APP_ID | "" |
PUSHER_APP_KEY | "" |
PUSHER_APP_SECRET | "" |
PUSHER_APP_CLUSTER | "mt1" |
MIX_PUSHER_APP_KEY | "" |
MIX_PUSHER_APP_CLUSTER | "mt1" |
Từ khóa » Hình Nhà Thờ đức Bà Paris
-
Nhà Thờ Đức Bà Paris – Wikipedia Tiếng Việt
-
700.000+ ảnh đẹp Nhất Về Nhà Thờ Đức Bà Paris - Pexels
-
Nhà Thờ Đức Bà Paris (Notre Dame Cathedral...
-
Nhà Thờ Đức Bà Paris Gần Hồi Sinh 3 Năm Sau Hỏa Hoạn - Hànộimới
-
Nhà Thờ Đức Bà Paris - Niềm Tự Hào Kiến Trúc Của Những Người Dân ...
-
Nhà Thờ Đức Bà Paris - Kiệt Tác Kiến Trúc Gothic - Tour Du Lịch
-
Những Bí Ẩn Nhà Thờ Đức Bà Paris Pháp, Nhiều Người Không Biết
-
Hình ảnh Nhà Thờ Đức Bà Paris đẹp Huyền ảo Trước Vụ Cháy Lớn
-
Kiến Trúc Nhà Thờ Đức Bà Paris Có Gì đặc Biệt?
-
Nhà Thờ Đức Bà Paris – Kiệt Tác Trường Tồn Cùng Thời Gian Tại Pháp
-
Nhà Thờ Đức Bà Paris, Bài Học Về Sự Tái Sinh Và Hy Vọng
-
Nhà Thờ Đức Bà Paris - Tin Tức Mới Nhất 24h Qua - VnExpress
-
Pháp: Phát Lộ Mộ Cổ Từ Thế Kỷ 14 Bên Dưới Nhà Thờ Đức Bà Paris