-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fatal error: Call to a member function call() on null #8
Comments
@nadavvin can you please share the code that is producing this error? |
This library doesn't work on Yii2: [Symfony\Component\Debug\Exception\FatalThrowableError] ./vendor/illuminate/console/Command.php:182 |
@allejik kindly note that this package is Laravel specific, I have never used Yii before. I would appreciate a PR that makes this library Yii compatible if you have the chance. |
@Mulkave sorry, I haven’t noticed that this is only for Laravel, it makes sense then. I don't think that adaptation of this library is easy for yii2, because it's using laravel framework as a base. |
@allejik no worries. The hook with Laravel is rather simple and can be disconnected easily. Can you give me a hint on how to hook into Yii2? |
@Mulkave I think you can try to use: |
In try to run it:
vendor\bin\minion run --realm=pripra --port=9877 --register="Vinelab\Minion\DummyProvider"
I also copy DummyProvider from Example to vendor\vinelab\minion\src\Vinelab\Minion
The text was updated successfully, but these errors were encountered: