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