Replies: 1 comment
-
Can you register your commands directly in the kernel? |
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
-
Hello,
I'm trying to use Laravel Actions on Laravel-Zero, but it seems it cannot scan the register the commands inside a Phar file.
This is my code to register the commands:
It works when testing the app, but once it's built it fails with this error:
The path when running the phar file is like:
So, It's there a way to register actions inside a phar file?
Beta Was this translation helpful? Give feedback.
All reactions