the beginning of the idiots
This commit is contained in:
		
							
								
								
									
										16
									
								
								qwen/php/public/index.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								qwen/php/public/index.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,16 @@
 | 
			
		||||
<?php
 | 
			
		||||
// public/index.php
 | 
			
		||||
require_once __DIR__ . '/../vendor/autoload.php';
 | 
			
		||||
 | 
			
		||||
use App\Application;
 | 
			
		||||
use Dotenv\Dotenv;
 | 
			
		||||
 | 
			
		||||
// Load environment variables
 | 
			
		||||
$dotenv = Dotenv::createImmutable(__DIR__ . '/../');
 | 
			
		||||
$dotenv->load();
 | 
			
		||||
 | 
			
		||||
// Initialize the application
 | 
			
		||||
$app = new Application();
 | 
			
		||||
 | 
			
		||||
// Run the application
 | 
			
		||||
$app->run();
 | 
			
		||||
		Reference in New Issue
	
	Block a user