Вход Регистрация
Файл: bootstrap/cache/config.php
Строк: 357
<?php return array (
  
'app' => 
  array (
    
'name' => 'Laravel',
    
'env' => 'local',
    
'debug' => true,
    
'url' => 'http://localhost',
    
'timezone' => 'UTC',
    
'locale' => 'en',
    
'fallback_locale' => 'en',
    
'key' => 'base64:ZSdVgI7UCr3zLORUjsRHvB7fU6VX2z7BheHl49NgV+w=',
    
'cipher' => 'AES-256-CBC',
    
'log' => 'single',
    
'log_level' => 'local',
    
'providers' => 
    array (
      
=> 'Illuminate\Auth\AuthServiceProvider',
      
=> 'Illuminate\Broadcasting\BroadcastServiceProvider',
      
=> 'Illuminate\Bus\BusServiceProvider',
      
=> 'Illuminate\Cache\CacheServiceProvider',
      
=> 'Illuminate\Foundation\Providers\ConsoleSupportServiceProvider',
      
=> 'Illuminate\Cookie\CookieServiceProvider',
      
=> 'Illuminate\Database\DatabaseServiceProvider',
      
=> 'Illuminate\Encryption\EncryptionServiceProvider',
      
=> 'Illuminate\Filesystem\FilesystemServiceProvider',
      
=> '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 => 'Barryvdh\Debugbar\ServiceProvider',
      
23 => 'ChristofferOK\LaravelEmojiOne\LaravelEmojiOneServiceProvider',
      
24 => 'App\Providers\AppServiceProvider',
      
25 => 'App\Providers\AuthServiceProvider',
      
26 => 'App\Providers\EventServiceProvider',
      
27 => 'App\Providers\RouteServiceProvider',
    ),
    
'aliases' => 
    array (
      
'App' => 'Illuminate\Support\Facades\App',
      
'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',
      
'LaravelEmojiOne' => 'ChristofferOK\LaravelEmojiOne\LaravelEmojiOneFacade',
      
'Event' => 'Illuminate\Support\Facades\Event',
      
'File' => 'Illuminate\Support\Facades\File',
      
'Gate' => 'Illuminate\Support\Facades\Gate',
      
'Hash' => 'Illuminate\Support\Facades\Hash',
      
'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',
      
'Redis' => 'Illuminate\Support\Facades\Redis',
      
'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',
      
'Services' => 'App\Services\Services',
      
'Storage' => 'Illuminate\Support\Facades\Storage',
      
'URL' => 'Illuminate\Support\Facades\URL',
      
'Validator' => 'Illuminate\Support\Facades\Validator',
      
'View' => 'Illuminate\Support\Facades\View',
    ),
  ),
  
'auth' => 
  array (
    
'defaults' => 
    array (
      
'guard' => 'web',
      
'passwords' => 'users',
    ),
    
'guards' => 
    array (
      
'web' => 
      array (
        
'driver' => 'session',
        
'provider' => 'users',
      ),
      
'api' => 
      array (
        
'driver' => 'token',
        
'provider' => 'users',
      ),
    ),
    
'providers' => 
    array (
      
'users' => 
      array (
        
'driver' => 'eloquent',
        
'model' => 'App\Models\UserModel',
      ),
    ),
    
'passwords' => 
    array (
      
'users' => 
      array (
        
'provider' => 'users',
        
'table' => 'password_resets',
        
'expire' => 60,
      ),
    ),
  ),
  
'broadcasting' => 
  array (
    
'default' => 'log',
    
'connections' => 
    array (
      
'pusher' => 
      array (
        
'driver' => 'pusher',
        
'key' => '',
        
'secret' => '',
        
'app_id' => '',
        
'options' => 
        array (
          
'cluster' => 'mt1',
          
'encrypted' => true,
        ),
      ),
      
'redis' => 
      array (
        
'driver' => 'redis',
        
'connection' => 'default',
      ),
      
'log' => 
      array (
        
'driver' => 'log',
      ),
      
'null' => 
      array (
        
'driver' => 'null',
      ),
    ),
  ),
  
'cache' => 
  array (
    
'default' => 'database',
    
'stores' => 
    array (
      
'apc' => 
      array (
        
'driver' => 'apc',
      ),
      
'array' => 
      array (
        
'driver' => 'array',
      ),
      
'database' => 
      array (
        
'driver' => 'database',
        
'table' => 'cache',
        
'connection' => NULL,
      ),
      
'file' => 
      array (
        
'driver' => 'file',
        
'path' => 'D:\OSPanel\domains\mlast.ru\storage\framework/cache/data',
      ),
      
'memcached' => 
      array (
        
'driver' => 'memcached',
        
'persistent_id' => NULL,
        
'sasl' => 
        array (
          
=> NULL,
          
=> NULL,
        ),
        
'options' => 
        array (
        ),
        
'servers' => 
        array (
          
=> 
          array (
            
'host' => '127.0.0.1',
            
'port' => 11211,
            
'weight' => 100,
          ),
        ),
      ),
      
'redis' => 
      array (
        
'driver' => 'redis',
        
'connection' => 'default',
      ),
    ),
    
'prefix' => 'laravel_cache',
  ),
  
'campaign' => 
  array (
    
'chapter1' => 
    array (
      
'stage1' => 
      array (
        
'type' => 'text',
        
'text' => 'По легендам одного человека по имени Властер, лес, это самое подходящее место для разбойников, которые нападают на людей, твоя первоначальная задача - изгнать этих разбойников из этого леса и обеспечить спокойную жизнь людям.',
        
'button' => 'Рейд (1 час)',
        
'cooldown' => 60,
        
'user' => 
        array (
          
'complete' => 1,
        ),
        
'next' => '1.2',
      ),
      
'stage2' => 
      array (
        
'type' => 'raid',
        
'cooldown' => 0,
        
'enemies' => 
        array (
          
=> NULL,
          
=> 
          array (
            
'attack' => 15,
            
'health' => 90,
            
'armor' => 20,
            
'card' => 9,
            
'reward' => 
            array (
              
'valmers' => 2,
              
'exp' => 400,
              
'campaign_exp' => 400,
            ),
          ),
          
=> 
          array (
            
'attack' => 30,
            
'health' => 140,
            
'armor' => 40,
            
'card' => 10,
            
'reward' => 
            array (
              
'valmers' => 6,
              
'exp' => 600,
              
'campaign_exp' => 500,
            ),
          ),
          
=> 
          array (
            
'attack' => 50,
            
'health' => 190,
            
'armor' => 80,
            
'card' => 21,
            
'reward' => 
            array (
              
'valmers' => 9,
              
'exp' => 2000,
              
'campaign_exp' => 1000,
            ),
          ),
          
=> 
          array (
            
'attack' => 80,
            
'health' => 250,
            
'armor' => 130,
            
'card' => 14,
            
'reward' => 
            array (
              
'valmers' => 18,
              
'exp' => 3200,
              
'campaign_exp' => 1500,
            ),
          ),
          
=> 
          array (
            
'attack' => 150,
            
'health' => 400,
            
'armor' => 190,
            
'card' => 14,
            
'reward' => 
            array (
              
'valmers' => 22,
              
'exp' => 5000,
              
'campaign_exp' => 2000,
            ),
          ),
          
=> 
          array (
            
'attack' => 230,
            
'health' => 600,
            
'armor' => 240,
            
'card' => 17,
            
'reward' => 
            array (
              
'valmers' => 30,
              
'exp' => 8000,
              
'campaign_exp' => 2500,
            ),
          ),
          
=> 
          array (
            
'attack' => 400,
            
'health' => 900,
            
'armor' => 85,
            
'card' => 2,
            
'reward' => 
            array (
              
'valmers' => 5,
              
'exp' => 1500,
              
'campaign_exp' => 500,
            ),
          ),
        ),
        
'text_if_success' => 'Теперь в этом лесу на одного разбойника меньше, но не стоит расслабляться. Вы так же можете встретить учеников самого Властера, которые выбрали не ту сторону. Продолжайте рейд.',
        
'text_if_fail' => 'Вы потерпели поражение. Продолжайте рейд.',
        
'text_if_success_pupil' => 'Ученик Властера повержен. Продолжайте рейд.',
        
'user' => 
        array (
          
'complete' => 0,
          
'enemies_left' => 
          array (
            
=> 1,
            
=> 2,
            
=> 3,
            
=> 4,
            
=> 5,
            
=> 6,
            
=> 7,
          ),
          
'raid' => 1,
          
'enemy' => 1,
          
'battle' => 0,
        ),
        
'next' => '1.3',
      ),
      
'stage3' => 
      array (
        
'type' => 'text-with-reward',
        
'text' => 'Вы облегчили жизнь многим людям разобравшись с разбойниками, награда 35 вальмер 10000 монет.',
        
'button' => 'Завершить главу',
        
'cooldown' => 0,
        
'reward' => 
        array (
          
'valmers' => 35,
          
'exp' => 10000,
        ),
        
'user' => 
        array (
          
'complete' => 1,
        ),
        
'next' => '2.0',
      ),
    ),
    
'chapter2' => 
    array (
      
'stage1' => 
      array (
        
'type' => 'text',
        
'text' => 'Совсем недавно на деревню Брегги были обрушены силы карт злых учеников Властера, теперь этой деревне нужна помощь в сооружении магической защитной стены. Для этого тебе необходимо отправиться в лес и раздобыть там как можно больше необходимых для сооружения стены ресурсов. Больше всего ресурсов можно раздобыть в заброшенных районах где раньше стояли деревни, в этих деревнях никто уже не обитает и их защитные свойства стен намного слабже, но все таки необходимо с этой защитой разобраться используя свои карты.',
        
'button' => 'Отправиться',
        
'cooldown' => 60,
        
'user' => 
        array (
          
'complete' => 1,
        ),
        
'next' => '2.2',
      ),
      
'stage2' => 
      array (
        
'type' => 'village',
        
'cooldown' => 0,
        
'villages' => 
        array (
          
=> NULL,
          
=> 
          array (
            
'health' => 5000,
            
'armor' => 100,
            
'attack' => 0,
            
'max_attacks' => 10,
            
'reward' => 
            array (
              
'count' => 10,
              
'exp' => 500,
              
'campaign_exp' => 500,
            ),
          ),
          
=> 
          array (
            
'health' => 6000,
            
'armor' => 200,
            
'attack' => 0,
            
'max_attacks' => 10,
            
'reward' => 
            array (
              
'count' => 20,
              
'exp' => 900,
              
'campaign_exp' => 600,
            ),
          ),
          
=> 
          array (
            
'health' => 8000,
            
'armor' => 300,
            
'attack' => 0,
            
'max_attacks' => 10,
            
'reward' => 
            array (
              
'count' => 30,
              
'exp' => 1500,
              
'campaign_exp' => 700,
            ),
          ),
          
=> 
          array (
            
'health' => 10000,
            
'armor' => 400,
            
'attack' => 0,
            
'max_attacks' => 10,
            
'reward' => 
            array (
              
'count' => 40,
              
'exp' => 2500,
              
'campaign_exp' => 800,
            ),
          ),
          
=> 
          array (
            
'health' => 15000,
            
'armor' => 500,
            
'attack' => 0,
            
'max_attacks' => 15,
            
'reward' => 
            array (
              
'count' => 50,
              
'exp' => 3500,
              
'campaign_exp' => 900,
            ),
          ),
          
=> 
          array (
            
'health' => 20000,
            
'armor' => 600,
            
'attack' => 0,
            
'max_attacks' => 15,
            
'reward' => 
            array (
              
'count' => 60,
              
'exp' => 4500,
              
'campaign_exp' => 1000,
            ),
          ),
          
=> 
          array (
            
'health' => 40000,
            
'armor' => 600,
            
'attack' => 1,
            
'max_attacks' => 15,
            
'reward' => 
            array (
              
'count' => 100,
              
'exp' => 6500,
              
'campaign_exp' => 2500,
            ),
          ),
          
=> 
          array (
            
'health' => 60000,
            
'armor' => 600,
            
'attack' => 1,
            
'max_attacks' => 15,
            
'reward' => 
            array (
              
'count' => 200,
              
'exp' => 8500,
              
'campaign_exp' => 3500,
            ),
          ),
          
=> 
          array (
            
'health' => 80000,
            
'armor' => 600,
            
'attack' => 1,
            
'max_attacks' => 15,
            
'reward' => 
            array (
              
'count' => 300,
              
'exp' => 10500,
              
'campaign_exp' => 4500,
            ),
          ),
        ),
        
'user' => 
        array (
          
'complete' => 0,
          
'count' => 0,
          
'village' => 1,
          
'next_village' => 2,
          
'cooldown' => 0,
          
'attacks' => 10,
          
'find' => 1,
          
'battle' => 0,
        ),
        
'next' => '2.3',
      ),
      
'stage3' => 
      array (
        
'type' => 'text-with-reward',
        
'text' => 'Жители деревни благодарят вас за оказаную им помощь и не упускают возможности наградить вас! Получено: 50 вальмер, 10000 монет, 2000 рангового опыта!',
        
'button' => 'Завершить главу',
        
'cooldown' => 0,
        
'reward' => 
        array (
          
'valmers' => 50,
          
'campaign_exp' => 2000,
          
'exp' => 10000,
        ),
        
'user' => 
        array (
          
'complete' => 1,
        ),
        
'next' => '3.0',
      ),
    ),
    
'chapter3' => 
    array (
      
'stage1' => 
      array (
        
'type' => 'text',
        
'text' => 'Никто и никогда не скрывал, что на каждую мирную деревню нападают практически всегда, злые ученики Властера дабы нажиться богатствами этих деревень. Твоя задача найти такую деревню, дождаться нападения и отразить его.',
        
'button' => 'Отправиться (30 минут)',
        
'cooldown' => 30,
        
'user' => 
        array (
          
'complete' => 1,
        ),
        
'next' => '3.2',
      ),
      
'stage2' => 
      array (
        
'type' => 'opposition',
        
'cooldown' => 0,
        
'enemies' => 
        array (
          
=> NULL,
          
=> 
          array (
            
'health' => 1200,
            
'attack' => 250,
            
'armor' => 200,
            
'reward' => 
            array (
              
'valmers' => 2,
              
'campaign_exp' => 500,
            ),
          ),
          
=> 
          array (
            
'health' => 1800,
            
'attack' => 300,
            
'armor' => 250,
            
'reward' => 
            array (
              
'valmers' => 6,
              
'campaign_exp' => 1000,
            ),
          ),
          
=> 
          array (
            
'health' => 2600,
            
'attack' => 450,
            
'armor' => 300,
            
'reward' => 
            array (
              
'valmers' => 12,
              
'campaign_exp' => 2000,
            ),
          ),
          
=> 
          array (
            
'health' => 3000,
            
'attack' => 600,
            
'armor' => 450,
            
'reward' => 
            array (
              
'valmers' => 20,
              
'campaign_exp' => 2000,
            ),
          ),
        ),
        
'user' => 
        array (
          
'complete' => 0,
          
'cooldown' => 0,
          
'enemy' => 1,
          
'find' => 0,
          
'battle' => 0,
          
'destruct_cooldown' => 0,
          
'myHealth' => 0,
          
'enemyHealth' => 0,
          
'attackCooldown' => 0,
        ),
        
'next' => '3.3',
      ),
      
'stage3' => 
      array (
        
'type' => 'text-with-reward',
        
'text' => 'Вся деревня благодарит вас и не в праве не поделиться с вами своими богатствами! Получено: 40 вальмер, 10000 монет, 5 алмазов!',
        
'button' => 'Завершить главу',
        
'cooldown' => 0,
        
'reward' => 
        array (
          
'valmers' => 40,
          
'diamonds' => 5,
          
'exp' => 10000,
          
'campaign_exp' => 2000,
        ),
        
'user' => 
        array (
          
'complete' => 1,
        ),
        
'next' => '4.0',
      ),
    ),
  ),
  
'chests' => 
  array (
    
'common' => 
    array (
      
'rewards' => 
      array (
        
=> 
        array (
          
'chance' => 
          array (
            
'min' => 3.1,
            
'max' => 99,
          ),
          
'count' => 
          array (
            
'min' => 300,
            
'max' => 500,
          ),
          
'type' => 'exp',
        ),
        
=> 
        array (
          
'chance' => 
          array (
            
'min' => 0.1,
            
'max' => 3,
          ),
          
'count' => 
          array (
            
'min' => 1,
            
'max' => 5,
          ),
          
'type' => 'valmers',
        ),
        
=> 
        array (
          
'chance' => 
          array (
            
'min' => 99.1,
            
'max' => 100,
          ),
          
'level' => 
          array (
            
=> 3,
            
=> 4,
          ),
          
'type' => 'card',
        ),
      ),
      
'time' => 86400,
    ),
    
'rare' => 
    array (
      
'rewards' => 
      array (
        
=> 
        array (
          
'chance' => 
          array (
            
'min' => 5.1,
            
'max' => 99,
          ),
          
'count' => 
          array (
            
'min' => 500,
            
'max' => 800,
          ),
          
'type' => 'exp',
        ),
        
=> 
        array (
          
'chance' => 
          array (
            
'min' => 0.1,
            
'max' => 5,
          ),
          
'count' => 
          array (
            
'min' => 5,
            
'max' => 10,
          ),
          
'type' => 'valmers',
        ),
        
=> 
        array (
          
'chance' => 
          array (
            
'min' => 99.1,
            
'max' => 100,
          ),
          
'level' => 
          array (
            
=> 5,
          ),
          
'type' => 'card',
        ),
      ),
      
'time' => 259200,
    ),
    
'legendary' => 
    array (
      
'rewards' => 
      array (
        
=> 
        array (
          
'chance' => 
          array (
            
'min' => 14.6,
            
'max' => 99,
          ),
          
'count' => 
          array (
            
'min' => 800,
            
'max' => 1200,
          ),
          
'type' => 'exp',
        ),
        
=> 
        array (
          
'chance' => 
          array (
            
'min' => 0.1,
            
'max' => 5,
          ),
          
'count' => 
          array (
            
'min' => 3000,
            
'max' => 5000,
          ),
          
'type' => 'exp',
        ),
        
=> 
        array (
          
'chance' => 
          array (
            
'min' => 5.1,
            
'max' => 10,
          ),
          
'count' => 
          array (
            
'min' => 20,
            
'max' => 40,
          ),
          
'type' => 'valmers',
        ),
        
=> 
        array (
          
'chance' => 
          array (
            
'min' => 10.1,
            
'max' => 14.5,
          ),
          
'count' => 
          array (
            
'min' => 50,
            
'max' => 100,
          ),
          
'type' => 'valmers',
        ),
        
=> 
        array (
          
'chance' => 
          array (
            
'min' => 99.6,
            
'max' => 100,
          ),
          
'level' => 
          array (
            
=> 6,
          ),
          
'type' => 'card',
        ),
      ),
      
'time' => 604800,
    ),
  ),
  
'database' => 
  array (
    
'default' => 'mysql',
    
'connections' => 
    array (
      
'sqlite' => 
      array (
        
'driver' => 'sqlite',
        
'database' => 'mlast.ru',
        
'prefix' => '',
      ),
      
'mysql' => 
      array (
        
'driver' => 'mysql',
        
'host' => '127.0.0.1',
        
'port' => '3306',
        
'database' => 'mlast.ru',
        
'username' => 'root',
        
'password' => '',
        
'unix_socket' => '',
        
'charset' => 'utf8mb4',
        
'collation' => 'utf8mb4_unicode_ci',
        
'prefix' => '',
        
'strict' => false,
        
'engine' => NULL,
      ),
      
'pgsql' => 
      array (
        
'driver' => 'pgsql',
        
'host' => '127.0.0.1',
        
'port' => '3306',
        
'database' => 'mlast.ru',
        
'username' => 'root',
        
'password' => '',
        
'charset' => 'utf8',
        
'prefix' => '',
        
'schema' => 'public',
        
'sslmode' => 'prefer',
      ),
      
'sqlsrv' => 
      array (
        
'driver' => 'sqlsrv',
        
'host' => '127.0.0.1',
        
'port' => '3306',
        
'database' => 'mlast.ru',
        
'username' => 'root',
        
'password' => '',
        
'charset' => 'utf8',
        
'prefix' => '',
      ),
    ),
    
'migrations' => 'migrations',
    
'redis' => 
    array (
      
'client' => 'predis',
      
'default' => 
      array (
        
'host' => '127.0.0.1',
        
'password' => NULL,
        
'port' => '6379',
        
'database' => 0,
      ),
    ),
  ),
  
'debugbar' => 
  array (
    
'enabled' => NULL,
    
'except' => 
    array (
    ),
    
'storage' => 
    array (
      
'enabled' => true,
      
'driver' => 'file',
      
'path' => 'D:\OSPanel\domains\mlast.ru\storage\debugbar',
      
'connection' => NULL,
      
'provider' => '',
    ),
    
'include_vendors' => true,
    
'capture_ajax' => true,
    
'add_ajax_timing' => false,
    
'error_handler' => false,
    
'clockwork' => false,
    
'collectors' => 
    array (
      
'phpinfo' => true,
      
'messages' => true,
      
'time' => true,
      
'memory' => true,
      
'exceptions' => true,
      
'log' => true,
      
'db' => true,
      
'views' => true,
      
'route' => true,
      
'auth' => true,
      
'gate' => true,
      
'session' => true,
      
'symfony_request' => true,
      
'mail' => true,
      
'laravel' => false,
      
'events' => false,
      
'default_request' => false,
      
'logs' => false,
      
'files' => false,
      
'config' => false,
      
'cache' => false,
    ),
    
'options' => 
    array (
      
'auth' => 
      array (
        
'show_name' => true,
      ),
      
'db' => 
      array (
        
'with_params' => true,
        
'backtrace' => true,
        
'timeline' => false,
        
'explain' => 
        array (
          
'enabled' => false,
          
'types' => 
          array (
            
=> 'SELECT',
          ),
        ),
        
'hints' => true,
      ),
      
'mail' => 
      array (
        
'full_log' => false,
      ),
      
'views' => 
      array (
        
'data' => false,
      ),
      
'route' => 
      array (
        
'label' => true,
      ),
      
'logs' => 
      array (
        
'file' => NULL,
      ),
      
'cache' => 
      array (
        
'values' => true,
      ),
    ),
    
'inject' => true,
    
'route_prefix' => '_debugbar',
    
'route_domain' => NULL,
  ),
  
'emojione' => 
  array (
    
'imagePathPNG' => '/images/smiles/',
    
'sprites' => false,
    
'spriteSize' => 32,
    
'emojiSize' => 32,
    
'emojiVersion' => '3.1',
  ),
  
'filesystems' => 
  array (
    
'default' => 'local',
    
'cloud' => 's3',
    
'disks' => 
    array (
      
'local' => 
      array (
        
'driver' => 'local',
        
'root' => 'D:\OSPanel\domains\mlast.ru\storage\app',
      ),
      
'public' => 
      array (
        
'driver' => 'local',
        
'root' => 'D:\OSPanel\domains\mlast.ru\storage\app/public',
        
'url' => 'http://localhost/storage',
        
'visibility' => 'public',
      ),
      
's3' => 
      array (
        
'driver' => 's3',
        
'key' => NULL,
        
'secret' => NULL,
        
'region' => NULL,
        
'bucket' => NULL,
      ),
    ),
  ),
  
'game' => 
  array (
    
'login_cost' => 500,
    
'sex_cost' => 500,
    
'admin' => 'password',
    
'payment' => 
    array (
      
'code' => '8QDe9DY6GXHkHKmn',
      
'id' => 1050,
      
'course' => 10,
      
'min-summ' => 10,
    ),
  ),
  
'mail' => 
  array (
    
'driver' => 'smtp',
    
'host' => 'smtp.gmail.com',
    
'port' => '587',
    
'from' => 
    array (
      
'address' => 'hello@example.com',
      
'name' => 'Example',
    ),
    
'encryption' => 'tls',
    
'username' => 'kisher730',
    
'password' => 'misha1399145',
    
'sendmail' => '/usr/sbin/sendmail -bs',
    
'markdown' => 
    array (
      
'theme' => 'default',
      
'paths' => 
      array (
        
=> 'D:\OSPanel\domains\mlast.ru\resources\views/vendor/mail',
      ),
    ),
  ),
  
'payment' => 
  array (
    
'merchant_id' => 21253,
    
'sandbox' => false,
    
'project_id' => 20897,
    
'api_key' => '21253:nvZqeLs3TbInDRHX',
    
'api_key_factory' => 'nvZqeLs3TbInDRHX',
    
'code' => 'DCRathdHU6Ym6P9n',
  ),
  
'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,
      ),
      
