joeldg / bowhead

PHP trading bot framework
Apache License 2.0
801 stars 288 forks source link

moved krlove/eloquent-model-generator to require-dev in composer.json #97

Closed mikeydiamonds closed 6 years ago

mikeydiamonds commented 6 years ago

Great project. Had an issue when installing and generating the autoload files because the Krlove package needed to be in require-dev. Here's the error:

Generating optimized autoload files
> Illuminate\Foundation\ComposerScripts::postInstall
> php artisan optimize

  [Symfony\Component\Debug\Exception\FatalThrowableError]
  Class 'Krlove\EloquentModelGenerator\Provider\GeneratorServiceProvider' not
   found

Script php artisan optimize handling the post-install-cmd event returned with error code 1