Forbid built in webserver due to unresolvable issues

This commit is contained in:
Lance Pioch 2024-05-04 13:12:33 -04:00
parent 1ecfcc611f
commit 17787fee18

5
routes/console.php Normal file
View 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.'));