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
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: