How to send SMS 5 days before the date with Laravel?
After the Excel output, I want to send an SMS to the person's mobile number with the date entered in Excel 5 days before that date. I also used the job command. Controller.php public function import(Request $request) { Excel::import(new OtherImport,…