Skip to content
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

Can't generate IDE helper file #10

Closed
damianlewis opened this issue Nov 17, 2017 · 6 comments
Closed

Can't generate IDE helper file #10

damianlewis opened this issue Nov 17, 2017 · 6 comments

Comments

@damianlewis
Copy link
Contributor

I get the following error message when trying to generate the IDE helper file.

[ReflectionException]
Method Barryvdh\LaravelIdeHelper\Console\GeneratorCommand::handle() does not exist
@EchoWht
Copy link

EchoWht commented Dec 25, 2017

So do i

@bree7e
Copy link

bree7e commented Dec 31, 2017

The handle() method was renamed to fire() in GeneratorCommand class

@gregoryloichot
Copy link

Same here.

@bree7e
Copy link

bree7e commented Feb 22, 2018

Just replace method name handle() to fire()

@gregoryloichot
Copy link

Where?

Thanks..

@GinoPane
Copy link

Update version of ide helper to 2.4.* (if not yet updated) in composer.json and run composer update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants