command('inspire') // ->hourly(); $schedule->call(function () { // $service = new InstagramService(); // $service->scrapeLikedUsers(); // $service->scanLocalFiles(); $xiuService = new XiuGirlsService(); $xiuService->scrapeXiuGirls(); echo "111"; })->everyMinute(); } /** * Register the commands for the application. * * @return void */ protected function commands() { $this->load(__DIR__.'/Commands'); require base_path('routes/console.php'); } }