webpack-shell-plugin icon indicating copy to clipboard operation
webpack-shell-plugin copied to clipboard

PHP artisan command with arguments

Open iozeey opened this issue 6 years ago • 1 comments

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 avatar Jun 12 '18 13:06 iozeey

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.

iozeey avatar Oct 28 '18 18:10 iozeey