smorken/squeue

Laravel Simple Queue

v9.0 2022-02-04 19:34 UTC

This package is auto-updated.

Last update: 2024-05-05 00:48:11 UTC


README

License

This software is open-sourced software licensed under the MIT license

The Laravel framework is open-sourced software licensed under the MIT license

Requirements

Composer

"smorken/squeue": "^6.0"

Use

  • Service Provider should be automatically included, if not:
    • Add service provider to config/app.php
      • \Smorken\Squeue\ServiceProvider::class
  • Publish the config/views tags and run the database migrations
    • php artisan vendor:publish --provider="Smorken\Importer\ServiceProvider"
    • php artisan migrate
  • Edit the config file config/squeue.php and config/squeue_handlers.php
  • Create your handlers and providers and add to the config

Artisan commands

  • php artisan squeue:process [handler_id]