laravel-subscriptions icon indicating copy to clipboard operation
laravel-subscriptions copied to clipboard

There are no commands defined in the "publish" namespace

Open Alexnsk83 opened this issue 1 year ago • 2 comments

When executing command "php artisan publish:laravel-subscriptions" I`m getting error:

"There are no commands defined in the "publish" namespace."

Alexnsk83 avatar Jan 22 '24 06:01 Alexnsk83

Same error for me too. Tested on Laravel 10

capamaroux1 avatar Mar 14 '24 11:03 capamaroux1

use php artisan vendor:publish --provider="Laravelcm\Subscriptions\SubscriptionServiceProvider"

mkh71 avatar Mar 25 '24 08:03 mkh71