You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: