voyager-bread-generator icon indicating copy to clipboard operation
voyager-bread-generator copied to clipboard

php artisan hook:install voyager-bread-generator error

Open abhinavverma opened this issue 7 years ago • 4 comments

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
`

abhinavverma avatar Jan 18 '18 15:01 abhinavverma

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

jeffochoa avatar Jan 19 '18 17:01 jeffochoa

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

nstaff avatar Jan 21 '18 06:01 nstaff

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

abhinavverma avatar Jan 22 '18 05:01 abhinavverma

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

lohiloki avatar May 17 '18 10:05 lohiloki