laravelcm / laravel-subscriptions

Laravel Subscriptions is a flexible plans and subscription management system for Laravel.
MIT License
126 stars 20 forks source link

There are no commands defined in the "publish" namespace #7

Closed Alexnsk83 closed 4 months ago

Alexnsk83 commented 10 months ago

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

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

capamaroux1 commented 8 months ago

Same error for me too. Tested on Laravel 10

mkh71 commented 8 months ago

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