Does anyone have a tutorial related to "how to config Laravel 5.1 cron task schedule in xampp?" I want to test automated email alert on my local machine (windows 7) but I don't know to do it? How to implement code to schedule and send mail? I used this code in schedule function in Kernel.php file
$schedule->command('email:send --force') ->everyMinute() ->sendOutputTo('Hello') ->emailOutputTo('testing@gmail.com');
and then I tried to type php php artisan email:send. The code is working but I didn't get any mail in my inbox. Did I implement code improperly?
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire