Serialization of 'Closure' is not allowed in Laravel 5.3 Email Queue
问题 I am willing to send email to list of email address using queue . Without using queue my code is working fine but with queue it's showing following error: Exception in Queue.php line 86: Serialization of 'Closure' is not allowed in /home/hizbul/Development/Projects/Laravel/fastskool/vendor/laravel/framework/src/Illuminate/Queue/Queue.php line 86 at serialize(object(SendMessageToStudent)) in Queue.php line 86 at Queue->createPayload(object(SendMessageToStudent), '') in DatabaseQueue.php line