%PDF- %PDF-
Direktori : /home/forge/api-takeaseat.eco-n-tech.co.uk/bootstrap/cache/ |
Current File : //home/forge/api-takeaseat.eco-n-tech.co.uk/bootstrap/cache/config.php |
<?php return array ( 'app' => array ( 'name' => 'Takeaseat', 'env' => 'production', 'debug' => false, 'url' => 'http://api-takeaseat.eco-n-tech.co.uk', 'frontend_url' => 'http://takeaseat.eco-n-tech.co.uk', 'asset_url' => NULL, 'support_email' => 'support@takeaseat.co.uk', 'timezone' => 'UTC', 'locale' => 'en', 'fallback_locale' => 'en_GB', 'faker_locale' => 'en_GB', 'key' => 'base64:t2ZLIZIYg2GGz++pCi5LcGxypWbW+zN58JvVKZLspvw=', 'cipher' => 'AES-256-CBC', 'providers' => array ( 0 => 'Illuminate\\Auth\\AuthServiceProvider', 1 => 'Illuminate\\Broadcasting\\BroadcastServiceProvider', 2 => 'Illuminate\\Bus\\BusServiceProvider', 3 => 'Illuminate\\Cache\\CacheServiceProvider', 4 => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider', 5 => 'Illuminate\\Cookie\\CookieServiceProvider', 6 => 'Illuminate\\Database\\DatabaseServiceProvider', 7 => 'Illuminate\\Encryption\\EncryptionServiceProvider', 8 => 'Illuminate\\Filesystem\\FilesystemServiceProvider', 9 => 'Illuminate\\Foundation\\Providers\\FoundationServiceProvider', 10 => 'Illuminate\\Hashing\\HashServiceProvider', 11 => 'Illuminate\\Mail\\MailServiceProvider', 12 => 'Illuminate\\Notifications\\NotificationServiceProvider', 13 => 'Illuminate\\Pagination\\PaginationServiceProvider', 14 => 'Illuminate\\Pipeline\\PipelineServiceProvider', 15 => 'Illuminate\\Queue\\QueueServiceProvider', 16 => 'Illuminate\\Redis\\RedisServiceProvider', 17 => 'Illuminate\\Auth\\Passwords\\PasswordResetServiceProvider', 18 => 'Illuminate\\Session\\SessionServiceProvider', 19 => 'Illuminate\\Translation\\TranslationServiceProvider', 20 => 'Illuminate\\Validation\\ValidationServiceProvider', 21 => 'Illuminate\\View\\ViewServiceProvider', 22 => 'GoogleMaps\\ServiceProvider\\GoogleMapsServiceProvider', 23 => 'Intervention\\Image\\ImageServiceProvider', 24 => 'App\\Providers\\AppServiceProvider', 25 => 'App\\Providers\\AuthServiceProvider', 26 => 'App\\Providers\\EventServiceProvider', 27 => 'App\\Providers\\NovaServiceProvider', 28 => 'App\\Providers\\RouteServiceProvider', 29 => 'Takeaseat\\NovaTheme\\ThemeServiceProvider', 30 => 'Barryvdh\\DomPDF\\ServiceProvider', ), 'aliases' => array ( 'App' => 'Illuminate\\Support\\Facades\\App', 'Arr' => 'Illuminate\\Support\\Arr', 'Artisan' => 'Illuminate\\Support\\Facades\\Artisan', 'Auth' => 'Illuminate\\Support\\Facades\\Auth', 'Blade' => 'Illuminate\\Support\\Facades\\Blade', 'Broadcast' => 'Illuminate\\Support\\Facades\\Broadcast', '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', 'Gate' => 'Illuminate\\Support\\Facades\\Gate', 'Hash' => 'Illuminate\\Support\\Facades\\Hash', 'Http' => 'Illuminate\\Support\\Facades\\Http', 'Lang' => 'Illuminate\\Support\\Facades\\Lang', 'Log' => 'Illuminate\\Support\\Facades\\Log', 'Mail' => 'Illuminate\\Support\\Facades\\Mail', 'Notification' => 'Illuminate\\Support\\Facades\\Notification', 'Password' => 'Illuminate\\Support\\Facades\\Password', 'Queue' => 'Illuminate\\Support\\Facades\\Queue', 'Redirect' => 'Illuminate\\Support\\Facades\\Redirect', 'Request' => 'Illuminate\\Support\\Facades\\Request', 'Response' => 'Illuminate\\Support\\Facades\\Response', 'Route' => 'Illuminate\\Support\\Facades\\Route', 'Schema' => 'Illuminate\\Support\\Facades\\Schema', 'Session' => 'Illuminate\\Support\\Facades\\Session', 'Storage' => 'Illuminate\\Support\\Facades\\Storage', 'Str' => 'Illuminate\\Support\\Str', 'URL' => 'Illuminate\\Support\\Facades\\URL', 'Validator' => 'Illuminate\\Support\\Facades\\Validator', 'View' => 'Illuminate\\Support\\Facades\\View', 'GoogleMaps' => 'GoogleMaps\\Facade\\GoogleMapsFacade', 'Image' => 'Intervention\\Image\\Facades\\Image', ), ), 'auth' => array ( 'defaults' => array ( 'guard' => 'api', 'passwords' => 'users', ), 'guards' => array ( 'web' => array ( 'driver' => 'session', 'provider' => 'users', ), 'admin' => array ( 'driver' => 'session', 'provider' => 'admin', 'passwords' => 'admin', ), 'api' => array ( 'driver' => 'jwt', 'provider' => 'users', 'hash' => false, ), ), 'providers' => array ( 'users' => array ( 'driver' => 'eloquent', 'model' => 'App\\Models\\User', ), 'admin' => array ( 'driver' => 'eloquent', 'model' => 'App\\Models\\AdminUser', ), ), 'passwords' => array ( 'users' => array ( 'provider' => 'users', 'table' => 'password_resets', 'expire' => 60, 'throttle' => 60, ), 'admin' => array ( 'provider' => 'admin', 'table' => 'password_resets', 'expire' => 60, ), ), 'password_timeout' => 10800, ), 'booking' => array ( 'booking_fee' => 0, ), 'broadcasting' => array ( 'default' => 'log', 'connections' => array ( 'pusher' => array ( 'driver' => 'pusher', 'key' => NULL, 'secret' => NULL, 'app_id' => NULL, 'options' => array ( 'cluster' => NULL, 'useTLS' => true, ), ), 'ably' => array ( 'driver' => 'ably', 'key' => NULL, ), 'redis' => array ( 'driver' => 'redis', 'connection' => 'default', ), 'log' => array ( 'driver' => 'log', ), 'null' => array ( 'driver' => 'null', ), ), ), 'cache' => array ( 'default' => 'file', 'stores' => array ( 'apc' => array ( 'driver' => 'apc', ), 'array' => array ( 'driver' => 'array', 'serialize' => false, ), 'database' => array ( 'driver' => 'database', 'table' => 'cache', 'connection' => NULL, 'lock_connection' => NULL, ), 'file' => array ( 'driver' => 'file', 'path' => '/home/forge/api-takeaseat.eco-n-tech.co.uk/storage/framework/cache/data', ), 'memcached' => array ( 'driver' => 'memcached', 'persistent_id' => NULL, 'sasl' => array ( 0 => NULL, 1 => NULL, ), 'options' => array ( ), 'servers' => array ( 0 => array ( 'host' => '127.0.0.1', 'port' => 11211, 'weight' => 100, ), ), ), 'redis' => array ( 'driver' => 'redis', 'connection' => 'cache', 'lock_connection' => 'default', ), 'dynamodb' => array ( 'driver' => 'dynamodb', 'key' => NULL, 'secret' => NULL, 'region' => 'us-east-1', 'table' => 'cache', 'endpoint' => NULL, ), ), 'prefix' => 'takeaseat_cache', ), 'cors' => array ( 'paths' => array ( 0 => 'api/*', ), 'allowed_methods' => array ( 0 => '*', ), 'allowed_origins' => array ( 0 => '*', ), 'allowed_origins_patterns' => array ( ), 'allowed_headers' => array ( 0 => '*', ), 'exposed_headers' => false, 'max_age' => false, 'supports_credentials' => false, ), 'database' => array ( 'default' => 'mysql', 'connections' => array ( 'sqlite' => array ( 'driver' => 'sqlite', 'url' => NULL, 'database' => 'takeaseat_prod', 'prefix' => '', 'foreign_key_constraints' => true, ), 'mysql' => array ( 'driver' => 'mysql', 'url' => NULL, 'host' => '127.0.0.1', 'port' => '3306', 'database' => 'takeaseat_prod', 'username' => 'forge', 'password' => 'GhjlfvIjhns200', 'unix_socket' => '', 'charset' => 'utf8mb4', 'collation' => 'utf8mb4_unicode_ci', 'prefix' => '', 'prefix_indexes' => true, 'strict' => true, 'engine' => NULL, 'options' => array ( ), ), 'pgsql' => array ( 'driver' => 'pgsql', 'url' => NULL, 'host' => '127.0.0.1', 'port' => '3306', 'database' => 'takeaseat_prod', 'username' => 'forge', 'password' => 'GhjlfvIjhns200', 'charset' => 'utf8', 'prefix' => '', 'prefix_indexes' => true, 'schema' => 'public', 'sslmode' => 'prefer', ), 'sqlsrv' => array ( 'driver' => 'sqlsrv', 'url' => NULL, 'host' => '127.0.0.1', 'port' => '3306', 'database' => 'takeaseat_prod', 'username' => 'forge', 'password' => 'GhjlfvIjhns200', 'charset' => 'utf8', 'prefix' => '', 'prefix_indexes' => true, ), ), 'migrations' => 'migrations', 'redis' => array ( 'client' => 'phpredis', 'options' => array ( 'cluster' => 'redis', 'prefix' => 'takeaseat_database_', ), 'default' => array ( 'url' => NULL, 'host' => '127.0.0.1', 'password' => NULL, 'port' => '6379', 'database' => '0', ), 'cache' => array ( 'url' => NULL, 'host' => '127.0.0.1', 'password' => NULL, 'port' => '6379', 'database' => '1', ), ), ), 'filesystems' => array ( 'default' => 'local', 'disks' => array ( 'local' => array ( 'driver' => 'local', 'root' => '/home/forge/api-takeaseat.eco-n-tech.co.uk/storage/app', ), 'public' => array ( 'driver' => 'local', 'root' => '/home/forge/api-takeaseat.eco-n-tech.co.uk/storage/app/public', 'url' => 'http://api-takeaseat.eco-n-tech.co.uk/storage', 'visibility' => 'public', ), 's3' => array ( 'driver' => 's3', 'key' => NULL, 'secret' => NULL, 'region' => NULL, 'bucket' => NULL, 'url' => NULL, 'endpoint' => NULL, ), ), 'links' => array ( '/home/forge/api-takeaseat.eco-n-tech.co.uk/public/storage' => '/home/forge/api-takeaseat.eco-n-tech.co.uk/storage/app/public', ), ), 'google' => array ( 'recaptcha_secret' => '6LfJaJ0bAAAAAGm2SgF_IeJy0ZtttVcJJLS1_gho', ), 'googlemaps' => array ( 'key' => 'AIzaSyDJkVVHTpR2NJYXYg7KHno6gkv2WFckXwU', 'ssl_verify_peer' => false, 'service' => array ( 'geocoding' => array ( 'url' => 'https://maps.googleapis.com/maps/api/geocode/', 'type' => 'GET', 'key' => NULL, 'endpoint' => true, 'responseDefaultKey' => 'place_id', 'param' => array ( 'address' => NULL, 'bounds' => NULL, 'key' => NULL, 'region' => NULL, 'language' => NULL, 'result_type' => NULL, 'location_type' => NULL, 'latlng' => NULL, 'place_id' => NULL, 'components' => array ( 'route' => NULL, 'locality' => NULL, 'administrative_area' => NULL, 'postal_code' => NULL, 'country' => NULL, ), ), ), 'directions' => array ( 'url' => 'https://maps.googleapis.com/maps/api/directions/', 'type' => 'GET', 'key' => NULL, 'endpoint' => true, 'responseDefaultKey' => 'geocoded_waypoints', 'decodePolyline' => true, 'param' => array ( 'origin' => NULL, 'destination' => NULL, 'mode' => NULL, 'waypoints' => NULL, 'place_id' => NULL, 'alternatives' => NULL, 'avoid' => NULL, 'language' => NULL, 'units' => NULL, 'region' => NULL, 'departure_time' => NULL, 'arrival_time' => NULL, 'transit_mode' => NULL, 'transit_routing_preference' => NULL, ), ), 'distancematrix' => array ( 'url' => 'https://maps.googleapis.com/maps/api/distancematrix/', 'type' => 'GET', 'key' => NULL, 'endpoint' => true, 'responseDefaultKey' => 'origin_addresses', 'param' => array ( 'origins' => NULL, 'destinations' => NULL, 'key' => NULL, 'mode' => NULL, 'language' => NULL, 'avoid' => NULL, 'units' => NULL, 'departure_time' => NULL, 'arrival_time' => NULL, 'transit_mode' => NULL, 'transit_routing_preference' => NULL, ), ), 'elevation' => array ( 'url' => 'https://maps.googleapis.com/maps/api/elevation/', 'type' => 'GET', 'key' => NULL, 'endpoint' => true, 'responseDefaultKey' => 'elevation', 'param' => array ( 'locations' => NULL, 'path' => NULL, 'samples' => NULL, 'key' => NULL, ), ), 'geolocate' => array ( 'url' => 'https://www.googleapis.com/geolocation/v1/geolocate?', 'type' => 'POST', 'key' => NULL, 'endpoint' => false, 'responseDefaultKey' => 'location', 'param' => array ( 'homeMobileCountryCode' => NULL, 'homeMobileNetworkCode' => NULL, 'radioType' => NULL, 'carrier' => NULL, 'considerIp' => NULL, 'cellTowers' => array ( 'cellId' => NULL, 'locationAreaCode' => NULL, 'mobileCountryCode' => NULL, 'mobileNetworkCode' => NULL, 'age' => NULL, 'signalStrength' => NULL, 'timingAdvance' => NULL, ), 'wifiAccessPoints' => array ( 'macAddress' => NULL, 'signalStrength' => NULL, 'age' => NULL, 'channel' => NULL, 'signalToNoiseRatio' => NULL, ), ), ), 'snapToRoads' => array ( 'url' => 'https://roads.googleapis.com/v1/snapToRoads?', 'type' => 'GET', 'key' => NULL, 'endpoint' => false, 'responseDefaultKey' => 'snappedPoints', 'param' => array ( 'locations' => NULL, 'path' => NULL, 'samples' => NULL, 'key' => NULL, ), ), 'speedLimits' => array ( 'url' => 'https://roads.googleapis.com/v1/speedLimits?', 'type' => 'GET', 'key' => NULL, 'endpoint' => false, 'responseDefaultKey' => 'speedLimits', 'param' => array ( 'path' => NULL, 'placeId' => NULL, 'units' => NULL, 'key' => NULL, ), ), 'timezone' => array ( 'url' => 'https://maps.googleapis.com/maps/api/timezone/', 'type' => 'GET', 'key' => NULL, 'endpoint' => true, 'responseDefaultKey' => 'dstOffset', 'param' => array ( 'location' => NULL, 'timestamp' => NULL, 'key' => NULL, 'language' => NULL, ), ), 'nearbysearch' => array ( 'url' => 'https://maps.googleapis.com/maps/api/place/nearbysearch/', 'type' => 'GET', 'key' => NULL, 'endpoint' => true, 'responseDefaultKey' => 'results', 'param' => array ( 'key' => NULL, 'location' => NULL, 'radius' => NULL, 'keyword' => NULL, 'language' => NULL, 'minprice' => NULL, 'maxprice' => NULL, 'name' => NULL, 'opennow' => NULL, 'rankby' => NULL, 'type' => NULL, 'pagetoken' => NULL, 'zagatselected' => NULL, ), ), 'textsearch' => array ( 'url' => 'https://maps.googleapis.com/maps/api/place/textsearch/', 'type' => 'GET', 'key' => NULL, 'endpoint' => true, 'responseDefaultKey' => 'results', 'param' => array ( 'key' => NULL, 'query' => NULL, 'location' => NULL, 'radius' => NULL, 'language' => NULL, 'minprice' => NULL, 'maxprice' => NULL, 'opennow' => NULL, 'type' => NULL, 'pagetoken' => NULL, 'zagatselected' => NULL, ), ), 'radarsearch' => array ( 'url' => 'https://maps.googleapis.com/maps/api/place/radarsearch/', 'type' => 'GET', 'key' => NULL, 'endpoint' => true, 'responseDefaultKey' => 'geometry', 'param' => array ( 'key' => NULL, 'radius' => NULL, 'location' => NULL, 'keyword' => NULL, 'minprice' => NULL, 'maxprice' => NULL, 'opennow' => NULL, 'name' => NULL, 'type' => NULL, 'zagatselected' => NULL, ), ), 'placedetails' => array ( 'url' => 'https://maps.googleapis.com/maps/api/place/details/', 'type' => 'GET', 'key' => NULL, 'endpoint' => true, 'responseDefaultKey' => 'result', 'param' => array ( 'key' => NULL, 'placeid' => NULL, 'extensions' => NULL, 'language' => NULL, ), ), 'placeadd' => array ( 'url' => 'https://maps.googleapis.com/maps/api/place/add/', 'type' => 'POST', 'key' => NULL, 'endpoint' => true, 'responseDefaultKey' => 'place_id', 'param' => array ( 'key' => NULL, 'accuracy' => NULL, 'address' => NULL, 'language' => NULL, 'location' => NULL, 'name' => NULL, 'phone_number' => NULL, 'types' => NULL, 'type' => NULL, 'website' => NULL, ), ), 'placedelete' => array ( 'url' => 'https://maps.googleapis.com/maps/api/place/delete/', 'type' => 'POST', 'key' => NULL, 'endpoint' => true, 'responseDefaultKey' => 'status', 'param' => array ( 'key' => NULL, 'place_id' => NULL, ), ), 'placephoto' => array ( 'url' => 'https://maps.googleapis.com/maps/api/place/photo?', 'type' => 'GET', 'key' => NULL, 'endpoint' => false, 'responseDefaultKey' => 'image', 'param' => array ( 'key' => NULL, 'photoreference' => NULL, 'maxheight' => NULL, 'maxwidth' => NULL, ), ), 'placeautocomplete' => array ( 'url' => 'https://maps.googleapis.com/maps/api/place/autocomplete/', 'type' => 'GET', 'key' => NULL, 'endpoint' => true, 'responseDefaultKey' => 'predictions', 'param' => array ( 'key' => NULL, 'input' => NULL, 'offset' => NULL, 'location' => NULL, 'radius' => NULL, 'language' => NULL, 'types' => NULL, 'type' => NULL, 'components' => NULL, ), ), 'placequeryautocomplete' => array ( 'url' => 'https://maps.googleapis.com/maps/api/place/queryautocomplete/', 'type' => 'GET', 'key' => NULL, 'endpoint' => true, 'responseDefaultKey' => 'predictions', 'param' => array ( 'key' => NULL, 'input' => NULL, 'offset' => NULL, 'location' => NULL, 'radius' => NULL, 'language' => NULL, ), ), ), 'endpoint' => array ( 'xml' => 'xml?', 'json' => 'json?', ), ), 'hashing' => array ( 'driver' => 'bcrypt', 'bcrypt' => array ( 'rounds' => 10, ), 'argon' => array ( 'memory' => 1024, 'threads' => 2, 'time' => 2, ), ), 'image' => array ( 'driver' => 'gd', ), 'jwt' => array ( 'secret' => 'ZzANR2akHk4g1CW3PQcAUbnAZalpGeRRaUaIiaJ0Etgx2Q3r146XXfquPRNBVl35', 'keys' => array ( 'public' => NULL, 'private' => NULL, 'passphrase' => NULL, ), 'ttl' => 60, 'refresh_ttl' => 20160, 'algo' => 'HS256', 'required_claims' => array ( 0 => 'iss', 1 => 'iat', 2 => 'exp', 3 => 'nbf', 4 => 'sub', 5 => 'jti', ), 'persistent_claims' => array ( ), 'lock_subject' => true, 'leeway' => 0, 'blacklist_enabled' => true, 'blacklist_grace_period' => 0, 'decrypt_cookies' => false, 'providers' => array ( 'jwt' => 'Tymon\\JWTAuth\\Providers\\JWT\\Lcobucci', 'auth' => 'Tymon\\JWTAuth\\Providers\\Auth\\Illuminate', 'storage' => 'Tymon\\JWTAuth\\Providers\\Storage\\Illuminate', ), ), 'logging' => array ( 'default' => 'stack', 'channels' => array ( 'stack' => array ( 'driver' => 'stack', 'channels' => array ( 0 => 'single', ), 'ignore_exceptions' => false, ), 'single' => array ( 'driver' => 'single', 'path' => '/home/forge/api-takeaseat.eco-n-tech.co.uk/storage/logs/laravel.log', 'level' => 'debug', ), 'daily' => array ( 'driver' => 'daily', 'path' => '/home/forge/api-takeaseat.eco-n-tech.co.uk/storage/logs/laravel.log', 'level' => 'debug', 'days' => 14, ), 'slack' => array ( 'driver' => 'slack', 'url' => NULL, 'username' => 'Laravel Log', 'emoji' => ':boom:', 'level' => 'debug', ), 'papertrail' => array ( 'driver' => 'monolog', 'level' => 'debug', 'handler' => 'Monolog\\Handler\\SyslogUdpHandler', 'handler_with' => array ( 'host' => NULL, 'port' => NULL, ), ), 'stderr' => array ( 'driver' => 'monolog', 'handler' => 'Monolog\\Handler\\StreamHandler', 'formatter' => NULL, 'with' => array ( 'stream' => 'php://stderr', ), ), 'syslog' => array ( 'driver' => 'syslog', 'level' => 'debug', ), 'errorlog' => array ( 'driver' => 'errorlog', 'level' => 'debug', ), 'null' => array ( 'driver' => 'monolog', 'handler' => 'Monolog\\Handler\\NullHandler', ), 'emergency' => array ( 'path' => '/home/forge/api-takeaseat.eco-n-tech.co.uk/storage/logs/laravel.log', ), ), ), 'mail' => array ( 'default' => 'smtp', 'mailers' => array ( 'smtp' => array ( 'transport' => 'smtp', 'host' => 'smtp.eu.mailgun.org', 'port' => '587', 'encryption' => 'tls', 'username' => 'postmaster@mailgun.takeaseat.co.uk', 'password' => '4081b795fbc5b801bef4cea584b99cb9-e687bab4-190e1085', 'timeout' => NULL, 'auth_mode' => NULL, ), 'ses' => array ( 'transport' => 'ses', ), 'mailgun' => array ( 'transport' => 'mailgun', ), 'postmark' => array ( 'transport' => 'postmark', ), 'sendmail' => array ( 'transport' => 'sendmail', 'path' => '/usr/sbin/sendmail -bs', ), 'log' => array ( 'transport' => 'log', 'channel' => NULL, ), 'array' => array ( 'transport' => 'array', ), ), 'from' => array ( 'address' => 'info@takeaseat.co.uk', 'name' => 'Takeaseat', ), 'markdown' => array ( 'theme' => 'default', 'paths' => array ( 0 => '/home/forge/api-takeaseat.eco-n-tech.co.uk/resources/views/vendor/mail', ), ), ), 'money' => array ( 'locale' => 'en', 'defaultCurrency' => 'GBP', 'currencies' => array ( 'iso' => 'all', 'bitcoin' => 'all', 'custom' => array ( ), ), ), 'nova' => array ( 'name' => 'Takeaseat', 'domain' => NULL, 'url' => 'admin', 'path' => '/nova', 'guard' => 'admin', 'passwords' => NULL, 'middleware' => array ( 0 => 'web', 1 => 'Laravel\\Nova\\Http\\Middleware\\Authenticate', 2 => 'Laravel\\Nova\\Http\\Middleware\\DispatchServingNovaEvent', 3 => 'Laravel\\Nova\\Http\\Middleware\\BootTools', 4 => 'Laravel\\Nova\\Http\\Middleware\\Authorize', ), 'pagination' => 'simple', 'actions' => array ( 'resource' => 'Laravel\\Nova\\Actions\\ActionResource', ), 'currency' => 'GBP', 'tinymce_api_key' => NULL, ), 'nova-tinymce' => array ( 'default_options' => array ( 'content_css' => '/vendor/tinymce/skins/ui/oxide/content.min.css', 'skin_url' => '/vendor/tinymce/skins/ui/oxide', 'path_absolute' => '/', 'plugins' => array ( 0 => 'lists preview hr anchor pagebreak image wordcount fullscreen directionality paste textpattern', ), 'toolbar' => 'undo redo | styleselect | bold italic forecolor backcolor | alignleft aligncenter alignright alignjustify | image | bullist numlist outdent indent | link', 'relative_urls' => false, 'use_lfm' => false, 'lfm_url' => 'filemanager', ), ), 'permission' => array ( 'models' => array ( 'permission' => 'Spatie\\Permission\\Models\\Permission', 'role' => 'Spatie\\Permission\\Models\\Role', ), 'table_names' => array ( 'roles' => 'roles', 'permissions' => 'permissions', 'model_has_permissions' => 'model_has_permissions', 'model_has_roles' => 'model_has_roles', 'role_has_permissions' => 'role_has_permissions', ), 'column_names' => array ( 'model_morph_key' => 'model_id', ), 'display_permission_in_exception' => false, 'display_role_in_exception' => false, 'enable_wildcard_permission' => false, 'cache' => array ( 'expiration_time' => DateInterval::__set_state(array( 'y' => 0, 'm' => 0, 'd' => 0, 'h' => 24, 'i' => 0, 's' => 0, 'f' => 0.0, 'weekday' => 0, 'weekday_behavior' => 0, 'first_last_day_of' => 0, 'invert' => 0, 'days' => false, 'special_type' => 0, 'special_amount' => 0, 'have_weekday_relative' => 0, 'have_special_relative' => 0, )), 'key' => 'spatie.permission.cache', 'model_key' => 'name', 'store' => 'default', ), ), 'queue' => array ( 'default' => 'sync', 'connections' => array ( 'sync' => array ( 'driver' => 'sync', ), 'database' => array ( 'driver' => 'database', 'table' => 'jobs', 'queue' => 'default', 'retry_after' => 90, ), 'beanstalkd' => array ( 'driver' => 'beanstalkd', 'host' => 'localhost', 'queue' => 'default', 'retry_after' => 90, 'block_for' => 0, ), 'sqs' => array ( 'driver' => 'sqs', 'key' => NULL, 'secret' => NULL, 'prefix' => 'https://sqs.us-east-1.amazonaws.com/your-account-id', 'queue' => 'your-queue-name', 'suffix' => NULL, 'region' => 'us-east-1', ), 'redis' => array ( 'driver' => 'redis', 'connection' => 'default', 'queue' => 'default', 'retry_after' => 90, 'block_for' => NULL, ), ), 'failed' => array ( 'driver' => 'database-uuids', 'database' => 'mysql', 'table' => 'failed_jobs', ), ), 'scout' => array ( 'driver' => 'algolia', 'prefix' => '', 'queue' => false, 'after_commit' => false, 'chunk' => array ( 'searchable' => 500, 'unsearchable' => 500, ), 'soft_delete' => false, 'identify' => false, 'algolia' => array ( 'id' => '', 'secret' => '', ), ), 'services' => array ( 'mailgun' => array ( 'domain' => 'mailgun.takeaseat.co.uk', 'secret' => '84bbb24768b5db8e07dc4fb37bbfdbb5-e49cc42c-a33609d9', 'endpoint' => 'api.mailgun.net', ), 'postmark' => array ( 'token' => NULL, ), 'ses' => array ( 'key' => NULL, 'secret' => NULL, 'region' => 'us-east-1', ), 'stripe' => array ( 'public' => 'pk_live_51H9Wg0BgLIEukih0ABEKQIi7mwuK7BoUDRBQl4z6mDfo3nquwe0NWLGE1XyPHS3swRbwntA3oezvdLbMUs11WVhm00LDulAJ1B', 'secret' => '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', ), 'nexmo' => array ( 'sms_from' => '447312263078', ), ), 'session' => array ( 'driver' => 'file', 'lifetime' => '120', 'expire_on_close' => false, 'encrypt' => false, 'files' => '/home/forge/api-takeaseat.eco-n-tech.co.uk/storage/framework/sessions', 'connection' => NULL, 'table' => 'sessions', 'store' => NULL, 'lottery' => array ( 0 => 2, 1 => 100, ), 'cookie' => 'takeaseat_session', 'path' => '/', 'domain' => NULL, 'secure' => NULL, 'http_only' => true, 'same_site' => 'lax', ), 'subscription' => array ( 'product_id' => 'prod_JITP3u0DM8uU6I', 'plan_id' => 'price_1IfsSHBgLIEukih0ZFCZaBnZ', ), 'telescope' => array ( 'domain' => NULL, 'path' => 'telescope', 'driver' => 'database', 'storage' => array ( 'database' => array ( 'connection' => 'mysql', 'chunk' => 1000, ), ), 'enabled' => true, 'middleware' => array ( 0 => 'web', 1 => 'Laravel\\Telescope\\Http\\Middleware\\Authorize', ), 'only_paths' => array ( ), 'ignore_paths' => array ( 0 => 'nova-api*', ), 'ignore_commands' => array ( ), 'watchers' => array ( 'Laravel\\Telescope\\Watchers\\BatchWatcher' => true, 'Laravel\\Telescope\\Watchers\\CacheWatcher' => true, 'Laravel\\Telescope\\Watchers\\CommandWatcher' => array ( 'enabled' => true, 'ignore' => array ( ), ), 'Laravel\\Telescope\\Watchers\\DumpWatcher' => true, 'Laravel\\Telescope\\Watchers\\EventWatcher' => array ( 'enabled' => true, 'ignore' => array ( ), ), 'Laravel\\Telescope\\Watchers\\ExceptionWatcher' => true, 'Laravel\\Telescope\\Watchers\\JobWatcher' => true, 'Laravel\\Telescope\\Watchers\\LogWatcher' => true, 'Laravel\\Telescope\\Watchers\\MailWatcher' => true, 'Laravel\\Telescope\\Watchers\\ModelWatcher' => array ( 'enabled' => true, 'events' => array ( 0 => 'eloquent.*', ), 'hydrations' => true, ), 'Laravel\\Telescope\\Watchers\\NotificationWatcher' => true, 'Laravel\\Telescope\\Watchers\\QueryWatcher' => array ( 'enabled' => true, 'ignore_packages' => true, 'slow' => 100, ), 'Laravel\\Telescope\\Watchers\\RedisWatcher' => true, 'Laravel\\Telescope\\Watchers\\RequestWatcher' => array ( 'enabled' => true, 'size_limit' => 64, ), 'Laravel\\Telescope\\Watchers\\GateWatcher' => array ( 'enabled' => true, 'ignore_abilities' => array ( ), 'ignore_packages' => true, ), 'Laravel\\Telescope\\Watchers\\ScheduleWatcher' => true, 'Laravel\\Telescope\\Watchers\\ViewWatcher' => true, ), ), 'view' => array ( 'paths' => array ( 0 => '/home/forge/api-takeaseat.eco-n-tech.co.uk/resources/views', ), 'compiled' => '/home/forge/api-takeaseat.eco-n-tech.co.uk/storage/framework/views', ), 'dompdf' => array ( 'show_warnings' => false, 'orientation' => 'portrait', 'defines' => array ( 'font_dir' => '/home/forge/api-takeaseat.eco-n-tech.co.uk/storage/fonts/', 'font_cache' => '/home/forge/api-takeaseat.eco-n-tech.co.uk/storage/fonts/', 'temp_dir' => '/tmp', 'chroot' => '/home/forge/api-takeaseat.eco-n-tech.co.uk', 'enable_font_subsetting' => false, 'pdf_backend' => 'CPDF', 'default_media_type' => 'screen', 'default_paper_size' => 'a4', 'default_font' => 'serif', 'dpi' => 96, 'enable_php' => false, 'enable_javascript' => true, 'enable_remote' => true, 'font_height_ratio' => 1.1, 'enable_html5_parser' => false, ), ), 'base64validation' => array ( 'replace_validation_messages' => true, ), 'flare' => array ( 'key' => NULL, 'reporting' => array ( 'anonymize_ips' => true, 'collect_git_information' => false, 'report_queries' => true, 'maximum_number_of_collected_queries' => 200, 'report_query_bindings' => true, 'report_view_data' => true, 'grouping_type' => NULL, 'report_logs' => true, 'maximum_number_of_collected_logs' => 200, 'censor_request_body_fields' => array ( 0 => 'password', ), ), 'send_logs_as_events' => true, 'censor_request_body_fields' => array ( 0 => 'password', ), ), 'ignition' => array ( 'editor' => 'phpstorm', 'theme' => 'light', 'enable_share_button' => true, 'register_commands' => false, 'ignored_solution_providers' => array ( 0 => 'Facade\\Ignition\\SolutionProviders\\MissingPackageSolutionProvider', ), 'enable_runnable_solutions' => NULL, 'remote_sites_path' => '', 'local_sites_path' => '', 'housekeeping_endpoint_prefix' => '_ignition', ), 'cashier' => array ( 'key' => 'pk_live_51H9Wg0BgLIEukih0ABEKQIi7mwuK7BoUDRBQl4z6mDfo3nquwe0NWLGE1XyPHS3swRbwntA3oezvdLbMUs11WVhm00LDulAJ1B', 'secret' => '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', 'path' => 'stripe', 'webhook' => array ( 'secret' => NULL, 'tolerance' => 300, ), 'model' => 'App\\Models\\User', 'currency' => 'gbp', 'currency_locale' => 'en', 'payment_notification' => NULL, 'paper' => 'letter', 'logger' => NULL, ), 'trustedproxy' => array ( 'proxies' => NULL, 'headers' => 94, ), 'nexmo' => array ( 'api_key' => '520f6d45', 'api_secret' => '6AaiCPW1zMc3OA17', 'signature_secret' => '', 'private_key' => '', 'application_id' => '', 'app' => array ( 'name' => 'NexmoLaravel', 'version' => '1.1.2', ), 'http_client' => '', ), 'tinker' => array ( 'commands' => array ( ), 'alias' => array ( ), 'dont_alias' => array ( 0 => 'App\\Nova', ), ), );