jeffochoa / voyager-bread-generator

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

php artisan hook:install voyager-bread-generator error #7

Open abhinavverma opened 6 years ago

abhinavverma commented 6 years ago

Hi Guys while installing Voyager-bread-generator, i am getting error can anyone help me please ?

php artisan hook:install voyager-bread-generator

In InitCommand.php line 710:

Could not find package voyager-bread-generator.

Did you mean this? voyager-bread-generator
`

jeffochoa commented 6 years ago

try this https://github.com/jeffochoa/voyager-bread-generator/issues/6

nstaff commented 6 years ago

@jeffochoa This works, but is this the intended behavior since this hook is designed to be used in development only? If so, can I update the readme?

abhinavverma commented 6 years ago

@jeffochoa so this hook is still under development ? or is it ready for production uses ?

lohiloki commented 6 years ago

I am not getting solution for this, It still shows

`InvalidArgumentException : Could not find a matching version of package voyager-bread-generator. Check the package spelling, your version constraint and that the package is available in a stability which matches your minimum- stability (dev).

at E:\xampp\htdocs\maximizerbot\vendor\composer\composer\src\Composer\Command\InitCommand.php:732 728| implode("\n ", $similar) 729| )); 730| } 731|

732| throw new \InvalidArgumentException(sprintf( 733| 'Could not find a matching version of package %s. Check the package spelling, your version constraint and that the package is available in a stability which matches your minimum-stability (%s).', 734| $name, 735| $this->getMinimumStability($input) 736| )); `

any help please