prpcmblmts
prpcmblmts copied to clipboard
Issue when running the first artisan db:seed command from the installation.
Hi, I'm trying your package out but stumbled upon an error when issuing db:seed
command. Followed all the commands mentioned in the installation section of readme.
Please see image for reference.
PHP 7.4.23 Composer version 2.1 Laravel 8.54
Hi, have you executed the composer dump-autoload
before the db:seed
?
Hi @woenel , yes I did. What I did for the meantime is manually imported the sql files into my local database.
Hi @woenel, I created a PR to fix this one. :)
Hi, have you fix the issue.