GithubHelp home page GithubHelp logo

Comments (6)

Mulkave avatar Mulkave commented on September 26, 2024

@nadavvin can you please share the code that is producing this error?

from minion.

allejik avatar allejik commented on September 26, 2024

This library doesn't work on Yii2:

[Symfony\Component\Debug\Exception\FatalThrowableError]
Call to a member function call() on null

./vendor/illuminate/console/Command.php:182
$this->laravel --> null

from minion.

Mulkave avatar Mulkave commented on September 26, 2024

@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.

from minion.

allejik avatar allejik commented on September 26, 2024

@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.

from minion.

Mulkave avatar Mulkave commented on September 26, 2024

@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?

from minion.

allejik avatar allejik commented on September 26, 2024

@Mulkave I think you can try to use:
use Symfony\Component\Console\Command\Command;
instead of
use Illuminate\Console\Command;
in ./vendor/vinelab/minion/src/Vinelabel/Minion/Console/Commands/RunCommand.php:6
and make some changes in the class.
It will make library more universal for my opinion.

from minion.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.