mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Forbid built in webserver due to unresolvable issues
This commit is contained in:
5
routes/console.php
Normal file
5
routes/console.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
use Illuminate\Support\Facades\Artisan;
|
||||
|
||||
Artisan::command('serve', fn () => $this->error('You must use a separate webserver like Nginx, Caddy, or Apache.'));
|
||||
Reference in New Issue
Block a user