Replies: 2 comments 2 replies
-
|
Hi @pravnkay . |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Try to run as job, so you can use dispatch method. dispatch(app($className, [
'payload' => $this->payload
])); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have my action classes' names stored in DB with full namespace.
Can I run them using this package?
Example,
is stored in DB as
in string format and currently I run them using,
where i receive the
$payloadin the constructor and process it then. Hope my intention is clear.Beta Was this translation helpful? Give feedback.
All reactions