Open XAMPP and stop Apache. Alternatively you can stop the Apache service in services.msc
Check table jobs exists in database
Connect to database and check whether table jobs exists. If not run:
Install service
Open cmd, navigate where nssm has been extracted and run:
nssm install weric-queue
Set in Dependencies Tab:
Path C:\xampp\php\php.exe
Startup directory C:\weric\api
Arguments artisan queue:listen
Set in I/O tab:
Error (stderr) C:\weric\api\storage\logs\queue.log
Confirm with click on Install service
Open services.msc and start weric-queue
Open XAMPP and start Apache. Alternatively you can start the Apache service in services.msc