I\'m new to Laravel and I\'m trying to use the Artisan command...
php artisan serve
It displays...
Laravel developme
I had to restart my queue worker using php artisan queue:restart after running php artisan key:generate to get jobs working.
php artisan queue:restart
php artisan key:generate