mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-10-31 19:56:53 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			165 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			165 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| use Illuminate\Support\Facades\Artisan;
 | |
| 
 | |
| Artisan::command('serve', fn () => $this->error('You must use a separate webserver like Nginx, Caddy, or Apache.'));
 | 
