Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

artisan command not running #3

Open
lurchpop opened this issue Aug 23, 2018 · 3 comments
Open

artisan command not running #3

lurchpop opened this issue Aug 23, 2018 · 3 comments

Comments

@lurchpop
Copy link

lurchpop commented Aug 23, 2018

added to composer.json
composer install
php artisan zipus-import

Error: Command "zipus-import" is not defined.

the files did get pulled into ./vendor/dpovshed/zipus
laravel 5.6.34
missing a step for dummies?

@dpovshed
Copy link
Owner

dpovshed commented Sep 3, 2018

missing a step for dummies?

Let's check!

Firstly, I would recommend to use

composer update dpovshed/zipus
instead of
composer install
because install can be satisfied with just *.lock file

And then probably you need to regenerate autoload with
composer dump-autoload

So later with
php artisan list
you could see a commands from package installed?

@timschwartz
Copy link
Contributor

I think it's because the package autoloading was added to dev-master, but it's not in a numbered release.

@dpovshed
Copy link
Owner

Good point, @timschwartz, thank you!

I just shipped a release 1.1 with your recent contribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants