load(); if (! defined('HAS_WHICH')) { define('HAS_WHICH', Utility::hasWhich() ? true : false); } $app->make(Illuminate\Contracts\Console\Kernel::class)->bootstrap(); $app->handle(\Illuminate\Http\Request::capture()); require_once __DIR__.DIRECTORY_SEPARATOR.'yenc.php';