ewa / app /Console /customCmd.php
df
test-laravel
40dca3b
<?php
namespace App\Console;
use Illuminate\Foundation\Console\ServeCommand;
class customCmd extends ServeCommand
{
/**
* Execute the console command.
*
* @return void
*/
public function handle()
{
// Do not output anything here
}
}