Skip to content

Commit

Permalink
deprecate(queue): Package deprecated. Please use `lastdragon-ru/lara-…
Browse files Browse the repository at this point in the history
…asp-core` instead.
  • Loading branch information
LastDragon-ru committed Dec 20, 2023
1 parent 4ee5687 commit c6a4d79
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ This package improves standard laravel migrations to add support for raw SQL fil

[Read more](<packages/migrator/README.md>).

## Queue Helpers
## Queue Helpers 💀

This package provides additional capabilities for queued jobs and queued listeners like multilevel configuration support, job overriding (very useful for package development to provide base implementation and allow the application to extend it), easy define for cron jobs, and DI in constructor support.

Expand Down
2 changes: 2 additions & 0 deletions docs/Shared/Links.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@
[pkg:graphql-printer]: https://github.com/LastDragon-ru/lara-asp/tree/main/packages/graphql-printer

[pkg:serializer]: https://github.com/LastDragon-ru/lara-asp/tree/main/packages/serializer

[pkg:core]: https://github.com/LastDragon-ru/lara-asp/tree/main/packages/core
14 changes: 13 additions & 1 deletion packages/queue/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Queue Helpers
# Queue Helpers 💀

This package provides additional capabilities for queued jobs and queued listeners like multilevel configuration support, job overriding (very useful for package development to provide base implementation and allow the application to extend it), easy define for cron jobs, and DI in constructor support.

> [!WARNING]
>
> The package is marked as deprecated because of its complexity and support difficulties. Please use the [core][pkg:core] package instead, that provides similar but simplified features.
[include:exec]: <../../dev/artisan lara-asp-documentator:requirements>
[//]: # (start: 876a9177c0e8e3722ac84e8f3888245fc9070a64a87dedfe7c9d9ba2a13b374b)
[//]: # (warning: Generated automatically. Do not edit.)
Expand Down Expand Up @@ -379,3 +383,11 @@ class DoSomethingAppJob extends DoSomethingPackageJob {
This package is the part of Awesome Set of Packages for Laravel. Please use the [main repository](https://github.com/LastDragon-ru/lara-asp) to [report issues](https://github.com/LastDragon-ru/lara-asp/issues), send [pull requests](https://github.com/LastDragon-ru/lara-asp/pulls), or [ask questions](https://github.com/LastDragon-ru/lara-asp/discussions).
[//]: # (end: 057ec3a599c54447e95d6dd2e9f0f6a6621d9eb75446a5e5e471ba9b2f414b89)
[include:file]: ../../docs/Shared/Links.md
[//]: # (start: 6c180b37114202a8766bad1a59a3c0699948cc875617c85fd14a024e3bca64fe)
[//]: # (warning: Generated automatically. Do not edit.)
[pkg:core]: https://github.com/LastDragon-ru/lara-asp/tree/main/packages/core
[//]: # (end: 6c180b37114202a8766bad1a59a3c0699948cc875617c85fd14a024e3bca64fe)
1 change: 1 addition & 0 deletions packages/queue/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"readme": "README.md",
"license": "MIT",
"type": "library",
"abandoned": "lastdragon-ru/lara-asp-core",
"keywords": [
"queue",
"laravel-queue",
Expand Down

0 comments on commit c6a4d79

Please sign in to comment.