mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 16:44:44 +02:00
Forbid built in webserver due to unresolvable issues
This commit is contained in:
parent
1ecfcc611f
commit
17787fee18
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.'));
|
Loading…
x
Reference in New Issue
Block a user