how to create a job in laravel code example
Example 1: why job laravel do not worl
php artisan queue:listen
Example 2: how create jobs in laravel example
php artisan make:job ProcessPodcast
php artisan queue:listen
php artisan make:job ProcessPodcast