mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 01:44:45 +02: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.'));
|