// use Illuminate\Foundation\Application;
// use Illuminate\Http\Request;
// define('LARAVEL_START', microtime(true));
// // Determine if the application is in maintenance mode...
// if (file_exists($maintenance = __DIR__.'/storage/framework/maintenance.php')) {
// require $maintenance;
// }
// // Register the Composer autoloader...
// require __DIR__.'/vendor/autoload.php';
// // Bootstrap Laravel and handle the request...
// /** @var Application $app */
// $app = require_once __DIR__.'/bootstrap/app.php';
// $app->handleRequest(Request::capture());
// use Illuminate\Contracts\Http\Kernel;
// use Illuminate\Http\Request;
// define('LARAVEL_START', microtime(true));
// // Maintenance mode check
// if (file_exists($maintenance = __DIR__.'/storage/framework/maintenance.php')) {
// require $maintenance;
// }
// // Autoload
// require __DIR__.'/vendor/autoload.php';
// // Bootstrap
// $app = require_once __DIR__.'/bootstrap/app.php';
// // Handle request
// $kernel = $app->make(Kernel::class);
// $request = Request::capture();
// $response = $kernel->handle($request);
// $response->send();
// $kernel->terminate($request, $response);
Warning: require(/home/jahawhkx/public_html./vendor/autoload.php): Failed to open stream: No such file or directory in /home/jahawhkx/public_html/index.php on line 66
Fatal error: Uncaught Error: Failed opening required '/home/jahawhkx/public_html./vendor/autoload.php' (include_path='.:/opt/alt/php82/usr/share/pear:/opt/alt/php82/usr/share/php:/usr/share/pear:/usr/share/php') in /home/jahawhkx/public_html/index.php:66
Stack trace:
#0 {main}
thrown in /home/jahawhkx/public_html/index.php on line 66