'sqs' => 
      array (
        
'driver' => 'sqs',
        
'key' => 'your-public-key',
        
'secret' => 'your-secret-key',
        
'prefix' => 'https://sqs.us-east-1.amazonaws.com/your-account-id',
        
'queue' => 'your-queue-name',
        
'region' => 'us-east-1',
      ),
      
'redis' => 
      array (
        
'driver' => 'redis',
        
'connection' => 'default',
        
'queue' => 'default',
        
'retry_after' => 90,
      ),
    ),
    
'failed' => 
    array (
      
'database' => 'mysql',
      
'table' => 'failed_jobs',
    ),
  ),
  
'services' => 
  array (
    
'mailgun' => 
    array (
      
'domain' => NULL,
      
'secret' => NULL,
    ),
    
'ses' => 
    array (
      
'key' => NULL,
      
'secret' => NULL,
      
'region' => 'us-east-1',
    ),
    
'sparkpost' => 
    array (
      
'secret' => NULL,
    ),
    
'stripe' => 
    array (
      
'model' => 'App\User',
      
'key' => NULL,
      
'secret' => NULL,
    ),
  ),
  
'session' => 
  array (
    
'driver' => 'file',
    
'lifetime' => '120',
    
'expire_on_close' => false,
    
'encrypt' => false,
    
'files' => 'D:\OSPanel\domains\mlast.ru\storage\framework/sessions',
    
'connection' => NULL,
    
'table' => 'sessions',
    
'store' => NULL,
    
'lottery' => 
    array (
      
=> 2,
      
=> 100,
    ),
    
'cookie' => 'laravel_session',
    
'path' => '/',
    
'domain' => NULL,
    
'secure' => false,
    
'http_only' => true,
    
'same_site' => NULL,
  ),
  
'view' => 
  array (
    
'paths' => 
    array (
      
=> 'D:\OSPanel\domains\mlast.ru\resources\views',
    ),
    
'compiled' => 'D:\OSPanel\domains\mlast.ru\storage\framework\views',
  ),
  
'trustedproxy' => 
  array (
    
'proxies' => 
    array (
      
=> '192.168.1.10',
    ),
    
'headers' => 
    array (
      
=> 'FORWARDED',
      
=> 'X_FORWARDED_FOR',
      
=> 'X_FORWARDED_HOST',
      
=> 'X_FORWARDED_PROTO',
      
16 => 'X_FORWARDED_PORT',
    ),
  ),
  
'tinker' => 
  array (
    
'dont_alias' => 
    array (
    ),
  ),
);
Онлайн: 1
Реклама