Thanks to visit codestin.com
Credit goes to github.com

Skip to content

vendor publish not working as expected #1

@me-shaon

Description

@me-shaon

Running the following command for vendor publishing didn't work,
php artisan vendor:publish --provider=Nahid\Permit\PermitServiceProvider
But adding the ServiceProvider as a quoted string like following works like a charm.
php artisan vendor:publish --provider="Nahid\Permit\PermitServiceProvider"

I'm not sure why. But seems like the README should be updated with the working example.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions