This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

node.js-laravel-job-pusher
TypeScript icon, indicating that this package has built-in type declarations

0.0.8 • Public • Published

!!! THIS PACKAGE IS UNDER DEVELOPMENT AND IS NOT READY TO USE YET !!!

Node.js-Laravel-Job-Pusher

A library to make pushing Laravel jobs to the Redis easier.

How does it work?

The library serializes the given parameters, adds the necessary attributes to make it a Laravel job and pushes it to the Horizon's Redis queue.

Optionally, you could only use the LaravelJob class to create a serialized job and send it with your own functions.

Troubleshooting

  • Your Laravel jobs must be stored in the app/jobs/ directory.
  • Your queue name should match with your Laravel project's queue name.

Please report bugs here

Package Sidebar

Install

npm i node.js-laravel-job-pusher

Weekly Downloads

1

Version

0.0.8

License

MIT

Unpacked Size

9.74 kB

Total Files

6

Last publish

Collaborators

  • emirguvenni