jeffochoa / voyager-bread-generator

Create BREAD from the console using artisan
MIT License
54 stars 28 forks source link

Cannot install #6

Closed zietbukuel closed 6 years ago

zietbukuel commented 6 years ago

I can't seem to be able to install this hook. I tried this way:

php artisan hook:install voyager-bread-generator

But I get this nasty error message:

  [InvalidArgumentException]
  Could not find package voyager-bread-generator at any version for your minimum-stability (stable). Check the package spelling or your minimum-stability

I'm running Laravel 5.5 and Voyager 1.0.6 on PHP 7.1

Help?

zietbukuel commented 6 years ago

I was able to install this hook by adding the following to my composer.json file:

{
  "minimum-stability": "dev",
  "prefer-stable": true,
}