php artisan make:command Haha
<?phpnamespace AppConsoleCommands;use AppSocketsSmartCareWristMixTcpClient;
use IlluminateConsoleCommand;class Haha extends Command
{/*** The name and signature of the console command.** @var string*/protected $signature = 'haha';/*** The console command description.** @var string*/protected $description = 'test';/*** Create a new command instance.** @return void*/public function __construct(){parent::__construct();}/*** Execute the console command.** @return void*/public function handle(){$mix_tcp = new WristMixTcpClient();//这个类文件将在下文贴出,你可以把这个文件放在任意目录,也可以取任意文件名,在头部引入即可.$mix_tcp-&
本文发布于:2024-01-30 15:45:42,感谢您对本站的认可!
本文链接:https://www.4u4v.net/it/170660074321087.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
留言与评论(共有 0 条评论) |