<?php
namespace Illuminate\Support;
use ArrayAccess;
use ArrayIterator;
use Illuminate\Collections\ItemNotFoundException;
use Illuminate\Collections\MultipleItemsFoundException;
use Illuminate\Support\Traits\EnumeratesValues;
use Illuminate\Support\Traits\Macroable;
use stdClass;
class Collection implements ArrayAccess, Enumerable
{
use EnumeratesValues, Macroable;
/**
* The items contained in the collection.
*
* @var array
*/
protected $items = [];
/**
* Create a new collection.
*
* @param mixed $items
* @return void
*/
public function __construct($items = [])
{
$this->items = $this->getArrayableItems($items);
}
/**
* Create a collection with the given range.
*
* @param int $from
* @param int $to
* @return static
""" During inheritance of ArrayAccess: Uncaught ErrorException: Return type of Illuminate\Support\Collection::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/fastrave/public_html/vendor/laravel/framework/src/Illuminate/Collections/Collection.php:1443\n Stack trace:\n #0 /home/fastrave/public_html/vendor/laravel/framework/src/Illuminate/Collections/Collection.php(13): Illuminate\Foundation\Bootstrap\HandleExceptions->handleError(8192, 'Return type of ...', '/home/fastrave/...', 1443)\n #1 /home/fastrave/public_html/vendor/composer/ClassLoader.php(571): include('/home/fastrave/...')\n #2 /home/fastrave/public_html/vendor/composer/ClassLoader.php(428): Composer\Autoload\includeFile('/home/fastrave/...')\n #3 /home/fastrave/public_html/vendor/laravel/framework/src/Illuminate/Collections/helpers.php(15): Composer\Autoload\ClassLoader->loadClass('Illuminate\\Supp...')\n #4 /home/fastrave/public_html/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php(89): collect(Array)\n #5 /home/fastrave/public_html/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php(78): Illuminate\Foundation\PackageManifest->config('aliases')\n #6 /home/fastrave/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/RegisterFacades.php(26): Illuminate\Foundation\PackageManifest->aliases()\n #7 /home/fastrave/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(237): Illuminate\Foundation\Bootstrap\RegisterFacades->bootstrap(Object(Illuminate\Foundation\Application))\n #8 /home/fastrave/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(152): Illuminate\Foundation\Application->bootstrapWith(Array)\n #9 /home/fastrave/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(136): Illuminate\Foundation\Http\Kernel->bootstrap()\n #10 /home/fastrave/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(110): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request))\n #11 /home/fastrave/public_html/public/index.php(68): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request))\n #12 {main} """
Key | Value |
care_did | "5c17c199-00c7-4b2d-ba0d-8dae8d59eb95"
|
Key | Value |
USER | "fastrave"
|
HOME | "/home/fastrave"
|
SCRIPT_NAME | "/public/index.php"
|
REQUEST_URI | "/public/location/new-york-united-states"
|
QUERY_STRING | "" |
REQUEST_METHOD | "GET"
|
SERVER_PROTOCOL | "HTTP/1.1"
|
GATEWAY_INTERFACE | "CGI/1.1"
|
REDIRECT_URL | "/public/location/new-york-united-states"
|
REMOTE_PORT | "43878"
|
SCRIPT_FILENAME | "/home/fastrave/public_html/public/index.php"
|
SERVER_ADMIN | "webmaster@fastravelsandadventures.com"
|
CONTEXT_DOCUMENT_ROOT | "/home/fastrave/public_html"
|
CONTEXT_PREFIX | "" |
REQUEST_SCHEME | "https"
|
DOCUMENT_ROOT | "/home/fastrave/public_html"
|
REMOTE_ADDR | "18.119.255.170"
|
SERVER_PORT | "443"
|
SERVER_ADDR | "210.2.169.145"
|
SERVER_NAME | "fastravelsandadventures.com"
|
SERVER_SOFTWARE | "Apache"
|
SERVER_SIGNATURE | "" |
PATH | "/usr/local/jdk/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/X11R6/bin:/root/bin:/opt/bin"
|
HTTP_HOST | "fastravelsandadventures.com"
|
HTTP_ACCEPT_ENCODING | "gzip, br, zstd, deflate"
|
HTTP_COOKIE | "care_did=5c17c199-00c7-4b2d-ba0d-8dae8d59eb95"
|
HTTP_USER_AGENT | "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
|
HTTP_ACCEPT | "*/*"
|
proxy-nokeepalive | "1"
|
SSL_TLS_SNI | "fastravelsandadventures.com"
|
HTTPS | "on"
|
UNIQUE_ID | "Z2g8uUJMoWuTEFv2ItzNbAAAAAE"
|
REDIRECT_STATUS | "200"
|
REDIRECT_SSL_TLS_SNI | "fastravelsandadventures.com"
|
REDIRECT_HTTPS | "on"
|
REDIRECT_UNIQUE_ID | "Z2g8uUJMoWuTEFv2ItzNbAAAAAE"
|
FCGI_ROLE | "RESPONDER"
|
PHP_SELF | "/public/index.php"
|
REQUEST_TIME_FLOAT | 1734884537.6874
|
REQUEST_TIME | 1734884537
|
argv | [] |
argc | 0
|
APP_NAME | "Fast Travels and Adventures"
|
APP_ENV | "production"
|
APP_KEY | "***************************************************"
|
APP_DEBUG | "true"
|
APP_LOG_LEVEL | "debug"
|
APP_URL | "http://travel.fastravelsandadventures.com/"
|
STORAGE_PATH | "storage"
|
DB_CONNECTION | "mysql"
|
DB_HOST | "127.0.0.1"
|
DB_PORT | "3306"
|
DB_DATABASE | "fastrave_new"
|
DB_USERNAME | "fastrave_new"
|
DB_PASSWORD | "************"
|
BROADCAST_DRIVER | "log"
|
CACHE_DRIVER | "file"
|
SESSION_DRIVER | "file"
|
QUEUE_DRIVER | "sync"
|
REDIS_HOST | "127.0.0.1"
|
REDIS_PASSWORD | "****"
|
REDIS_PORT | "6379"
|
MAIL_DRIVER | "sendmail"
|
MAIL_HOST | "smtp.mailtrap.io"
|
MAIL_PORT | "2525"
|
MAIL_USERNAME | "****"
|
MAIL_PASSWORD | "****"
|
MAIL_ENCRYPTION | "null"
|
PUSHER_APP_ID | "" |
PUSHER_APP_KEY | "" |
PUSHER_APP_SECRET | "" |
Key | Value |
APP_NAME | "Fast Travels and Adventures"
|
APP_ENV | "production"
|
APP_KEY | "***************************************************"
|
APP_DEBUG | "true"
|
APP_LOG_LEVEL | "debug"
|
APP_URL | "http://travel.fastravelsandadventures.com/"
|
STORAGE_PATH | "storage"
|
DB_CONNECTION | "mysql"
|
DB_HOST | "127.0.0.1"
|
DB_PORT | "3306"
|
DB_DATABASE | "fastrave_new"
|
DB_USERNAME | "fastrave_new"
|
DB_PASSWORD | "************"
|
BROADCAST_DRIVER | "log"
|
CACHE_DRIVER | "file"
|
SESSION_DRIVER | "file"
|
QUEUE_DRIVER | "sync"
|
REDIS_HOST | "*********"
|
REDIS_PASSWORD | "****"
|
REDIS_PORT | "6379"
|
MAIL_DRIVER | "sendmail"
|
MAIL_HOST | "smtp.mailtrap.io"
|
MAIL_PORT | "2525"
|
MAIL_USERNAME | "null"
|
MAIL_PASSWORD | "****"
|
MAIL_ENCRYPTION | "null"
|
PUSHER_APP_ID | "" |
PUSHER_APP_KEY | "" |
PUSHER_APP_SECRET | "" |