Skip to content

marqant-lab/marqant-pay-subscriptions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Marqant Pay Subscriptions

This package is an extension of the marqant-lab/marqant-pay package and provides subscription functionality for it.

Installation

To install this package you just need to run the good old composer command that you all know and love.

composer require marqant-lab/marqant-pay-subscriptions 

Next you will need to create the migrations to hook this package up to your database. Make sure to replace the User model with whatever you use as billable. The rest of the values will be taken from the configuration of this package. You can overwrite them if you want to.

php artisan marqant-pay:migrations:subscriptions App\\User
# or
php artisan marqant-pay:migrations:subscriptions "App\\User"

Now you can run your migrations as usual to finish up the installation.

php artisan migrate

And that's it, you have extended your project with subscriptions 🤯

About

Extension package for the marqant/marqant-pay package, providing recurring billing through subscriptions.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages