rinvex / laravel-subscriptions

⚠️ [ABANDONED] Rinvex Subscribable is a flexible plans and subscription management system for Laravel, with the required tools to run your SAAS like services efficiently. It's simple architecture, accompanied by powerful underlying to afford solid platform for your business.
MIT License
726 stars 347 forks source link

HasPlanSubscriptions Error #182

Closed rapcrown closed 2 years ago

rapcrown commented 2 years ago

Hello,

Laravel 8 install and error ?

Symfony\Component\ErrorHandler\Error\FatalError
Trait 'Rinvex\Subscriptions\Traits\HasPlanSubscriptions' not found
rapcrown commented 2 years ago

Change name

use Rinvex\Subscriptions\Traits\HasSubscriptions;

 use HasSubscriptions;
Omranic commented 2 years ago

That shouldn't be the case, latest version uses HasPlanSubscriptions but you should be using a compatible version of PHP/Laravel

Aslam97 commented 2 years ago

That shouldn't be the case, latest version uses HasPlanSubscriptions but you should be using a compatible version of PHP/Laravel

Hi thank you so much for this package. I've question when will v6 is the default install version for this package?

Omranic commented 2 years ago

Hi thank you so much for this package. I've question when will v6 is the default install version for this package?

Hmmmm, it is already! 🤔

Aslam97 commented 2 years ago

Hi thank you so much for this package. I've question when will v6 is the default install version for this package?

Hmmmm, it is already! thinking

Sorry my fault. didnt know v6 require php 8. as my php version is 7.4 ofcouse composer install automaticlly installed v5 hehe.