企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
看这个文件 app\console\kernel.php ~~~ class Kernel extends ConsoleKernel { /** * The commands provided by your application. * * @var array */ protected $commands = [ \App\Console\Commands\Inspire::class, ]; /** * Define the application's command schedule. * * @param \Illuminate\Console\Scheduling\Schedule $schedule * @return void */ protected function schedule(Schedule $schedule) { $schedule->command('inspire') ->hourly(); } } ~~~ 运行php artisan inspire就有每天一条名言警句