File manager - Edit - /home/autoph/public_html/projects/aha-api/app/Console/Commands/ServeWithCustomPort.php
Back
<?php namespace App\Console\Commands; use Illuminate\Console\Command; class ServeWithCustomPort extends Command { /** * The name and signature of the console command. * * @var string */ protected $signature = 'serve:custom'; /** * The console command description. * * @var string */ protected $description = 'Run the server on specific port'; /** * Execute the console command. */ public function handle() { $this->call('serve', [ '--port' => 8050, // Set your custom port here ]); } }
| ver. 1.4 |
.
| PHP 8.1.32 | Generation time: 0.04 |
proxy
|
phpinfo
|
Settings