Tháp Eiffel - Hành Trình Trở Thành Biểu Tượng Nước Pháp - Babar Travel
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/thap-eiffel-hanh-trinh-tro-thanh-bieu-tuong-nuoc-phap.html" #requestUri: "/tin-tuc/thap-eiffel-hanh-trinh-tro-thanh-bieu-tuong-nuoc-phap.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/thap-eiffel-hanh-trinh-tro-thanh-bieu-tuong-nuoc-phap.html" #requestUri: "/tin-tuc/thap-eiffel-hanh-trinh-tro-thanh-bieu-tuong-nuoc-phap.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/thap-eiffel-hanh-trinh-tro-thanh-bieu-tuong-nuoc-phap.html" #requestUri: "/tin-tuc/thap-eiffel-hanh-trinh-tro-thanh-bieu-tuong-nuoc-phap.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/thap-eiffel-hanh-trinh-tro-thanh-bieu-tuong-nuoc-phap.html" #requestUri: "/tin-tuc/thap-eiffel-hanh-trinh-tro-thanh-bieu-tuong-nuoc-phap.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/thap-eiffel-hanh-trinh-tro-thanh-bieu-tuong-nuoc-phap.html" #requestUri: "/tin-tuc/thap-eiffel-hanh-trinh-tro-thanh-bieu-tuong-nuoc-phap.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/thap-eiffel-hanh-trinh-tro-thanh-bieu-tuong-nuoc-phap.html" #requestUri: "/tin-tuc/thap-eiffel-hanh-trinh-tro-thanh-bieu-tuong-nuoc-phap.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/thap-eiffel-hanh-trinh-tro-thanh-bieu-tuong-nuoc-phap.html" #requestUri: "/tin-tuc/thap-eiffel-hanh-trinh-tro-thanh-bieu-tuong-nuoc-phap.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/thap-eiffel-hanh-trinh-tro-thanh-bieu-tuong-nuoc-phap.html" #requestUri: "/tin-tuc/thap-eiffel-hanh-trinh-tro-thanh-bieu-tuong-nuoc-phap.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/thap-eiffel-hanh-trinh-tro-thanh-bieu-tuong-nuoc-phap.html" #requestUri: "/tin-tuc/thap-eiffel-hanh-trinh-tro-thanh-bieu-tuong-nuoc-phap.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/thap-eiffel-hanh-trinh-tro-thanh-bieu-tuong-nuoc-phap.html" #requestUri: "/tin-tuc/thap-eiffel-hanh-trinh-tro-thanh-bieu-tuong-nuoc-phap.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/thap-eiffel-hanh-trinh-tro-thanh-bieu-tuong-nuoc-phap.html" #requestUri: "/tin-tuc/thap-eiffel-hanh-trinh-tro-thanh-bieu-tuong-nuoc-phap.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/thap-eiffel-hanh-trinh-tro-thanh-bieu-tuong-nuoc-phap.html" #requestUri: "/tin-tuc/thap-eiffel-hanh-trinh-tro-thanh-bieu-tuong-nuoc-phap.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/thap-eiffel-hanh-trinh-tro-thanh-bieu-tuong-nuoc-phap.html" #requestUri: "/tin-tuc/thap-eiffel-hanh-trinh-tro-thanh-bieu-tuong-nuoc-phap.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/thap-eiffel-hanh-trinh-tro-thanh-bieu-tuong-nuoc-phap.html" #requestUri: "/tin-tuc/thap-eiffel-hanh-trinh-tro-thanh-bieu-tuong-nuoc-phap.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/thap-eiffel-hanh-trinh-tro-thanh-bieu-tuong-nuoc-phap.html" #requestUri: "/tin-tuc/thap-eiffel-hanh-trinh-tro-thanh-bieu-tuong-nuoc-phap.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/thap-eiffel-hanh-trinh-tro-thanh-bieu-tuong-nuoc-phap.html" #requestUri: "/tin-tuc/thap-eiffel-hanh-trinh-tro-thanh-bieu-tuong-nuoc-phap.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/thap-eiffel-hanh-trinh-tro-thanh-bieu-tuong-nuoc-phap.html" #requestUri: "/tin-tuc/thap-eiffel-hanh-trinh-tro-thanh-bieu-tuong-nuoc-phap.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/thap-eiffel-hanh-trinh-tro-thanh-bieu-tuong-nuoc-phap.html" #requestUri: "/tin-tuc/thap-eiffel-hanh-trinh-tro-thanh-bieu-tuong-nuoc-phap.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/thap-eiffel-hanh-trinh-tro-thanh-bieu-tuong-nuoc-phap.html" #requestUri: "/tin-tuc/thap-eiffel-hanh-trinh-tro-thanh-bieu-tuong-nuoc-phap.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/thap-eiffel-hanh-trinh-tro-thanh-bieu-tuong-nuoc-phap.html" #requestUri: "/tin-tuc/thap-eiffel-hanh-trinh-tro-thanh-bieu-tuong-nuoc-phap.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/thap-eiffel-hanh-trinh-tro-thanh-bieu-tuong-nuoc-phap.html" #requestUri: "/tin-tuc/thap-eiffel-hanh-trinh-tro-thanh-bieu-tuong-nuoc-phap.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/thap-eiffel-hanh-trinh-tro-thanh-bieu-tuong-nuoc-phap.html" #requestUri: "/tin-tuc/thap-eiffel-hanh-trinh-tro-thanh-bieu-tuong-nuoc-phap.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/thap-eiffel-hanh-trinh-tro-thanh-bieu-tuong-nuoc-phap.html" #requestUri: "/tin-tuc/thap-eiffel-hanh-trinh-tro-thanh-bieu-tuong-nuoc-phap.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 Data| Key | Value |
| PATH | "/bin:/usr/bin" |
| HTTP_ACCEPT | "*/*" |
| HTTP_ACCEPT_ENCODING | "gzip, br" |
| HTTP_HOST | "babartravel.com" |
| HTTP_USER_AGENT | "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36" |
| HTTP_X_FORWARDED_FOR | "103.110.85.167" |
| HTTP_CF_RAY | "9b22668d6d711ed9-SIN" |
| HTTP_CDN_LOOP | "cloudflare; loops=1" |
| HTTP_CF_CONNECTING_IP | "103.110.85.167" |
| HTTP_CF_IPCOUNTRY | "VN" |
| HTTP_CF_VISITOR | "{"scheme":"https"}" |
| HTTP_X_FORWARDED_PROTO | "https" |
| DOCUMENT_ROOT | "/home/babartravel.com/public_html" |
| REMOTE_ADDR | "104.23.175.91" |
| REMOTE_PORT | "13359" |
| SERVER_ADDR | "45.119.215.196" |
| SERVER_NAME | "babartravel.com" |
| SERVER_ADMIN | "[email protected]" |
| SERVER_PORT | "443" |
| REQUEST_URI | "/tin-tuc/thap-eiffel-hanh-trinh-tro-thanh-bieu-tuong-nuoc-phap.html" |
| REDIRECT_URL | "/public/tin-tuc/thap-eiffel-hanh-trinh-tro-thanh-bieu-tuong-nuoc-phap.html" |
| HTTPS | "on" |
| REDIRECT_STATUS | "200" |
| X_SPDY | "HTTP2" |
| SSL_PROTOCOL | "TLSv1.3" |
| SSL_CIPHER | "TLS_AES_128_GCM_SHA256" |
| SSL_CIPHER_USEKEYSIZE | "128" |
| SSL_CIPHER_ALGKEYSIZE | "128" |
| LSWS_EDITION | "Openlitespeed 1.7.19" |
| 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 | 1766435736.8919 |
| REQUEST_TIME | 1766435736 |
| 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 » Người Tạo Ra Tháp Eiffel
-
Gustave Eiffel: Cha đẻ Của Những Công Trình đi Vào Lịch Sử Thế Giới
-
Gustave Eiffel – Wikipedia Tiếng Việt
-
Tháp Eiffel – Wikipedia Tiếng Việt
-
Gustave Eiffel, Người đã Tạo Nên Tháp Eiffel, Tượng Nữ Thần Tự Do ...
-
Tháp Eiffel - Hành Trình Trở Thành Biểu Tượng Nước Pháp - Tour Du Lịch
-
Lịch Sử Hấp Dẫn Và Việc Xây Dựng Gây Tranh Cãi Của Tháp Eiffel
-
Tháp Eiffel - Biểu Tượng Của Nước Pháp
-
Tháp Eiffel ở đâu, Xây Dựng Năm Nào Và Bí Mật được Khắc ở Chân Tháp
-
Gustave Eiffel, Người đã Tạo Nên Tháp Eiffel, Tượng Nữ Thần
-
10 điều Có Thể Bạn Chưa Biết Về Tháp Eiffel - Travellive
-
Điều Gì đã Thực Sự Diễn Ra Vào Ngày Tháp Eiffel Xuất Hiện Trước Thế ...
-
Tháp Eiffel Có Mấy Tầng, được đặt Theo Tên Của Ai?
-
Tại Sao Tháp Eiffel được Xây Dựng?