ordersify / laraplans
SaaS style recurring plans for Laravel.
v4.0.0
2021-01-18 14:39 UTC
Requires
- php: >=7.1.3
- illuminate/database: *
- illuminate/support: *
- nesbot/carbon: *
Requires (Dev)
- fzaninotto/faker: ~1.4
- mockery/mockery: ~1.0
- orchestra/testbench: ~3.8.0
- phpunit/phpunit: ~7.5
This package is not auto-updated.
Last update: 2024-12-18 08:17:15 UTC
README
Laraplans
A Laravel package for SaaS style recurring plans.
Compatibility
- For projects using Laravel 5.7 or below, use Laraplans v2.2.0.
- For projects using Laravel 5.8, use Laraplans v3.0.0.
Support for Laravel v6 and v7 is currently in progress.
Documentation is available at http://laraplans.readthedocs.io
Payments are out of scope for this package.
Feedback
Feel free to leave your feedback!
Install
composer require gerardojbaez/laraplans
For package setup please follow the install guide.