1337programming / webpack-shell-plugin

Run shell commands either before or after webpack builds
MIT License
262 stars 62 forks source link

PHP artisan command with arguments #67

Open iozeey opened 6 years ago

iozeey commented 6 years ago

Hi , your package is help full i've a question.

How to run command like this?

php artisan vendor:publish --provider="Nero\Ecomm\Providers\EcommServiceProvider" --tag="nero_public"

Simple command is working like this.

php artisan vendor:publish

iozeey commented 6 years ago

Hi, Actually above code works as expected. I've a little mistake in composer.json file of a package. My "providers" attribute was mistakenly written wrong.

You may close this issue.

And Thank you for this awesome package.