andychukse / laravel-pricing-plans
A package provide pricing plans for Laravel. Forked from oanhnn/laravel-pricing-plans
Installs: 1 086
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 0
Forks: 21
Open Issues: 0
Requires
- php: ^7.3 || ^8.0
- illuminate/database: ^8.0 || ^9.0 || ^10.0 || ^11.0
- illuminate/support: ^8.0 || ^9.0 || ^10.0 || ^11.0
- nesbot/carbon: ^2.72.1
Requires (Dev)
- andychukse/database: 7.0.x-dev
- fakerphp/faker: ^1.23
- laravie/query-filter: dev-master
- mockery/mockery: ^1.6.7
- orchestra/testbench: ^9.0
- phpunit/phpunit: ^11.0
- squizlabs/php_codesniffer: 3.*
README
Easy provide pricing plans for Your Laravel 7|8|9|10 Application. Update of oanhnn/laravel-pricing-plans
Main features
Easy provide pricing plans for Your Laravel 7+ Application. For Laravel 7.0+ use v0.4, for Laravel 8.0|9.0+ use v0.5, for Laravel 10.0+ use v0.6 for Laravel 11.0+ use v0.7
Requirements
- php >=7.3 || ^8.0+
- Laravel 7.0+ || 8.0+ || 9.0+ || 10.0+ || 11.0+
Installation
Composer
Begin by pulling in the package through Composer.
$ composer require andychukse/laravel-pricing-plans
Testing
$ git clone git@github.com/andychukse/laravel-pricing-plans.git /path
$ cd /path
$ composer install
$ composer phpunit
Credits
I forked and updated this project to support laravel 8/9/10/11 from oanhnn/laravel-pricing-plans project.
License
This project is released under the MIT License.